Skip to content

Commit 0278019

Browse files
Update index.html
1 parent baed394 commit 0278019

1 file changed

Lines changed: 25 additions & 24 deletions

File tree

index.html

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<link rel="icon" href="favicon.ico" />
5+
<link rel="icon" href="favicon.ico?" />
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
88
<meta name="description" content="" />
@@ -73,15 +73,15 @@ <h2 class="mb-6">Projects</h2>
7373
<div class="container3 column3" style="margin: 0">
7474
<!--image2 row2 start-->
7575
<div class="row2">
76-
<!--image2 card start-->
77-
<div class="image2 img">
78-
<img src="images/flocking.png" alt="Flocking">
79-
<div class="details2" style="color: white">
76+
<!--image2 card start-->
77+
<div class="image2">
78+
<img style = "border: px solid #555;" src="images/eye_tracking.jpeg" alt="">
79+
<div class="details2">
8080
<h2> <span></span></h2>
81-
<p>Boids animation in Processing. Boids simulate the flocking behavior of birds, based on alignment, separation, and cohesion.</p>
81+
<p>The scope of this research is to determine if there is any correlation between the level of experience of surgeons and their visual attention while performing surgeries (Python).</p>
8282
<div class="more2">
83-
<a href="https://github.com/munteanuic/Flocking-Simulation" class="read-more2">see <span>code</span></a>
84-
<a href="https://www.youtube.com/watch?v=h5s_Ff2kHNM" class="read-more2">See <span>demo</span></a>
83+
<a href="https://github.com/munteanuic/Eye-Tracking" class="read-more2">see <span>code</span></a>
84+
<a href="https://conservancy.umn.edu/bitstream/handle/11299/213539/Assessing%20Visual%20Attention%20Using%20Eye%20Tracking_Ioana%20Munteanu.pdf?sequence=1&isAllowed=y" class="read-more2">See <span>poster</span></a>
8585
</div>
8686
</div>
8787
</div>
@@ -100,14 +100,14 @@ <h2 style="color: white" > <span></span></h2>
100100
</div>
101101
<!--image2 card end-->
102102
<!--image2 card start-->
103-
<div class="image2">
104-
<img src="images/ai.png" alt="">
103+
<div class="image2">
104+
<img src="images/sunshine.png" alt="">
105105
<div class="details2">
106106
<h2> <span></span></h2>
107-
<p>Animation in Processing of two agents optimally reaching their targets while avoiding obstacles, using the A Star technique for AI planning.</p>
107+
<p>Software that calculates the results of different types of elections, given the ballots and candidates. It was designed in Java using both the Waterfall and Agile methodologies.</p>
108108
<div class="more2">
109-
<a href="https://github.com/munteanuic/AI-Planning" class="read-more2">see <span>code</span></a>
110-
<a href="https://www.youtube.com/watch?v=TT40YGtXIXI" class="read-more2">See <span>demo</span></a>
109+
<a href="https://github.com/munteanuic/Voting-Aggregation-System" class="read-more2">see <span>code</span></a>
110+
<a href="https://www.youtube.com/watch?v=JMkiw616-SE&feature=youtu.be" class="read-more2">See <span>demo</span></a>
111111
</div>
112112
</div>
113113
</div>
@@ -130,31 +130,32 @@ <h2> <span></span></h2>
130130
</div>
131131
<!--image2 card end-->
132132
<!--image2 card start-->
133-
<div class="image2">
134-
<img src="images/sunshine.png" alt="">
135-
<div class="details2">
133+
<div class="image2 img">
134+
<img src="images/flocking.png" alt="Flocking">
135+
<div class="details2" style="color: white">
136136
<h2> <span></span></h2>
137-
<p>Software that calculates the results of different types of elections, given the ballots and candidates. It was designed in Java using both the Waterfall and Agile methodologies.</p>
137+
<p>Boids animation in Processing. Boids simulate the flocking behavior of birds, based on alignment, separation, and cohesion.</p>
138138
<div class="more2">
139-
<a href="https://github.com/munteanuic/Voting-Aggregation-System" class="read-more2">see <span>code</span></a>
140-
<a href="https://www.youtube.com/watch?v=JMkiw616-SE&feature=youtu.be" class="read-more2">See <span>demo</span></a>
139+
<a href="https://github.com/munteanuic/Flocking-Simulation" class="read-more2">see <span>code</span></a>
140+
<a href="https://www.youtube.com/watch?v=h5s_Ff2kHNM" class="read-more2">See <span>demo</span></a>
141141
</div>
142142
</div>
143143
</div>
144144
<!--image2 card end-->
145145
<!--image2 card start-->
146-
<div class="image2">
147-
<img style = "border: px solid #555;" src="images/eye_tracking.jpeg" alt="">
146+
<div class="image2">
147+
<img src="images/ai.png" alt="">
148148
<div class="details2">
149149
<h2> <span></span></h2>
150-
<p>The scope of this research is to determine if there is any correlation between the level of experience of surgeons and their visual attention while performing surgeries (Python).</p>
150+
<p>Animation in Processing of two agents optimally reaching their targets while avoiding obstacles, using the A Star technique for AI planning.</p>
151151
<div class="more2">
152-
<a href="https://github.com/munteanuic/Eye-Tracking" class="read-more2">see <span>code</span></a>
153-
<a href="https://conservancy.umn.edu/bitstream/handle/11299/213539/Assessing%20Visual%20Attention%20Using%20Eye%20Tracking_Ioana%20Munteanu.pdf?sequence=1&isAllowed=y" class="read-more2">See <span>poster</span></a>
152+
<a href="https://github.com/munteanuic/AI-Planning" class="read-more2">see <span>code</span></a>
153+
<a href="https://www.youtube.com/watch?v=TT40YGtXIXI" class="read-more2">See <span>demo</span></a>
154154
</div>
155155
</div>
156156
</div>
157157
<!--image2 card end-->
158+
158159
</div>
159160
<!--image2 row2 end-->
160161
</div>

0 commit comments

Comments
 (0)