forked from cboettig/labnotebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab-notebook.html
80 lines (70 loc) · 2.64 KB
/
lab-notebook.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
---
title: Lab Notebook
subtitle: (<a href="http://www.carlboettiger.info/2012/09/28/Welcome-to-my-lab-notebook.html">Introduction</a>)
redirects: [/research/lab-notebook, /wordpress/research/lab-notebook]
layout: default
---
<div class="row feed">
<div class="col-md-3 col-md-offset-1">
<h4> <a property="account" href="https://github.com/{{site.author.github}}" onclick="recordOutboundLink(this, 'Outbound Links', 'Github'); return false;"><i class="icon-github" alt="github"></i> Coding </a></h4>
<div class="excerpt">
<div class="scroll">
{% github_feed cboettig, 5 %}
</div>
</div>
</div>
<div class="col-md-3">
<h4> <a property="account" href="https://twitter.com/{{site.author.twitter}}" onclick="recordOutboundLink(this, 'Outbound Links', 'Twitter'); return false;"><i class="icon-twitter"></i> Discussing </a></h4>
<div class="excerpt">
<div class="scroll">
{% twitter_feed cboettig, 5 %}
</div>
</div>
</div>
<div class="col-md-3">
<h4> <a href="http://www.mendeley.com/groups/634301/theoretical-ecology/papers/" onClick="recordOutboundLink(this, 'Outbound Links', 'Mendeley'); return false;"><i class="icon-book"></i> Reading </a></h4>
<div class="excerpt">
<div class="scroll">
{% mendeley_feed 634301/theoretical-ecology, 4 %}
</div>
</div>
</div>
</div>
<hr>
<div class="row postpreview">
<div class="col-md-11 col-md-offset-1">
<div class="row">
<h4> <a href="{{ site.url }}/atom.xml"
onClick="recordOutboundLink(this,
'Outbound Links', 'RSS'); return false;"
style="color: inherit;"
><i class="icon-rss" ></i> Entries</a></h4>
{% for post in site.posts limit:3 %}
<div class="col-md-3">
{% include postexcerpt.html %}
</div>
{% endfor %}
</div>
<div class="row">
{% for post in site.posts limit:3 offset:3 %}
<div class="col-md-3">
{% include postexcerpt.html %}
</div>
{% endfor %}
</div>
<div class="row">
{% for post in site.posts limit:3 offset:6 %}
<div class="col-md-3">
{% include postexcerpt.html %}
</div>
{% endfor %}
</div>
</div>
</div> <!--end row -->
<div class="row socialicons">
<div class="col-md-11 col-md-offset-1">
<p> <a href="/archive.html"><i class="icon-calendar"></i> All entries by date</a></p>
<p> <a href="/categories.html"><i class="icon-list"></i> All entries by category</a> </p>
<p> <a href="/tags.html"><i class="icon-tags"></i> All entries by tag</a> </p>
</div> <!--end col-md-9 -->
</div> <!--end row -->