Weekly Dairy Sample

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 16

INPLANT TRAINING WEEKLY DIARY

Weekly Diary for Industrial Training

Name of Industry: *** WRITE COMPANY NAME HERE ***

Training from: 02/08/2021 to 10/09/2021

Name of Supervisor: *** Write Name Here ***

Designation of Supervisor: Java Developer

Name of the student: *** WRITE STUDENT NAME HERE ***

Enrollment No: *** WRITE NUMBER HERE ***

Branch of Engineering: Diploma in Computer Engineering

Name of Polytechnic: JSPM Rajarshi Shahu Polytechnic,Pune

Special instructions to students:

1)Write down the daily activity on the same day.

2)Make note of the important actual activities only.

3)Summarize at the week –end.

4)Add extra sheets if needed for daily or weekly activity report.

Maharashtra State Board of Technical Education 1


Week 1: From 02/08/2021 To 06/08/2021

Expected Work:
i) Study of organization Vision Mission and Quality Policy and chart of industry/plant
with responsibilities of the different posts.
Mentor Assignment –
i) Chart of industry/plant with responsibilities of the different posts.
ii) General Study of industry, its location, its history and its product range, its size,
number of employees, its turnover etc.
Students should write in brief about assignment in weekly diary and write in detail and
submit it to the mentor in soft copy as Assignment No.1

Day Activities carried out

1 Introduction to the Industry, its infrastructure and its working.

2 Introduction to HTML

3 Understand how to install the Eclipse IDE software.

4 Analyze the concept of tables in HTML.

5 Learn how to link two HTML pages using anchor tag.

Assignment 1
6 1. To make Homepage, Registration page, Login Page and linkthem.
2. To make different types of tables using <rowspan> and<colspan>.

Weekly summarization of the above activities:

Learnt the basic concepts of the software Eclipse IDE and its

features.Understood the basic concepts of HTML.

Signature of Student: _
ASSIGNMENT :-
1. TomakeHomepage,Registrationpageandlinkthem.
*PROGRAM
a) Homepage.html
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Homepage</title>
</head>
<body>
<label>Welcome to
Homepage</label><br><br><br>
<a href="Registration.html">Go To Registration
Page</a><br>
<a href="Login.html">Go to Login
Page</a><br>
</body>
</html>

b) RegistrationPage.html
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Login Page</title>
</head>
<body>
<label>Login page</label><br><br><br>
<a href="Homepage.html">Go to
Homepage</a><br>
<a href="Registration.html">Go To Registration
Page</a>
</body>
</html>
c) LoginPage.html
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Registration Page</title>
</head>
<body>
<label>Registration Page</label><br><br><br>
<a href="Homepage.html">
Go to Homepage</a><br>
<a href="Login.html">Go to Login
Page</a><br>
</body>
</html>
*OUTPUT
2. Tomaketypesoftablesusing<rowspan>and<colspan>.

<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Tables</title>
</head>
<body>
<br><label>Table 1</label><br>
<table border="1">
<tr>
<td>Cell1</td>
<td>Cell2</td>
<td rowspan="2">Cell 3</td>
</tr>
<tr>
<td>Cell4</td>
<td>Cell5</td>
</tr>
<tr>
<td colspan="3">Cell 6</td>
</tr>
</table>
<br>
<label>Table 2</label>
<br>
<table border="1">
<tr>
<td>Cell 1</td>
<td colspan="2">Cell2</td>
<td rowspan="3">Cell3</td>
</tr>
<tr>
<td>Cell 4</td>
<td colspan="2">Cell 5</td>
</tr>
<tr>
<td colspan="2">Cell 6</td>
<td>Cell 7</td>
</tr>
</table>
</body>
</html>
INPLANT TRAINING WEEKLY DIARY

Maharashtra State Board of Technical Education 2


INPLANT TRAINING WEEKLY DIARY

Week 2: From 09/08/2021 To 13/08/2021


Expected Work: Study of Production processes in the industry.

Mentor Assignment
i) Study of layout and specifications of major machines, equipment and raw
material / components used.
ii) Listproductionprocessesalongwithproductionplanningandcontrol
procedures.
Students should write in brief about assignment in weekly diary and write in detail and
submit it to the mentor in soft copy as Assignment No.2.
Day Activities carried out

