Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.12.34.96
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<style>
.zoom {
transition: transform .5s;
}
.zoom:hover {
-ms-transform: scale(1.5);
/* IE 9 */
-webkit-transform: scale(1.5);
/* Safari 3-8 */
transform: scale(1.05);
}
</style>
<body>
<section>
<div class="container-fluid">
<div class="row my-3">
<div class="col-sm-4">
<div class="px-2" style="background: #95503d;">
<h2 class="text-white">Vision</h2>
</div>
<div class="tg-widgetcontent">
<li class="list-group-item" style="border: 1px solid; border-radius: 10px;">To be a catalyst
for
rural transformation, empowering individuals and communities through education,
research,
and sustainable development, while preserving and celebrating rural heritage and values
</li>
</div>
<br>
<div class="px-2" style="background: #95503d;">
<h2 class="text-white">Mission</h2>
</div>
<div class="tg-widgetcontent">
<li class="list-group-item" style="border: 1px solid; border-radius: 10px;">
<p align="justify">Our mission is to provide accessible and inclusive higher education to
students from rural areas, fostering their personal and intellectual growth while
nurturing a sense of community and social responsibility. We aim to conduct impactful
research that addresses the unique challenges and opportunities of rural communities,
contributing to their development and well-being. Through collaborative partnerships and
innovative programs, we strive to create a vibrant and sustainable rural ecosystem</p>
</li>
</div>
<br>
<div class="px-2" style="background: #95503d;">
<h2 class="text-white">Goal</h2>
</div>
<div class="tg-widgetcontent">
<div style="border:1px solid;border-radius: 10px;padding: 0.75rem 1.25rem;">
<b >By adhering to these vision, mission, and objective statements, we will strive to be a
leading rural university, making a positive impact on individuals, communities, and the
larger society. Together, we will create a sustainable and inclusive rural ecosystem
that
celebrates knowledge, innovation, and social responsibility</b>
</div>
</div>
</div>
<div class="col-sm-8">
<div class="px-2" style="background: #95503d;">
<h2 class="text-white">Objectives</h2>
</div>
<div>
<li class="list-group-item">
<b>1. Academic Excellence: </b>
We are committed to delivering high-quality education that meets national and international
standards, equipping our students with the knowledge, skills, and critical thinking
abilities
necessary for success in their chosen fields.
</li>
<li class="list-group-item">
<b>2. Accessible Education: </b>
We aim to provide affordable and accessible education to students from rural backgrounds,
ensuring
that financial constraints do not hinder their pursuit of higher education. We will
establish
scholarship programs and support services to promote inclusivity and equal opportunities.
</li>
<li class="list-group-item">
<b>3. Community Engagement: </b>
We seek to actively engage with local communities and stakeholders, addressing their unique
needs
and collaborating on projects that contribute to their social, economic, and cultural
development.
Our university will serve as a hub for community dialogue, partnerships, and knowledge
exchange.
</li>
<li class="list-group-item">
<b>4. Applied Research and Innovation: </b>
We will prioritize research that addresses rural challenges and contributes to sustainable
development. Our faculty and students will actively engage in applied research, innovation,
and
technology transfer, with a focus on finding practical solutions that positively impact
rural
communities.
</li>
<li class="list-group-item">
<b>5. Entrepreneurship and Skills Development: </b>
We will foster an entrepreneurial mindset among our students, equipping them with the skills
and
mindset necessary to drive rural economic growth and innovation. We will offer
entrepreneurship
programs, incubation centers, and industry collaborations to nurture their entrepreneurial
spirit.
</li>
<li class="list-group-item">
<b>6. Environmental Stewardship: </b>
Recognizing the ecological importance of rural areas, we are committed to promoting
sustainable
practices on campus and in the surrounding communities. We will integrate environmental
education,
conservation initiatives, and sustainable development principles into our curriculum and
operations.
</li>
<li class="list-group-item">
<b>7. Infrastructure and Facilities: </b>
We will continuously invest in modern infrastructure, laboratories, and technology to
provide an
enriching learning environment. Our campus will be equipped with state-of-the-art facilities
that
support academic, research, and recreational activities.
</li>
<li class="list-group-item">
<b>8. Collaborative Partnerships: </b>
We will forge strong partnerships with government agencies, industries, non-profit
organizations,
and other educational institutions to leverage resources, share knowledge, and create
opportunities
for our students and faculty. These collaborations will facilitate internships, research
projects,
and community engagement initiatives.
</li>
</div>
</div>
</div>
</div>
</section>
</body>
<?php
include("footer.php")
?>
</html>
|