Skip to content

Commit

Permalink
Merge pull request #127 from sarthak503/update
Browse files Browse the repository at this point in the history
Updated the content
  • Loading branch information
dinskid authored Dec 23, 2021
2 parents babb5e8 + c8819bf commit 4964695
Show file tree
Hide file tree
Showing 24 changed files with 398 additions and 154 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ Adding new and innovative features are welcomed.
[Dinesh Vikram](https://github.com/dinskid) <br>
[Nitish Kumar](https://github.com/thisisnitish) <br>
[Mayank Sonkar](https://github.com/mayank2021) <br>

<!-- [Sarthak Kumar](https://github.com/sarthak503) <br> -->
[Sarthak Kumar](https://github.com/sarthak503) <br>

<!-- ## Available Scripts
Expand Down
16 changes: 15 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ function App() {
loader: () => import("./pages/programs/index"),
loading: () => loading,
});
const Scholarship = Loadable({
loader: () => import("./pages/scholarship/index"),
loading: () => loading,
});

const Departments = Loadable({
loader: () => import("./pages/departments/index"),
Expand All @@ -121,7 +125,14 @@ function App() {
loader: () => import("./pages/undergraduate/index"),
loading: () => loading,
});

const Postgraduate = Loadable({
loader: () => import("./pages/postgraduate/index"),
loading: () => loading,
});
const PHDprogram = Loadable({
loader: () => import("./pages/doctorate/index"),
loading: () => loading,
});
const Faq = Loadable({
loader: () => import("./pages/faqs/index"),
loading: () => loading,
Expand Down Expand Up @@ -286,11 +297,14 @@ function App() {
<Route path="/news" component={News} />
<Route path="/events" component={Events} />
<Route path="/programs" component={Programs} />
<Route path="/scholarship" component={Scholarship} />
<Route path="/departments" component={Departments} />
<Route path="/curriculum" component={Curriculum} />
<Route path="/calendar" component={Calendar} />
<Route path="/holidays" component={Holidays} />
<Route path="/undergraduate" component={Undergraduate} />
<Route path="/postgraduate" component={Postgraduate} />
<Route path="/doctorate" component={PHDprogram} />
<Route path="/faq" component={Faq} />
<Route path="/festivals" component={Festivals} />
<Route path="/clubs" component={Clubs} />
Expand Down
Binary file added src/docs/List_of_holidays_and_RH-2022.pdf
Binary file not shown.
Binary file added src/docs/NFSTAdvertisement2021-22.pdf
Binary file not shown.
Binary file added src/docs/NOSAdvertisement2021-22.pdf
Binary file not shown.
Binary file not shown.
Binary file added src/docs/Noticefortheyear2021-22.pdf
Binary file not shown.
Binary file modified src/images/Dr_Seetharaman.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/people/faculty/ece_fac_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/json/bog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"designation": "Chairperson"
},
{
"name": "Dr Rakesh Ranjan AS (TE) & CVO118-C, Shastri Bhawan MHRD, Government of India New Delhi – 110 115.",
"name": "Dr Rakesh Ranjan AS (TE) & CVO 118-C, Shastri Bhawan MoE, Government of India New Delhi – 110 115.",
"designation": "Member"
},
{
"name": "Smt. Darshana M Dabral, I.A.S Joint Secretary & Financial Advisor, 120 C, Shastri Bhawan MHRD, Government of India",
"name": "Smt. Darshana M Dabral, I.A.S Joint Secretary & Financial Advisor, 120 C, Shastri Bhawan, MoE, Government of India",
"designation": "Member"
},
{
Expand All @@ -21,7 +21,7 @@
"designation": "Member"
},
{
"name": "Dr.Mini Shaji Thomas, Director, National Institute of Technology, Tiruchirappalli – 620 015",
"name": "Director-NITT, Director, National Institute of Technology, Tiruchirappalli – 620 015",
"designation": "Member"
},
{
Expand Down
8 changes: 4 additions & 4 deletions src/json/departments.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"name": "Department of Electronics and Communication Engineering",
"description": "Electronics & Communication Engineering deals with the electronic devices, circuits, communication equipments like transmitter, receiver, integrated circuits (IC). It also deals with basic electronics, analog and digital transmission & reception of data, voice and video (Example AM, FM, DTH), microprocessors, satellite communication, microwave engineering, antennae and wave progression. It aims to deepen the knowledge and skills of the students on the basic concepts and theories that will equip them in their professional work involving analysis, systems implementation, operation, production, and maintenance of the various applications in the field of Electronics and Communications Engineering."
},
{
"name": "Department of Humanities and Sciences",
"description": "The Department of Humanities and Sciences is responsible to create well-rounded individuals ready to comprehend scientific and technical challenges offered in the area of specialization. It is also responsible to counsel the students so that the roadmap becomes clearer to them and they have the zest to turn the blueprint of their careers into a material reality and to encourage critical thinking and develop their research acumen by aiding the nascent spirit for scientific exploration."
},
{
"name": "Department of Mechanical Engineering",
"description": "The Department of Mechanical Engineering is focused to create a professional with well-defined technical knowledge in the field of Design, Manufacturing and Industrial Engineering. It deals with interdisciplinary fields and projects that draw on fundamental sciences in pursuit of beneficial engineering solutions. The department aims to develop new, effective, and sustainable alternatives to the various applications in the field of Mechanical Engineering."
},
{
"name": "Department of Sciences and Humanities",
"description": "The Department of Sciences and Humanities is responsible to create well-rounded individuals ready to comprehend scientific and technical challenges offered in the area of specialization. It is also responsible to counsel the students so that the roadmap becomes clearer to them and they have the zest to turn the blueprint of their careers into a material reality and to encourage critical thinking and develop their research acumen by aiding the nascent spirit for scientific exploration."
}
]
}
13 changes: 0 additions & 13 deletions src/json/faculty.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,6 @@
"researchArea": "VLSI Design",
"emailID": "[email protected]",
"src": "ece_fac_3.jpg"
},
{
"id": {
"dept": "ECE",
"deptID": "4"
},

"name": "Dr. S. Balanethiram",

"designation": "Assistant Professor",
"researchArea": "Optical Networks and Wireless Communication",
"emailID": "[email protected]",
"src": "ece_fac_4.jpg"
}
],
"ME": [
Expand Down
19 changes: 19 additions & 0 deletions src/json/navbar_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@
"text": "Undergraduate",
"link": "/undergraduate"
},
{
"text": "Postgraduate",
"link": "/postgraduate"
},
{
"text": "Doctor of Philosophy (PhD)",
"link": "/doctorate"
},
{
"text": "FAQ's",
"link": "/faq"
Expand All @@ -158,6 +166,17 @@
}
]
},

{
"text": "Scholarship",
"icon": "call",
"submenu": [
{
"text": "Scholarship",
"link": "/scholarship"
}
]
},
{
"text": "Contact Us",
"icon": "call",
Expand Down
100 changes: 46 additions & 54 deletions src/pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ export default class About extends React.Component {
}}
id="main_card"
>
<div className="logo_cotainer">
<img src={require("../../images/logo.png")} />
</div>
<Typography
variant="subtitle1"
style={{
Expand All @@ -79,7 +76,7 @@ export default class About extends React.Component {
{" "}
IIIT Trichy
</Box>
, is an Institute of National Importance and one among the 19
, is an Institute of National Importance and one among the 21
IIITs proposed under the
<Box component="span" fontWeight="fontWeightBold">
{" "}
Expand All @@ -106,74 +103,72 @@ export default class About extends React.Component {
{" "}
50:35:15
</Box>{" "}
.
<br />
<Grid item xs={12} sm={8}>
<Card style={{ height: "100%", boxShadow: "none" }}>
<CardContent id="mission-vision">
<Typography variant="h5" style={{ color: "#2e8b57" }}>
Vision
</Typography>
<Divider style={{ margin: "0.2rem 0 1rem 0px" }} />
<Typography color="textSecondary">
To achieve "World Class Excellence in Information and
Communication Technology".
</Typography>
<br />

<Typography variant="h5" style={{ color: "#2e8b57" }}>
Mission
</Typography>
<Divider style={{ margin: "0.2rem 0 1rem 0px" }} />
<Typography color="textSecondary">
{bull} To impart Information Technology education to
students and future leaders.
<br />
<br />
{bull} To establish Center of Excellences in Information
Technology.
<br />
<br />
{bull} To engage in cutting edge technology research to
meet the current needs and future challenges of India and
the world at large.
</Typography>
</CardContent>
</Card>
</Grid>
<br />
<Box component="span" fontWeight="fontWeightBold">
{" "}
Industry Partners include:
</Box>{" "}
&nbsp;
<Box> Industry Partners include:</Box>
<Link href="https://www.tcs.com/" target="_blank">
Tata Consultancy Services(TCS)
</Link>
&nbsp;
{/* &nbsp; */}
<Link href="https://www.cognizant.com/" target="_blank">
Cognizant Technology Solutions (CTS)
</Link>
&nbsp;
{/* &nbsp; */}
<Link href="https://www.infosys.com/" target="_blank">
Infosys
</Link>
&nbsp;
{/* &nbsp; */}
<Link href="https://www.ramco.com/" target="_blank">
Ramco Systems
</Link>
&nbsp;
{/* &nbsp; */}
<Link href="https://elcot.in" target="_blank">
ELCOT
</Link>
&nbsp;
{/* &nbsp; */}
<Link href="https://www.navitaslifesciences.com/" target="_blank">
Navitas (TAKE Solutions)
</Link>
</Typography>
<br />
<Divider />
<br />
<Grid item xs={12} sm={8}>
<Card style={{ height: "100%", boxShadow: "none" }}>
<CardContent id="mission-vision">
<Typography variant="h5" style={{ color: "#2e8b57" }}>
Vision
</Typography>
<Divider style={{ margin: "0.2rem 0 1rem 0px" }} />
<Typography color="textSecondary">
To achieve "World Class Excellence in Information and
Communication Technology".
</Typography>
<br />

<Typography variant="h5" style={{ color: "#2e8b57" }}>
Mission
</Typography>
<Divider style={{ margin: "0.2rem 0 1rem 0px" }} />
<Typography color="textSecondary">
{bull} To impart Information Technology education to
students and future leaders.
<br />
<br />
{bull} To establish Center of Excellences in Information
Technology.
<br />
<br />
{bull} To engage in cutting edge technology research to meet
the current needs and future challenges of India and the
world at large.
</Typography>
</CardContent>
</Card>
</Grid>
<br />
<div className="logo_cotainer">
<img src={require("../../images/logo.png")} />
</div>
<Typography
variant="subtitle1"
style={{
Expand All @@ -195,6 +190,7 @@ export default class About extends React.Component {
in various domains. While the number of students produced would be
small, the impact they create would be great.
<br />
<br />
As of June 14, 2021, IIIT Tiruchirappalli has started operating
from the permanent campus at Sethurappatti. Before that IIIT
Tiruchirappalli operated from temporary campus within the premises
Expand All @@ -203,16 +199,12 @@ export default class About extends React.Component {
operating in the temporary campus within the premises of National
Institute of Technology (NIT) Campus, Tiruchirappalli – 620 015,
Tamil Nadu, since March 2016. &nbsp;
<Link href="https://nitt.edu">NIT Tiruchirappalli</Link>
&nbsp;is the mentor institution for IIIT Tiruchirappalli that
provides academic and administrative support to the IIIT
Tiruchirappalli.
</Typography>
</Card>
<Typography align="center">
<a href={require(`../../docs/${book}`)} download={`${book}`}>
<img src={require("../../images/news-icon.svg")} />
GST Certificate[Download]
GST Certificate
</a>
</Typography>
<br />
Expand Down
6 changes: 0 additions & 6 deletions src/pages/contactus/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,6 @@ export default function ContactUs() {
[email protected]
</a>
<br />
<Box component="span" fontWeight="fontWeightBold">
Office No.:
</Box>
<a href="tel:+914312500539" className={classes.link}>
+91 431 2500 539
</a>
</Typography>
</section>
</Grid>
Expand Down
24 changes: 11 additions & 13 deletions src/pages/director/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const createStyles = makeStyles({
},
info: {
margin: "0 auto",
textAlign: "center",
},
text: {
fontSize: "1.2rem",
Expand Down Expand Up @@ -75,19 +76,16 @@ export default function Director() {
/>
<CardContent>
<Typography variant="body" gutterBottom>
<Box component="span" fontSize="1.5vw" gutterBottom>
<Box component="span" fontSize="1.5rem" gutterBottom>
DR. NARASIMHA SARMA N V S
</Box>
<br />
<Box fontSize="1rem">Director, IIIT Trichy</Box>
<Box fontSize="1.2rem">Director, IIIT Tiruchirappalli</Box>
<br />
<a href={`mailto:[email protected]`}>
[email protected]
</a>
<br />
<a href={`tel:04312500439`}>0431-250-0439</a>
<br />
<br />
</Typography>
</CardContent>
</Card>
Expand All @@ -101,7 +99,7 @@ export default function Director() {
<br />
<br />
He worked at Tata Institute of Fundamental Research, Mumbai for a
brief period from Feb1986 to July1987.
brief period from Feb 1986 to July 1987.
<br />
<br />
He has been with the Department of Electronics and Communications
Expand All @@ -125,13 +123,13 @@ export default function Director() {
chaired sessions at international conferences.
<br />
<br />
He has been associated with many prestigious missile projects. He
has been part of many training programs for working professionals in
ECIL and DRDO. He coordinated one GIAN program. Under community
service, he conducted several IT training programs for police
personnel, surveying staff and rural girls with TEQIP funds. He has
been reviewer for several reputed international journals and
conferences.
He was associated with many prestigious missile projects. He was
also part of many training programs for working professionals in
ECIL and DRDO. In addition, he coordinated one GIAN program. Under
community service, he conducted several IT training programs for
police personnel, surveying staff, and rural girls with TEQIP funds.
Further, he was a reviewer for several reputed international
journals and conferences.
<br />
<br />
He initiated the annual technical event at NIT Warangal named
Expand Down
Loading

0 comments on commit 4964695

Please sign in to comment.