You are on page 1of 16

A TECHNICAL REPORT

ON
STUDENT INDUSTRIAL WORK
EXPERIENCE SCHEME (SIWES)

UNDERTAKEN AT
AKWA-IBOM STATE E-LIBRARY, IBB WAY UYO.

BY

GRACE EFFIONG
NAITES/COM/ND18/
CONTENTS
 About SIWES
 The Organization
 Overview Of web Development
 Structure of a web page
 Cascading Styling Sheet (CSS)
 Types Of CSS
 CSS Flexbox
 How Flexbos Works
 Summary
 Recommendation
 Conclusion

SIWES
The student industrial work experience scheme (SIWES) is an approved
programmed for Nigerian polytechnics universities in 1974.

 This program is under the ministry of education through the industrial


training fund (ITF) was designed to help student acquire the necessary
practical experience in their field of study and other related profession.

 Student industrial work experience scheme (SIWES) was established by


the Industrial Training Fund (ITF) in 1973 under the supreme military
council headed by Gen. Yakubu Gowon to solve the problem of
inadequate practical skill preparatory for the equipment in industries by
Nigeria graduate of tertiary institutions.

 The scheme exposed students to industry based skilled necessary for a


smooth transition from classroom to world of practical.
 The fund initiated and designs Student Industrial Work Experience
Scheme (SIWES) as part of it manpower development program.
AIMS AND OBJECTIVE OF
SIWES
 To provide student an opportunity to apply their
theoretical knowledge in real work situation thereby
bridging the gap between higher education and actual
practice.

 To student for work situation they are likely to meet after


graduation.

 To expose student to work methods and techniques in


handling equipments machinery that may not be available
in the tertiary institution.
ABOUT THE ORGANISATION
 Akwa-Ibom state e-library is a state owned library with digitized
and electronic materials that can be accessed by users through the
Online Public Access Catalog (OPAC).

 The e-library also has copy material on a wide variety of subject


including: General works, Computer Science and Information,
Philosophy and psychology, Religion, Social science, Language,
Science, Technology, Arts and recreation, Literature, History and
Geography.

 The library is the first of its kind in West Africa. Ibom E-Library
was built on September 25, 2007, by Akwa- Ibom State
Government under the leadership of Godswill Akpabio and
commissioned by Nigerian President in July 27, 2012. The E-
Library has a multi-functional Conference centre used for
conferences and summits.
OVER VIEW OF WEB DEVELOPMENT

Web development is more like a design, it is a


process of creating a dynamic website page with
both the front end and back end.
A dynamic web page is divided into three parts which are;
Web Development

Web Design Web Web Hosting


(Visual Studio Code) Programming
(Notepad) Using
(VB.Net or PHP)
STRUCTURE OF A WEB PAGE
 A web page is divided into two (2) major parts. The head
part and the body part and both are enclosed in the html tag.
<html>
<head>
<title>Document</title>
</head>
<body>
<h1> Hello World <h1>
</body>
</html>
CASCADING STYLING SHEET

 CSS. Stands for "Cascading Style Sheet."


It describes how HTML elements are to be
displayed on screen, paper, or in other
media. CSS helps Web developers create a
uniform look across several pages of a Web site.
TYPES OF CASCADING STYLING SHEET(CSS).

 External CSS is written outside the HTML file, and then linked

to the HTML file.

 Internal CSS is written in the same file with HTML but at the

<head> after <title> tag.

 In-line is written at the same time when writing HTML tag.

Example, <h1 style=”color:#ccc; font-size:45px”>Hello

World<h1/>
CSS SELECTORS

CSS selectors are used to select the content you


want to style. Selectors are the part of CSS rule
set. CSS selectors select HTML elements
according to its id, class, type, attribute etc.
CSS FLEXBOX

CSS Flexible Box Layout, commonly known as


Flex box, is a CSS3 web layout model. It is in the
W3C's candidate recommendation stage. The flex
layout allows responsive elements within a
container to be automatically arranged depending
upon screen size.
HOW CSS FLEX WORKS

 Flex-basis works similar to another CSS property:


min-width outside of flex.

 Flex-grow, when applied to an item will scale it


relative to the sum of the size of all other items on
the same row, which are automatically adjusted
according the value that was specified.

 flex-shrink is the opposite of flex-grow


SUMMARY

In the course of my Industrial Attachment, I came to term


with knowledge I feel should be looked into when preparing
the course curriculum.
Attempt should be made to give cut picture of what is
obtainable outside the four wall of the polytechnic.
I believe an extension time will enable the student to see the
inception and completion of a project.
RECOMMENDATION
I recommend that the SIWES duration be extended
to six month for prospective so that IT student can
have full knowledge of this lucrative, noble field of
discipline.
Professional on computer programming should be
employed for effective practical in the department.
This will enable student to have a view and a
practicable idea of what programming is all about.
CONCLUSION

SIWES was established to proved opportunities


for student to be involved in the practical aspect
of their respective discipline in the Industrial
Working Environments.
The exposure and confidence accorded me by
this program overwhelming.
THANK YOU!

You might also like