-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (76 loc) · 3.92 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
<html>
<head>
<title style="display:inline-block; margin-left:50px; padding-top:15px; vertical-align:top">
Olga Zamaraeva's Web Page
</title>
<style>
body {font-family: sans-serif;}
</style>
</head>
<body style="max-width:985px">
<!-<img align=right src=/icons/construct.gif>
<h1 style="margin-left:10px">Olga Zamaraeva</h1>
<div style="display:inline-block; margin-left:50px"><image src="userpic.jpg" width="228" height="236"></div>
<div style="display:inline-block; padding-left:40px;vertical-align:top;">
<p>
<a href="Zamaraeva_CV.pdf" target="_blank">Curriculum vitae</a> (including contact info and all publications).
</p>
<p>
I am a computational linguist. I am currently a postdoctoral researcher<br>at <a href="http://fastparse.grupolys.org/" target-"_blank">University of A Coruña, Spain</a>.
</p>
<p>
I am interested in linguistic theory, particularly of syntax.<br>
I am now part of the Green AI project, using syntax theory to study LLMs.
</p>
<p>
My <a href="OZ-diss.pdf" target="_blank">dissertation</a> is on<br> constituent questions in <a href="http://matrix.ling.washington.edu/customize/matrix.cgi" target="_blank">the Grammar Matrix</a>.
</p>
<p>
<a href="https://scholar.google.com/citations?user=kjg7CmUAAAAJ&hl" target="_blank">My Google Scholar profile</a>
</p>
<!--
<p>
Contact: <b>olzama<img src=http://www.washington.edu/computing/gifs/at.gif
alt='(at)'>uw.edu</b>
-->
<p>
I have designed two courses: <a href="https://olzama.github.io/Ling471/"target="_blank">Intro to data science for undergraduates</a> <br>
and <a href="https://olzama.github.io/CL-seminar/"target="_blank">Philosophy of CL</a> for graduate students.
</p>
</div>
<hr>
<div style="display:inline-block; margin-left:50px; padding-top:15px; vertical-align:top"><img src="tristan.jpeg" height="100" width="25"></div>
<div style="display:inline-block;padding-left:40px;vertical-align:top">
<p><i>
Here I sometimes say a few words about the next musical performance<br>
that I plan on attending.<br>
<br>
Also, check out <a href="http://delph-in.github.io/delphin-viz/demo/" target="_blank">this demo</a><br> my colleagues from the DELPH-IN consortium put together <br>to see examples of syntactic and semantic <br>representations that an implemented grammar
can give you.
</div></p>
<hr>
<p style="padding-left:50px;padding-bottom:10px">
I was born and grew up in a fantastic place called <a href="http://en.wikipedia.org/wiki/Akademgorodok" target="_blank">Akademgorodok</a> near Novosibirsk, Russia.
You can see a lot of forest if you zoom out.
It is a town built specifically for a <a href="http://www.nsu.ru/exp/index.jz" target="_blank">University</a> and a number of research institutes.
My parents both worked in such institutes, and so did parents of most of my friends, and maybe that's why I decided to become a researcher myself.
</p>
<div style="display:inline-block; vertical-align:top; margin-left:50px">
<a href="http://www.en.catalysis.ru/block/index.php?ID=19&SECTION_ID=256" target="_blank"><img src="kiz1.jpg" title="This is my father" style="margin-bottom:10px"></a>
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2444.5201106583136!2d83.09464079999998!3d54.834286699999915!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x42dfc468820deb0b%3A0x4c558390c691fa8d!2sZhemchuzhnaya+ulitsa%2C+2%2C+Novosibirsk%2C+Novosibirskaya+oblast'%2C+Russia!5e1!3m2!1sen!2sus!4v1399172315485" width="228" height="225" frameborder="0"></iframe>
</div>
<div style="vertical-align:top; display:inline-block; padding-left:40px; text-align:right">
<a href="http://bocharik.livejournal.com/346480.html" target="_blank"><img src="http://lh6.ggpht.com/_vougCeS8IRE/TKsGYbJ1STI/AAAAAAAADn4/TaISJmoWguw/s800/Zvetnoy.JPG" width="650" height="472"></a>
<p>
Akademgorodok in autumn © A. Bocharov
</p>
</div>
<p>
Last updated:
<script>
document.write(document.lastModified);
</script>
</p>
</body>
</html>