-
Notifications
You must be signed in to change notification settings - Fork 0
/
pilotprojects.html
198 lines (175 loc) · 11.6 KB
/
pilotprojects.html
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
198
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/8663eb90fc.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/pilotprojects.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Pilot Project | SoCollab</title>
</head>
<body>
<!-- <div id="navbar">
<img src="assets/logo.png" width="40" id="logo">
<p id="logo">NUS Computing Club</p>
<div id="options">
<p><a href="index.html">Home</a></p>
<p><a href="seniorsharings.html">Senior Sharings</a></p>
<p><a style="color: #78e08f;" href="pilotproject.html">Pilot Project</a></p>
<p><a href="medium.html">Medium</a></p>
<p><a href="hackathons.html">Hackathons</a></p>
</div>
</div> -->
<div class="navbar">
<div class="active">
<img src="assets/logo.png" width="40" style="padding-left:10px; padding-top:8px; background-color: #60a3bc;" id="logo">
</div>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<p><a href="index.html">Home</a></p>
<p><a href="seniorsharings.html">Senior Sharings</a></p>
<p><a href="pilotprojects.html">Pilot Projects</a></p>
<p><a href="medium.html">Medium</a></p>
<p><a href="hackathons.html">Hackathons</a></p>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div id="main-container">
<!-- <img src="assets/banner.png" alt="" id="hero-img">
<img src="assets/hero_soccat.png" alt="" id="hero-img-dup"> -->
<a href="https://medium.com/socollab" target="_blank"></a>
<img src="assets/banner_pilot.jpg" alt="Pilot Projects" id="banner-pilot-img">
<p id="about-para">
Our Pilot Projects initiative aims to connect like-minded students who are interested in taking on interesting
group projects but face difficulties in finding members to complete them with.
<br><br>
These projects will give students the opportunity to build up the technical skills in the realm they are
interested in, as well as expand their network by connecting with fellow students from the School of Computing.
These projects are also an opportunity for students to write an article for the SoCollab Medium page, and we will
highly encourage students to do so when they complete their projects.
</p>
<p id="segment-header">Purpose</h2>
<p id="segment-para">
Develop a platform which will connect like minded students who are keen to start a project together. This will allow students from School of Computing to develop their technical skill sets by working on projects with fellow students in the realms they are interested in.
</p>
</p>
<p id="segment-header">List of Projects</h2></p>
<button type="button" class="collapsible" id="pilot-header">AnimalPon</button>
<div class="content">
<p id="segment-para">
“AnimalPon” is inspired by catchapon which is used for verification purposes. However, students will develop an artificial intelligence that will correctly identify a species correctly among the pictures.
</p>
</div>
<button type="button" class="collapsible" id="pilot-header">Programming 101</button>
<div class="content">
<p id="segment-para">
Programming is a very daunting skill for beginners, especially so as a freshman in the school of computing. Learning programming just on youtube, especially on a single programming language will not suffice. Beginners will also need to basically apply the programming knowledge such as loops, arrays and conditions on a few problem sets to get the graps on programming. Those involved in the project will then have to create an application for beginners which is very interactive and beginner friendly.
</p>
</div>
<button type="button" class="collapsible" id="pilot-header">Adversadle</button>
<div class="content">
<p id="segment-para">
Adversadle is a game based on wordle. However, the difference is that adversadle uses “adversary argument” to make the player guess the correct word as many tries as possible. The winning word will be determined as the user inputs their guess for each turn.
</p>
</div>
<button type="button" class="collapsible" id="pilot-header">Queen’s Gambit</button>
<div class="content">
<p id="segment-para">
Students will create a chess game using either a web app, desktop app or a mobile app. The simple chess game application is about players playing with either the AI (Players will then have to develop the AI) or other players via the internet.
</p>
</div>
<button type="button" class="collapsible" id="pilot-header">Stock Sentiment Photo</button>
<div class="content">
<p id="segment-para">
The Stock Sentiment Portfolio is a project which conducts Sentiment Analysis on key social media platforms such as Twitter, Reddit and even Google News. After extracting the overall sentiments, the developers can classify which stocks are a good buy and which are good sell. The portfolio can be in the form of a web application, mobile application or even an API. (Hint: Apart from Web Scraping, you can even consider using the Twitter, Reddit & Google News API for pulling information)
</p>
</div>
<button type="button" class="collapsible" id="pilot-header">Spam Filtering</button>
<div class="content">
<p id="segment-para">
With the rise of various emails ranging from as simple as meaningless advertisements to even malicious phishing emails. Users will need to know how to identify phishing emails to protect themselves. However, some users do not have the time to identify them for various reasons. Hence, the role for the students is to develop an extension to filter out such emails to reduce any manual checking on the user side.
</p>
</div>
<!-- <p id="segment-header-special">Deliverables</h2>
<p id="segment-para">
<strong>Documentation Requirements</strong><br>
(1) README document - to describe how to use this platform / application / API.<br>
(2) Medium Article - to detail the Objectives, Rationale, Implementation and Outcome. This will be shared on our Computing Club’s Publication
</p>
</p>
<p id="segment-header">Timeline</h2>
<p id="segment-para">
No Fixed Timeline. However, README & Medium Article must be deliverable after the project has been completed. Aim to finish the project within one semester / summer break.
</p>
</p> -->
<p id="segment-header-special">Registration</h2>
<p id="segment-para">
Check out the <a href="https://nus.campuslabs.com/engage/submitter/form/start/531692" target="_blank">registration form</a> for more information on the projects, deliverables and timeline!
</p>
</p>
<p id="segment-header">Contact Us</h2>
<p id="segment-para">
If you have any queries regarding this, please contact us at [email protected] or feel free to drop us a telegram message @Denniszedead :)
</p>
</p>
</div>
<div id="footer">
<div id="footer-details">
<!-- <p id="footer-logo">NUS Computing Club</p> -->
<img src="assets/footer_logo.png" id="footer-logo">
<div id="socials">
<a target="_blank" href="https://www.facebook.com/nuscomputing" target="_blank"><i class="fa-brands fa-facebook-f"></i></a>
<a target="_blank" href="https://www.instagram.com/NUSComputingClub" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a target="_blank" href="https://t.me/nuscomputingclub" target="_blank"><i class="fa-brands fa-telegram"></i></a>
<a target="_blank" href="https://www.youtube.com/channel/UCVd-qsSFF328UUqcNxudy0w" target="_blank"><i class="fa-brands fa-youtube"></i></a>
<a target="_blank" href="https://github.com/NUSComputingDev" target="_blank"><i class="fa-brands fa-github"></i></a>
<a target="_blank" href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a>
</div>
<p id="disclaimers">
Copyright © NUS Students' Computing Club • <a style="text-decoration: none; color: white;" href="https://nuscomputing.com/privacy/">Privacy Policy</a>
</p>
</div>
<!-- <p id="feedback" style="line-height: 35px;">
Got feedback? Send it our way! <br> <a target="_blank" href="https://feedback.nuscomputing.com">feedback.nuscomputing.com</a>
</p> -->
</div>
<script>
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
</script>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
</script>
</body>
</html>
<!-- <p id="header-stmt">
Meet the Team
<i style="vertical-align: middle; font-size: 17px; padding-left: 2px; color: #395B9B;" class="fa-solid fa-circle"></i>
<i style="vertical-align: middle; font-size: 17px; padding-left: 2px; color: #93c6c3;" class="fa-solid fa-circle"></i>
<i style="vertical-align: middle; font-size: 17px; padding-left: 2px; color: #92CEFC;" class="fa-solid fa-circle"></i>
</p> -->