-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubs.html
62 lines (50 loc) · 1.83 KB
/
pubs.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
<!DOCTYPE html>
<html style="font-family: Proxima Nova">
<head>
<title>Publications</title>
</head>
<header>
<center>
<a href="index.html">Main page</a>
<a href="about-me.html">About Me</a>
<a href="teaching-home.html">Teaching</a>
<a href="projects-list.html">My projects</a>
<a href="pubs.html">My publications</a>
<a href="misc.html">Miscellaneous</a>
<a href="contacts.html">Contacts</a>
</center>
</header>
<style>
div {
width: 70%;
margin: auto;
}
@font-face {
font-family: Proxima Nova;
src: url("Proxima Nova/proximanova_regular.ttf");
}
</style>
<body>
<center>
<h1>My Publications</h1>
<img src="pubs/IMG_8180.jpg", width = 40%>
<h2> My Conference Participation</h2>
</center>
<div> <p align="justify">
-<b>International Genius Olympiad Student Research Conference.</b> New York, July 2022. <i>“Cobalt-catalyzed
amino acid C(sp2)-H functionalization using organic isocyanides”.</i> Honourable Mention prize in Research section.<br>
-<b>Latvian Student Research Conference.</b> Riga, May 2022, <i>“Cobalt-catalyzed amino acid
C(sp2)-H functionalization using organic isocyanides”.</i> Gold prize in Chemistry section.<br>
-<b>Riga Regional Student Research Conference.</b> Riga, Jan 2022, <i>“Cobalt-catalyzed amino acid
C(sp2)-H functionalization using organic isocyanides”</i>. Silver prize in Chemistry section.<br>
</p>
</div>
<center> <h2> My Published Works</h2> </center>
<div> <p align="justify">
-<b>Theoretical problems from the Baltic Chemistry Olympiad: 1st–30th BChO from 1993 to 2024.</b> <i>Päkk, Andreas;
Smõšljajev, Artemi; Kargin, Daniil; Narvaišs, Nauris; Ivaništšev, Vladislav</i> (2024). Tartu: Tartu University Press. ISBN 978-9916-27-520-7.
</p>
</div>
</body>
<br> <br> <br> <br>
</html>