forked from bionode/github-project-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.jade
115 lines (113 loc) · 4.9 KB
/
index.jade
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
.header
.header-nav
.header-nav-links
ul.header-nav-list
li
a(href="http://doc.bionode.io") Documentation
li
a(href="http://project.bionode.io") Project Board
li
a(href="https://github.com/bionode/bionode/blob/master/CONTRIBUTING.md") Contribute
li
a(href="https://github.com/bionode/bionode/issues/35") Roadmap
li
a(href="http://blog.bionode.io") Blog
a(href="https://github.com/bionode/bionode#readme", target="_blank")
.button
span.octocat
| View on GitHub
.header-logo
a(href="http://www.bionode.io") bionode
.header-info
.header-title.header-title-bigger Modular and universal bioinformatics
.header-horizontal-rule
.header-description Bionode provides pipeable UNIX command line tools and JavaScript APIs for bioinformatic analysis workflows.
.header-continue
a(href="#content") Find out more
span.rsaquo ›
.content#content
.content-title Project Board
.content-horizontal-rule
.content-sub-container
.project-columns-container
each cards, column in public._data
.project-column
.column-header
span.project-title #{column}
span.project-cards-count #{cards.length}
.column-body
each card in cards
.project-card
.card-icon
unless card.pull_request
svg.octicon.issue(class=card.state aria-label="Open Issue" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14")
path(fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z")
else
svg.octicon.pull_request(class=card.state aria-label="Pull Request" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12")
path(fill-rule="evenodd" d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z")
a.card-header(href='#{card.html_url}') #{card.title}
.card-text
- var repo = card.repository_url.replace('https://api.github.com/repos/','');
| #{repo}##{card.number} opened by
a(href="#{card.user.html_url}")
| #{card.user.login}
.card-labels
each label in card.labels
span(style="background-color:##{label.color}; color: #fff;") #{label.name}
.card-assignees
each assignees in card.assignees
img.avatar(src="#{assignees.avatar_url}&s=40" height="20" width="20")
.footer
.footer-directory
.footer-column
.footer-heading Explore
.footer-horizontal-rule
ul.footer-nav-list
li
span.rsaquo ›
a(href="http://www.stickermule.com/marketplace/1917-bionode-modular-and-universal-bioinformatics") Get Stickers
.footer-column
.footer-heading Learn
.footer-horizontal-rule
ul.footer-nav-list
li
span.rsaquo ›
a(href="http://try.bionode.io") Try
.footer-column
.footer-heading Connect
.footer-horizontal-rule
ul.footer-nav-list
li
a(href="https://twitter.com/bionode")
span.twitter-green
| Twitter
li
a(href="https://github.com/bionode")
span.octocat-green
| GitHub
.footer-credits
span.footer-emphasized bionode
| • 2014 • design by
a(href="https://github.com/flipside-org") flipside
| for
a(href="https://dat-data.com") dat
| • dat kindly granted reuse for bionode
script.
(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', 'UA-54802258-1', 'auto');
ga('send', 'pageview');
script.
((window.gitter = {}).chat = {}).options = {
room: 'bionode/bionode'
};
script(src="https://sidecar.gitter.im/dist/sidecar.v1.js", async, defer)