forked from wowthemesnet/mundana-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
216 lines (159 loc) · 9.66 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
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
---
title: "Home"
layout: default
pagination:
enabled: true
description: "My name is Brooke K. Ryan, I'm a graduate student and researcher in computational cognitive neuroscience at Princeton University, where I'm advised by Uri Hasson. I’m interested in understanding the computational and neural basis that gives rise to high-level cognition and our uniquely human intelligence. This site contains my an archive of my research projects, writing, and courses I've taught."
---
<div class="container">
{% if page.url == "/" %}
<div class="container mb-5 mt-5">
<div class="jumbotron jumbotron-fluid mb-3 pl-0 pt-0 pb-0 bg-white position-relative">
<div class="h-100 tofront">
<div class="row justify-content-between ">
<div class=" col-md-6 pr-0 pr-md-4 pt-4 pb-4 align-self-center">
<div>
<img src="{{site.baseurl}}/assets/images/index_profile_smaller.png" alt="Brooke K. Ryan" class="img-home">
</div>
</div>
<div class="col-md-6 pr-0 align-self-center">
<div class="interesting domainedisplay">welcome!</div>
<p class="mt-4 mb-4 domainesanstextlight justify-research font-weight-light">
My name is Brooke K. Ryan, I’m a graduate student and researcher in computational cognitive neuroscience. I'm currently working towards my PhD in Psychology at Princeton University, where I'm advised by <a href="https://hassonlab.princeton.edu/" class="a-underline">Professor Uri Hasson</a>.
<p class="mt-4 mb-4 domainesanstextlight justify-research">
I’m interested in understanding the computational and neural basis of high-level cognition and our uniquely human intelligence. This site contains my an archive of my <a href="/research/index.html" class="a-underline">research projects</a>, <a href="/writing/index.html" class="a-underline">writing</a>, and <a href="/teaching/index.html" class="a-underline">courses I've taught</a>.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Home Intro -->
<!-- <div class="jumbotron jumbotron-fluid pt-0 pb-0 mb-2rem bg-lightblue position-relative remove-site-content-margin " >-->
<!-- <div class="pl-4 pr-0 h-100 tofront">-->
<!-- <div class="row justify-content-between">-->
<!-- <div class="col-md-5 pt-6 pb-6 align-self-center" id="ghost-realm">-->
<!-- <h3 class="interesting mb-3 font-weight-600">Welcome!</h3>-->
<!-- <p class="mt-4 mb-4 fraunces font-weight-light">-->
<!-- My name is Brooke Ryan. I recently obtained my M.S. in Computer Science from UC Irvine, and I'm currently working as a researcher with the <a class="a-underline" href="https://mattarlab.ucsd.edu/">Mattar Lab</a> at UC San Diego. Prior to that, I obtained my B.S. in Mathematics-Computer Science from UC San Diego. </p>-->
<!-- <p class="mt-4 mb-4 fraunces font-weight-light">-->
<!-- I'm interested in uncovering the computational and neural basis for human intelligence—particularly in areas where Artificial Intelligence struggles, such as one-shot learning and language acquisition. This site contains my an archive of my <a class="a-underline" href="{{site.baseurl}}/research/index.html">research projects</a>, <a class="a-underline" href="{{site.baseurl}}/writing/index.html">writing</a>, and <a class="a-underline" href="{{site.baseurl}}/teaching/index.html">courses I've taught</a>.-->
<!-- </p>-->
<!-- </div>-->
<!-- <div class="col-md-6 d-none d-md-block pr-0" style="background-size:cover;background-image:url({{site.baseurl}}/assets/images/flowerbb.jpg);"> </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
</div>
{% endif %}
<!-- Now the rest of the _posts with the usual loop but with an offset:4 on the first page so we can skeep the first 4 _posts displayed above -->
<div class="container">
<div class="row mt-3 mb-3">
<div class="col-md-8 main-loop bg-lightpink">
<h3 class="domainedisplay font-weight-600 spanborder"><span><a href="{{site.baseurl}}/research/index.html">Research</a></span></h3>
{% assign research = site.publications | concat: site.projects | sort: 'date' | reverse %}
{% for page in research %}
{% if page.hidden != true %}
<div class="mb-0 justify-content-between ">
<div class="d-flex">
<div class="pr-3">
<h2 class="domainedisplay mb-1 h4 font-weight-600">
<a class="text-dark " href="{{site.baseurl}}{{page.url}}">{{ page.title }}</a>
</h2>
<p class="domainesanstextlight"> <em>{{ page.authors }}</em></p>
<p class="excerpt fraunces font-weight-light">
{{ page.abstract | strip_html | strip_newlines | truncate: 141}}
</p>
<small class="d-block domainesanstextlight">
{% if page.venue %}
{{ page.venue }}
{% else %}
{{ page.date | date: '%b %Y' }}
{% endif %}
<br>
</small>
<!-- <p class="text-muted">-->
<!-- {{ post.abstract | strip_html | strip_newlines | truncate: 136}}-->
<!-- </p>-->
<!-- <small class="text-muted">-->
<!-- {{ post.venue }}-->
<!-- </small>-->
</div>
{% if page.thumbnail %}
<div class="col-md-3 pr-0 text-right">
<a href="{{site.baseurl}}{{page.url}}">
<img class="w-100 border-brooke" src="{{ page.thumbnail }}" alt="{{ page.title }}">
</a>
</div>
{% endif %}
</div>
</div>
<div class="mb-5">
<div class="text-muted mb-1 mt-2">
{% include icons.html %}
</div>
</div>
{% endif %}
{% endfor %}
</div>
<div class="col-md-4 bg-lightpink">
<div class="sticky-top sticky-top-offset mb-5">
<h3 class="domainedisplay font-weight-600 spanborder"><span><a href="{{site.baseurl}}/research/index.html">Publications</a></span></h3>
<ol class="list-featured">
{% for page in site.publications %}
<li class="mb-4 domainedisplay">
<span>
<h6 class="domainesanstextlight"> <a href="{{site.baseurl}}{{ page.url }}">{{ page.authors_no_links }}. {{ page.title }}. <em>{{ page.venue }}.</em></a></h6>
</li>
{% endfor %}
</ol>
</div>
</div>
<!-- <div class="col-md-8 main-loop bg-lightpink">-->
<!-- <h4 class="font-weight-600 spanborder"><span>Recent <a href="{{site.baseurl}}/blog/index.html">Stories</a></span></h4>-->
<!-- {% for post in site.posts %}-->
<!-- <div class="mb-5 d-flex justify-content-between ">-->
<!-- <div class="pr-3">-->
<!-- <h2 class="mb-1 h4 font-weight-600">-->
<!-- <a class="text-dark " href="{{site.baseurl}}{{post.url}}">{{ post.title }}</a>-->
<!-- </h2>-->
<!-- <p class="text-muted">-->
<!-- {{ post.subtitle | strip_html | strip_newlines | truncate: 186}}-->
<!-- </p>-->
<!-- <small class="text-muted">-->
<!-- {{ post.date | date: '%b %d, %Y' }}-->
<!-- </small>-->
<!-- </div>-->
<!-- {% if post.image %}-->
<!-- <div class="col-md-3 pr-0 text-right">-->
<!-- <a href="{{site.baseurl}}{{post.url}}">-->
<!-- <img class="w-100 border-brooke" src="{% if post.image contains "://" %}{{ post.image }}{% else %}{{ post.image | absolute_url }}{% endif %}" alt="{{ post.title }}">-->
<!-- </a>-->
<!-- </div>-->
<!-- {% endif %}-->
<!-- </div>-->
<!-- {% endfor %}-->
<!-- </div>-->
</div>
<!-- Mailchimp Subscribe Form -->
{% if site.mailchimp-list %}
<!--<div class="border p-5 bg-lightblue">-->
<!-- <div class="row justify-content-between">-->
<!-- <div class="col-md-6 mb-2 mb-md-0">-->
<!-- <h4 class="font-weight-600">Join My Newsletter <img src="{{ site.baseurl }}/assets/images/brooke_ghostie.png" width="30" alt="{{site.title}}"></h4>-->
<!-- Support my mission to make Computer Science fun and accessible for all. It helps grow the blog, and I'll never spam!-->
<!-- </div>-->
<!-- <div class="col-md-6">-->
<!-- <div class="row">-->
<!-- <form action="{{site.mailchimp-list}}" method="post" name="mc-embedded-subscribe-form" class="wj-contact-form validate w-100" target="_blank" novalidate>-->
<!-- <div class="mc-field-group">-->
<!-- <input type="email" placeholder="Enter e-mail address" name="EMAIL" class="required email form-control w-100" id="mce-EMAIL" autocomplete="on" required>-->
<!-- <button type="submit" value="Subscribe" name="subscribe" class="heart btn btn-brooke btn-block w-100 mt-2">Subscribe</button>-->
<!-- </div>-->
<!-- </form>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
{% endif %}
</div>