-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (123 loc) · 3.55 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
---
layout: default
title: Ha Lab
categories:
- home
---
<div class="row">
<div class="col-md-12">
<div class="smallhead">
<div class="hugespacer"></div>
<p align="center">
Advancing <em>Precision Oncology</em> at the intersection of <em>Computational Cancer Genomics</em> and <em>Liquid Biopsies</em>. <br><br>
</p>
</div>
<div class="smallhead">
<p align="center">
We have an open Postdoctoral fellow position! Apply <a class="off" href="https://careers-fhcrc.icims.com/jobs/28780/job?hub=7" target="_blank"><u>here</u></a><br>
We are recruiting a Bioinformatics Analyst! Apply <a class="off" href="https://careers-fhcrc.icims.com/jobs/28864/job?hub=7" target="_blank"><u>here</u></a><br>
</p>
</div>
</div>
</div>
<div class="bigspacer"></div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<span class="border">
{% include carousel.html %}
</span>
<div class="hugespacer"></div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="head">
<a class="off" href="/news/">News</a>
</div>
<div class="spacer"></div>
<div class="feedbox">
{% for post in site.categories.news limit:4 %}
{% for member in site.categories.people %}
{% if member.title == post.author %}
{% assign author = member %}
{% endif %}
{% endfor %}
<div class="note">
<i class="fa fa-comment-o fa-fw"></i>
<a class="off" href="{{ post.url }}">{{ post.shorttitle }}</a>
</div>
<div class="smallspacer"></div>
<div class="smallnote">
Posted
{{ post.date | date: "%-d %b %Y" }}
{% if post.author %}
by <a class="off" href="
{% for member in site.categories.people %}
{% if member.title == post.author %}
{{ member.url }}
{% endif %}
{% endfor %}
">
{{ post.author }}
</a>
{% endif %}
{% if post.authors %}
by
<a class="off" href="
{% for member in site.categories.people %}
{% if member.title == post.authors.first %}
{{ member.url }}
{% endif %}
{% endfor %}
">
{{ post.authors.first }}
</a>
and
<a class="off" href="
{% for member in site.categories.people %}
{% if member.title == post.authors.last %}
{{ member.url }}
{% endif %}
{% endfor %}
">
{{ post.authors.last }}
</a>
{% endif %}
</div>
<div class="bigspacer"></div>
{% endfor %}
</div>
</div>
<div class="col-sm-5">
<div class="head">
<a class="off" href="/papers/">Papers</a>
</div>
<div class="spacer"></div>
<div class="feedbox">
{% for paper in site.categories.papers limit:4 %}
<div class="note">
<i class="fa fa-file-text-o fa-fw"></i>
<a class="off" href="{{ paper.url }}">{{ paper.title }}</a>
</div>
<div class="smallspacer"></div>
<div class="smallnote">
Posted
{{ paper.date | date: "%-d %b %Y" }}
</div>
<div class="bigspacer"></div>
{% endfor %}
</div>
</div>
<div class="col-sm-4">
<div class="head">
<a class="off" href="https://twitter.com/GavinHa">Tweets</a>
</div>
<div class="spacer"></div>
<div class="feedbox">
<a class="twitter-timeline" data-theme="light" data-chrome="noheader nofooter transparent noborders" data-tweet-limit="3" href="https://twitter.com/GavinHa">Tweets by GavinHa</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
<div class="hugespacer"></div>
</div>