-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjects_Portfolio.html
More file actions
197 lines (183 loc) · 9.04 KB
/
Copy pathProjects_Portfolio.html
File metadata and controls
197 lines (183 loc) · 9.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Student Projects Portfolio</title>
<link href="assets/img/logo.png" rel="icon">
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- <style>
.btn-get-started-custom {
padding: 15px 30px;
background-color: #007bff;
color: white;
border-radius: 10px;
text-decoration: none;
margin-bottom: 20px;
font-size: 20px;
}
.project-img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
</style> -->
</head>
<body>
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<a href="index.html" class="logo"><img src="assets/img/logo.png" alt="Project Logo" class="img-fluid"></a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="#title">Home</a></li>
<li><a class="nav-link scrollto" href="#projects">Projects</a></li>
<li><a class="nav-link scrollto" href="#footer">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<section id="title" class="d-flex align-items-center">
<div class="container position-relative" data-aos="fade-up" data-aos-delay="100">
<div class="row justify-content-center">
<div class="col-12 col-md-9 col-lg-9 text-center">
<h1>Student Projects Portfolio</h1>
<br>
<h3>List of Undergraduate, MSc, Internship, and Computer Vision Projects</h3>
<br>
</div>
</div>
<div style="text-align: center;">
<a href="#projects" class="btn-get-started-custom scrollto">Go directly to Open Projects</a>
</div>
</div>
</section>
<main id="main">
<section id="resources" class="resources section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Overview</h2>
</div>
<div class="row">
<div class="col-12">
<h4><b>Project Goals</b></h4>
<p>This is the list of research projects tailored for Undergraduate, MSc, Internship, and Computer Vision enthusiasts. Each project is designed to be appropriate for the level of research and scope of that specific project type.</p>
<h4><b>Colab Compatibility</b></h4>
<p>All projects are designed to be easily run in <a href="https://colab.research.google.com/" target="_blank" rel="noopener noreferrer">Google Colab</a>, providing you with a convenient and accessible platform for your research and development.</p>
<h4><b>Datasets</b></h4>
<p>Dataset details are provided within each project description in the "Open Projects" section.</p>
</div>
</div>
</div>
</section>
<section id="projects" class="projects section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Open Projects</h2>
<h4>Explore current opportunities and find your next challenge</h4>
</div>
<div class="row justify-content-center">
<div class="col-6 col-md-3" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<a href="UG.html"><img src="assets/img/projects/Portfolio/UG.png"
alt="UG-MSc Projects" class="project-img"></a>
</div>
<h4><a href="UG.html">UG Projects</a></h4>
<p>UndergraduateProjects</p>
</div>
</div>
<div class="col-6 col-md-3" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<a href="MSc.html"><img src="assets/img/projects/Portfolio/MSc.png"
alt="UG-MSc Projects" class="project-img"></a>
</div>
<h4><a href="MSc.html">MSc Projects</a></h4>
<p>Masters Projects</p>
</div>
</div>
<div class="col-6 col-md-3" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<a href="internship.html"><img src="assets/img/projects/Portfolio/Internship/Internship.png"
alt="Internship Projects" class="project-img"></a>
</div>
<h4><a href="internship.html">Internship Projects</a></h4>
<p>Internship Projects</p>
</div>
</div>
<div class="col-6 col-md-3" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<a href="CV.html"><img src="assets/img/projects/Portfolio/CV/eye.png"
alt="Computer Vision Projects" class="project-img"></a>
</div>
<h4><a href="CV.html">Computer Vision</a></h4>
<p>Computer Vision Projects</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="section-title">
<h2>Contact Details</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<p>
Professor Massoud Zolgharni <br>
Massoud.Zolgharni@uwl.ac.uk<br>
</p>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<p>
Dr Nasim Dadashi <br>
nasim.dadashiserej@uwl.ac.uk<br>
</p>
</div>
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright <strong><span>IntSaV</span></strong>. All Rights Reserved
</div>
</div>
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="https://twitter.com/intsav_?lang=en-gb" target="_blank" rel="noopener noreferrer"
class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.linkedin.com/company/intelligent-sensing-and-vision-research-group-intsav"
target="_blank" rel="noopener noreferrer"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</footer>
<div id="preloader"></div>
<a href="#title" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>