-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (194 loc) · 7.81 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
---
---
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<meta name="description" content="{{ site.title | default: site.github.repository_name }} : {{ site.description | default: site.github.project_tagline }}">
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<title>{{ site.title | default: site.github.repository_name }}</title>
<style>
footer {
position: static;
margin-left: 0px;
}
.outer-container {
display: flex;
flex-wrap: wrap;
}
.inner-container {
min-width: 340px;
max-width: 340px;
min-height: 150px;
margin: 5px;
margin-bottom: 0px;
padding: 10px;
border: 0px solid gray;
background-color: white;
box-shadow: 2px 2px 5px gray;
color: initial;
}
.inner-container h3, h4, p {
margin-bottom: 0px;
}
.inner-container-2 {
padding-top: 0px;
position: relative;
color: initial;
}
.inner-container-2 > img {
width: 100%;
}
.inner-container-2 > .hoversensor {
position: absolute;
top: 0px;
}
.inner-container-2 .excerpt {
position: absolute;
top: 0px;
opacity: 0.1;
transition: opacity 0.5s;
}
.inner-container-2 .excerpt > img {
opacity: 1;
}
.inner-container-2 .excerpt:hover {
opacity: 1;
background-color: rgba(255,255,255,0.9);
transition: opacity 0.5s;
}
body {
min-width: 400px;
width: 90%;
margin: 0 auto;
}
section {
width: auto;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 20px;
}
#intro div.inner-container {
max-width: 800px;
flex: 1 300px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
section#articles {
margin-top: 0px;
}
section div.mytext {
flex: 1;
max-width: 390px;
min-width: 200px;
}
section aside {
flex: 1;
max-width: 390px;
min-width: 250px;
}
</style>
</head>
<body>
<header class="myheader">
<h1 class="page-heading">{{ site.title | default: site.github.repository_name }}</h1>
<p>{{ site.description }}</p>
</header>
<div id="banner">
<span id="logo"></span>
<a href="http://github.com/attilagk/R-you-experienced" class="button fork"><strong>View On GitHub</strong></a>
</div>
<main>
<section id="intro">
<h1>Introduction</h1>
<p>
Listen to <a href="https://vimeo.com/109988488">Jimi's song</a>.
Subscribe to this blog <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a>.
Let's get experienced!
</p>
<div class="outer-container" style="">
<div class="inner-container" id="ryou">
<div class="mytext">
<h2>R you experienced in</h2>
<p>
<ul>
<li>statistics and machine learning?</li>
<li>model fitting and selection?</li>
<li>representing math structures in R?</li>
<li>R functions and enclosing environments?</li>
<li>abstractions with higher order functions?</li>
<li>(non)standard evaluation of R expressions?</li>
</ul>
</p>
<!-- <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p> -->
</div>
<aside>
<img src="{{ site.baseurl }}/figures/R_logo.svg" width="400px" alt="">
</aside>
</div>
<div class="inner-container" id="about">
<div class="mytext">
<h2>About me</h2>
<p>
I am a postdoctoral researcher in statistical genetics at Mount
Sinai School of Medicine, New York. Besides but not unrelated to that
I work on side projects similar to this blog to
explore other subjects in <a href="https://github.com/attilagk/SMPracticals-Davison">statistics</a> and
<a href="https://attilagk.github.io/SICP-programming-exercises/">computer programming</a>.
You can see and hear my peculiar Hungarian name
<a href="https://forvo.com/search/Attila%20Guly%c3%a1s-Kov%c3%a1cs/">on Forvo</a>
and visit me <a href="https://www.linkedin.com/in/attilagk/">on LinkedIn</a>.
</p>
</div>
<aside>
<img src="{{ site.baseurl }}/figures/explain-rll-wireframe-1.png" alt="">
</aside>
</div>
</div>
</section>
<section id="articles">
<h1>Articles</h1>
<p>Hover above an <img src="{{ site.baseurl }}/figures/R_logo.svg"
height="15px" alt=""> symbol to reveal
abstract. Click to read whole article.</p>
<div class="outer-container" style="">
{% for post in site.posts %}
<a class="inner-container" href="{{ post.url | prepend: site.baseurl }}" style="">
<!-- <h2> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> </h2> -->
<h3 class="post-title"> {{ post.title }} </h3>
<p>{{ post.date | date: "%b %d, %Y" }}</p>
<div class="inner-container-2">
<img src="{{ site.baseurl }}/R{{ post.url | remove: '.html' }}/figure/{{ post.featimg }}" alt="">
<div class="hoversensor">
<img src="{{ site.baseurl }}/figures/R_logo.svg" height="40" alt="">
</div>
<div class="excerpt">
<p>{{ post.excerpt }} </p>
</div>
</div>
</a>
{% endfor %}
</div>
</section>
</main>
<footer>
{% if site.github.is_project_page %}
<p>Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
{% endif %}
<p><small>Hosted on GitHub Pages — Theme modified after <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</footer>
{% if site.google_analytics %}
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
</body>
</html>