-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (68 loc) · 2.57 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
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link href="style.css" rel="stylesheet">
<title>Ismet Guven Ugras resume</title>
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>Ismet Guven Ugras</h1>
<hr>
M.Sc. Student
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT</h2>
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="[email protected]">[email protected]</a>
</p>
<p>
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="https://www.linkedin.com/in/igugras/">linkedin</a>
</p>
<p>
<i class="fab fa-twitter" aria-hidden="true"></i>
<a href="https://twitter.com/igugras">twitter</a>
</p>
<p>
<i class="fab fa-github" aria-hidden="true"></i>
<a href="https://github.com/igugras">Github</a>
</p>
</section>
<section>
<h2>SKILLS</h2>
<p>Qiskit</p>
<p>OOP Python</p>
<p>LaTex</p>
</section>
</article>
<article id="mainRight">
<section>
<h2>ABOUT</h2>
<!-- about you -->
Highly analytical and problem solving oriented. Capable of comprehending and communicating new concepts. Fond of interdisciplinary work. Feels well nourished in intellectually demanding environments. Pursued a double degree program at METU. Pursuing TUM Quantum Science and Technology M.Sc. program. Interested in the development and integration of quantum sciences in the scientific and philosophical paradigm.
</section>
<section>
<h2>WORK EXPERIENCE</h2>
<!-- your work experience -->
<h3>Student assistant, Fraunhofer IKS - 2023</h3>
Implementing, analysing and reporting on state of the art quantum assisted optimization schemes for research purposes.
<h3>Student assistant, TUM Quantum Social Lab - 2022</h3>
Preparing educational material for non-physicists on quantum computation. Conducting industry and academy analyses about quantum technologies.
<h3>Design engineer, Turkish Aerospace Industries - 2022</h3>
Involved in load estimation processes of fixed wing aircraft
</section>
<section>
<h2>EDUCATION</h2>
<p> M.Sc. Quantum Science & Technology - TUM & LMU (2022-2024)</p>
<p> B.Sc. Physics - Middle East Technical University (2017-2022)</p>
<p> B.Sc. Aerospace Engineering - Middle East Technical University (2015-2021)</p>
</section>
</article>
</main>
</body>
</html>