1 Analyzing the basic concepts of HTML and comparing it with CSS.

2 Understand the types of CSS (Inline, internal and external CSS).

3 Learning the <form> tag and its attributes.

Introduction to the concepts of Radio button, Text area, Drop down menu in
4
CSS.

5 Understand the classes in CSS.

6 Assignment 2 to create a registration form for a medical exam.

Weekly summarization of the above activities:

Learnt how to make a registration form using

CSS.Analyzed the form tag in CSS.

Signature of Student: _

Maharashtra State Board of Technical Education 3


INPLANT TRAINING WEEKLY DIARY

ASSIGNMENT :-

Maharashtra State Board of Technical Education 4


INPLANT TRAINING WEEKLY DIARY

Week 3: From 16/08/2021 To 20/08/2021


Expected Work:

i) Student shall virtually/remotely study any one program specific industrial process
(related to their industry) through videos available on various educational websites,
YouTube, Other learning platforms etc.

Mentor Assignment:
i) Study of testing and Quality Assurance processes in theirindustry
ii) The major machines/plants whose preventive andbreakdown maintenance
proceduresstudied.
Students should write in brief about assignment in weekly diary and write in detail and
submit it to the mentor in soft copy as Assignment No.3

Day Activities carried out


Introduction to Java EE(Enterprise edition) and how to set Java EE option in
1
Eclipse IDE.

2 Introduction to jQuery.

3 Analyze the <script> tag and its attributes.


4 Learn the basic concepts like function, style in jQuery.
5 Distributing the topics for implant training project and discussion about it.
Assignment 3
6 1. To make a fade effect of image using jQuery.
2. To make a carousel using images.

Weekly summarization of the above activities:

Learn how to handle the concepts of jQuery.

Analyze the fade-in effect used in jQuery.

Signature of Student: _

Maharashtra State Board of Technical Education 4


INPLANT TRAINING WEEKLY DIARY

ASSIGNMENT :-

Maharashtra State Board of Technical Education 5


INPLANT TRAINING WEEKLY DIARY

Week 4: From 23/08/2021 To 27/08/2021


Expected Work:

Mentor Assignment:

Day Activities carried out

2
3

5
1.
6

Weekly summarization of the above activities:

Signature of Student: _

Maharashtra State Board of Technical Education 6


INPLANT TRAINING WEEKLY DIARY

ASSIGNMENT :-

Maharashtra State Board of Technical Education 7


INPLANT TRAINING WEEKLY DIARY

Week 5: From 30/08/2021 To 03/09/2021


Expected Work:

Mentor Assignment:

Day Activities carried out

2
3

5
2.
6

Weekly summarization of the above activities:

Signature of Student: _

Maharashtra State Board of Technical Education 8


INPLANT TRAINING WEEKLY DIARY

ASSIGNMENT :-

Maharashtra State Board of Technical Education 9


INPLANT TRAINING WEEKLY DIARY

Week 6: From 06/09/2021 To 10/09/2021


Expected Work:
List the major manuals/broachers such as operational manual, safety manual,
maintenance manual, quality manuals referred/studied there for preparation of reports.
Mentor Assignment:
ii) The major safety practices adopted in theindustry.
iii) The brief about the expert talk ifconducted.
Students should write in brief about assignment in weekly diary and write in detail and
submit it to the mentor in soft copy as Assignment No.4

Day Activities carried out


Analyzing the distributed topic (Make a website on Insurance Agency) and
1
starting the project.
Discussing about the topics being included in the project and learning more about
2
it.
3 Including the major concepts of CSS, jQuery and HTML in the project.

4 Introduction to host a website.

Learn how to publish a website and understand the concept of domain.


5
Deeply check the website is correct, complete, unambiguous and consistent.
Assignment 4
6 3. How to publish awebsite.
4. Implant Training Project.

Weekly summarization of the above activities:

Analyzing the hosting concept.

Publishing the project website successfully.

Signature of Student: _

Maharashtra State Board of Technical Education 10


INPLANT TRAINING WEEKLY DIARY

ASSIGNMENT :-

Maharashtra State Board of Technical Education 11

You might also like