-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·153 lines (120 loc) · 6.43 KB
/
index.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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/senalbulumulle/FOIL-UI-Framework-Library/FOIL-UI.css">
</head>
<body>
<div class="FOIL-Font-Styles--sans-serif">
<!--
#########################################################################
# Navigation Bar
##########################################################################
-->
<div class="FOIL-Navigation-Bar">
<FOIL-Font-Size-31>UNF AIRO</FOIL-Font-Size-31>
<ul></ul>
<a href="index.html" class="FOIL-button-small color-is-blue">Home</a>
<a href="what.html" class="FOIL-button-small color-is-blue">What is AI</a>
<a href="tools.html" class="FOIL-button-small color-is-blue">Tools</a>
<a href="meetings.html" class="FOIL-button-small color-is-blue">Meetings</a>
<a href="chat.html" class="FOIL-button-small color-is-blue">Chat</a>
<a href="ai-info.html" class="FOIL-button-small color-is-blue">AI Info</a>
<a href="./Articles/menu.html" class="FOIL-button-small color-is-blue">Articles</a>
</div>
<!--
#########################################################################
# Title Layout
##########################################################################
-->
<div class="FOIL-Layout">
<center>
<FOIL-Font-Size-52>UNF-AIRO</FOIL-Font-Size-52>
</center>
</div>
<!--
#########################################################################
# History
##########################################################################
-->
<div class="FOIL-Layout color-is-blue">
<center><FOIL-Font-Size-31><b>History</b></FOIL-Font-Size-31></center>
<ul></ul>
<center>
<FOIL-Font-Size-21> In 2018, AIRO started a project called airo_chatbot which allows staff members, <ul></ul>
professors, and students to ask questions in general about the university. <ul></ul>
Then later, after Senal joined the UNF-AIRO and he continue to work on the Chatbot <ul></ul>
project with new ideas. He is interested in continuing and maintaining of the Chatbot <ul></ul>
project from scratch and now maintains the project. </FOIL-Font-Size-21> <ul></ul>
</center>
</div>
<!--
#########################################################################
# Faculty Advisor
##########################################################################
-->
<div class="FOIL-Layout color-is-black">
<center>
<FOIL-Font-Size-31>Faculty Advisor</FOIL-Font-Size-31>
<!-- Dr.Liu Description-->
<ul></ul>
<img src="https://www.unf.edu/~xudong.liu/resources/img/me.jpg" alt="Dr.Liu" width="200px" height="200px" align="center">
<ul></ul>
<caption>Dr. Liu is an assistant professor in the School of Computing at the University of North Florida. His <ul></ul>
research mostly has been about solving both theoretical and practical problems on decision making, using tools <ul></ul>
and methods found in artificial intelligence, computational social science, and computational complexity theory. <ul></ul>
He is the founder and director of the UNF Artificial Intelligence Lab (UNFAIL). </caption> <ul></ul>
<ul></ul>
</center>
<ul></ul>
</div>
<!--
#########################################################################
# President
##########################################################################
-->
<div class="FOIL-Layout color-is-black">
<center>
<FOIL-Font-Size-31>President</FOIL-Font-Size-31>
<!-- Senal Bulumulle Description-->
<ul></ul>
<img src="https://avatars.githubusercontent.com/u/39766555?s=400&u=63bcaad499e6d2ecade5c2c982bcf97356821655&v=4" alt="Senal Bulumulle" width="200px" height="200px" align="center">
<ul></ul>
<caption>I am a sophomore. <ul></ul>I am always passionate with innovative ideas and new technnology. <ul></ul> </caption>
<caption>I am a software developer (Python, Java, JavaScript). <ul></ul> I am also a Competitive cyclist, swimmer, and pianist. </caption>
<ul></ul>
</center>
<ul></ul>
</div>
<!--
#########################################################################
# Vice President
##########################################################################
-->
<div class="FOIL-Layout color-is-black">
<center>
<FOIL-Font-Size-31>Vice President</FOIL-Font-Size-31>
<!-- Senal Bulumulle Description-->
<ul></ul>
<img src="https://avatars.githubusercontent.com/u/67549402?v=4" alt="Andreas Ink" width="200px" height="200px" align="center">
<ul></ul>
<caption>
Hi, I’m Andreas Ink, an Information Science Major and minor in Public Health who loves to code <ul></ul>and build innovative ideas that help others.
I’m most knowledgeable about Swift, a mobile development language, however, I also <ul></ul>know Python, some Javascript, and C/C++.
Since the first lockdowns of this pandemic, I created 7 apps that are on the App Store, <ul></ul>including Covid Watch, the exposure notification app of
Arizona that utilizes the Apple/Google Exposure Notification framework to reduce <ul></ul>the spread of Covid-19.
Since my Dad and Aunt’s Parkinson’s diagnosis, I’ve further explored my interest <ul></ul>in health and technology with an app that utilizes on-device
machine learning as well as off-device machine learning models to track disease progression <ul></ul>in Parkinson’s using various metrics such as tremor
and mobility data.
I hope to further expand on this project with a machine learning enhanced wearable device <ul></ul>that stimulates muscles in those who have Parkinson’s.
Recently, I’m leading a team of amazing UNF students and other amazing people outside of <ul></ul>UNF to expand on an algorithm built to detect Covid-19
before symptoms using various data points from smartwatches.
</caption>
<ul></ul>
</center>
<ul></ul>
</div>
</div>
</body>
</html>