-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinternship.html
183 lines (162 loc) · 8.29 KB
/
internship.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
<!DOCTYPE html>
<html lang="kr">
<head>
<meta charset="UTF-8">
<meta name="me myself and I" content="all about me!">
<title> All about me </title>
</head>
<body>
<div class="div_body_border">
<div class="div_body">
<!-- load the sylesheet for the main page -->
<link href="../style/mainpage.css" rel="stylesheet" />
<p class="main_header"> PRACTICE </p>
<div class="sticky">
<nav id="topMenu">
<ul class="Menu">
<li class="topMenuLi">
<a class="menuLink" href="index.html"> Personal </a>
<ul class="submenu">
<li><a class="submenuLink" href="index.html#general"> General </a></li>
<li><a class="submenuLink" href="index.html#contact"> Contact </a></li>
</ul>
</li>
<li>|</li>
<li class="topMenuLi">
<a class="menuLink" href="internship.html"> Academics </a>
<ul class="submenu">
<li><a class="submenuLink longLink" href="internship.html#winterinternship"> GUGC Internship Winter 2018</a></li>
<li><a class="submenuLink longLink" href="internship.html#kcc"> Korea Computer Congress 2018 </a></li>
<li><a class="submenuLink longLink" href="internship.html#summerinternship"> GUGC Intensed Study Summer 2018</a></li>
<li><a class="submenuLink longLink" href="internship.html#lab"> Lab reports </a></li>
</ul>
</li>
<li>|</li>
<li class="topMenuLi">
<a class="menuLink" href="hobbie.html"> Photos </a>
<ul class="submenu">
<li><a class="submenuLink" href="hobbie.html#equip"> Daily drivers </a></li>
<li><a class="submenuLink" href="hobbie.html#photos"> Taken photos </a></li>
</ul>
</li>
</ul>
</nav>
</div>
<p class="subheader"> Extracurricular Activities </p>
<nav>
<ul>
<li> <p class="description"><a href="#winterinternship"> January 2018: Internship at GUGC - Speech-to-Text </a></p></li>
<li><p class="description"><a href="#kcc"> June 2018: Korea Comptuer Congress 2018 </a></p></li>
<li><p class="description"><a href="##summerinternship"> July 2018: Intensed Research at GUGC - Image Segregation </a></p></li>
</ul>
</nav>
<p class="subheader" id="winterinternship"> Internship at GUGC: Speech-to-Text </p>
<p class="description">
On January 2018, we were offered a place for a paid internship program under supervision of Ph.D Mijung Kim
and Prof.Wesley De Neve at GUGC. The main goal of this program was to grasp the very basics of machine learning,
and create a simple Speech-To-Text (STT) module by following instructions in <a href="https://github.com/mozilla/DeepSpeech"> Project DeepSpeech.</a>
<br /> <br />
For further information, please follow the link below:
<br /> <a href="https://github.com/ugent-korea/tf-medical-stt">
https://github.com/ugent-korea/tf-medical-stt </a>
<br /> <br />
We also created a simple GUI to make the STT module as user-friendly as possible. A python module
called <em>Tkinter</em> was used. The following pictures are the screenshots of the GUI:
<br /> <br />
</p>
<!-- Slideshow for STT-GUI -->
<link href="../style/slideshow.css" rel="stylesheet" />
<script src="../style/slideshow_java.js"></script>
<div class="slidestt">
<div class="mySlides" id="initial">
<div class="numbertext">1 / 5</div>
<img src="img/gui1.png">
<div class="text">1. Main window of the GUI</div>
</div>
<div class="mySlides">
<div class="numbertext">2 / 5</div>
<img src="img/gui2.png">
<div class="text">2. Loading up a speech file</div>
</div>
<div class="mySlides">
<div class="numbertext">3 / 5</div>
<img src="img/gui3.png">
<div class="text">3. Running the GUI</div>
</div>
<div class="mySlides">
<div class="numbertext">4 / 5</div>
<img src="img/gui4.png">
<div class="text">4. Result page</div>
</div>
<div class="mySlides">
<div class="numbertext">5 / 5</div>
<img src="img/gui5.png">
<div class="text">5. (Optional) Save the output</div>
</div>
<!-- '다음'과 '전' 버튼-->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!-- 현재 몇번째 이미지인지 알려주는 땡땡이 -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
</div>
<p class="subheader" id="kcc"> Korea Computer Congress 2018</p>
<p class="description">
At the beginning of March 2018 semester, we casually figured out that Korea Computer
Congress 2018 will be held throughout June 20th to 22nd. Wondering if what we did
during the Internship program in January 2018 could be viable for the congress,
we searched for the prerequisites for the applicable fields of study. Turned out it was!
We wrote a 3-page research paper that discussed the performance and application of
speech-to-text in medical fields. Hopefully, our paper received an acceptable score
and we were granted an opportunity to attend the congress and explain our paper in person.
</p>
<br /><img src="img/kcc1.png"><br />
<p class="description">
As mentioned above, the event was held for 3 days, and we only had to attend the
last day (22nd) to present our research. We were in the junior/undergraduate
division, so we only had to create a poster that briefly describes the outline of our
research and explain it to randomly passing-by judges who show some extent of interest.
</p>
<p class="subheader" id="summerinternship"> Intensed Research at GUGC: Image Segregation</p>
<p class="description">
On Summer 2018, GUGC offered students places in program named "Intensed Research", where
students work under Ph.D students or Professors for arbitrary periods during the
summer holiday. Three of us, the same members from the previous January Internship,
were offered to learn under one of the Ph.D students in the department of <strong>Biotech
Data Science</strong>.
</p>
<p class="description">
Quite similar from the January Internship, we had to deal with machine learning again
(or deep learning). This time, however, the target was the image instead of the text.
The main objective was to apply deep learning algorithms on cell images and eventually
separate out only the <ins>borders of the cell</ins>.
<br /><br />
Refer to the below image for the input and desired result:
<img src="img/segment1.jpg" width="100%">
<br /><br />
For further informations, please visit our repository:
<br /> <a href="https://github.com/ugent-korea/pytorch-unet-segmentation">
https://github.com/ugent-korea/pytorch-unet-segmentation </a>
</p>
<!-- 랩 리포트 소개 -->
<p class="subheader"> Lab reports in GUGC </p>
<nav>
<ul>
<li><a class="description" href="#bach2"> 2nd Bachelor's year</a></li>
<li><a class="description" href="#bach3"> 3rd Bachelor's year</a></li>
<li><a class="description" href="#bach4"> 4th Bachelor's year</a></li>
</ul>
</nav>
<p class="subheader"> Labs done in 2nd Bachelor's year </p>
<p class="description">
</p>
</div>
</div>
</body>
</html>