forked from cytoscape/cytoscape.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
151 lines (127 loc) · 5.11 KB
/
community.html
File metadata and controls
151 lines (127 loc) · 5.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Community</title>
<meta name="description" content="Cytoscape related social media.">
<meta name="author" content="Keiichiro Ono">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<link href="css/main.bootstrap.css" rel="stylesheet">
</head>
<body>
<nav></nav>
<div class="belt white">
<div class="container">
<h1>Mailing Lists</h1>
<div class="row">
<div class="col-lg-4">
<a href="http://groups.google.com/group/cytoscape-announce">
<h2>Announcements</h2>
</a>
<p class="lead">
A low-volume mailing list used to announce new developments in Cytoscape.
If you want to announce your new plugin, please post your message here.
</p>
<form action="http://groups.google.com/group/cytoscape-announce/boxsubscribe">
<input type=text name=email>
<input type=submit name="sub" value="Subscribe">
</form>
</div>
<div class="col-lg-4">
<a href="http://groups.google.com/group/cytoscape-discuss">
<h2>Discussion</h2>
</a>
<p class="lead">
Open forum for discussing Cytoscape, asking questions, suggesting new features,
and developing plugins.
</p>
<form action="http://groups.google.com/group/cytoscape-discuss/boxsubscribe">
<input type=text name=email>
<input type=submit name="sub" value="Subscribe">
</form>
</div>
<div class="col-lg-4">
<a href="http://groups.google.com/group/cytoscape-helpdesk">
<h2>Help Desk</h2>
</a>
<p class="lead">
Open forum for getting Cytoscape help. Geared towards new users.
<strong>If you have general Cytoscape usage questions, please post them here.</strong>
</p>
<form action="http://groups.google.com/group/cytoscape-helpdesk/boxsubscribe">
<input type=text name=email>
<input type=submit name="sub" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="belt white">
<div class="container">
<h2>
Official Accounts by Cytoscape Consortium
</h2>
<h3>
Share papers, figures, video, or other media files created by Cytoscape!
</h3>
<div class="row">
<div class="col-md-4 panel">
<h4>Twitter</h4>
<a href="http://twitter.com/cytoscape">
<img src="images/logo/Twitter_logo_blue.png" width="128px"/>
</a>
<p>
General announcements, news about Cytoscape. Use
<a href="http://twitter.com/search?q=%23cytoscape">#cytoscape</a>
hash tag.
</p>
</div>
<div class="col-md-4 panel">
<h4>Tumblr</h4>
<a href="http://cytoscape-publications.tumblr.com/">
<img src="images/logo/tumblr_logotype_white_blue_64.png"/>
</a>
<p>
Reblog and share Cytoscape publications. This account will be used for sharing latest papers
using Cytoscape.
</p>
</div>
<div class="col-md-4 panel">
<h4>Speaker Deck</h4>
<a href="https://speakerdeck.com/cytoscape">
<img src="images/icon/SpeakerDeck128.png"/>
</a>
<p>
Presentation slides related to Cytoscape.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 panel">
<h4>Vimeo</h4>
<a href="https://vimeo.com/cytoscape">
<img src="images/icon/Vimeo128.png"/>
</a>
<p>
Movie files related to Cytoscape. Tutorials, workshops, symposium, etc.
</p>
</div>
<div class="col-md-4 panel">
<h4>Pinterest</h4>
<div class="site"><a href="http://pinterest.com/cytoscape/"><img
src="images/icon/Pinterest128.png"/></a>
<p>
Cytoscape related images. Screenshots and posters.
</p>
</div>
</div>
</div>
</div>
</div>
<footer></footer>
<script src="js/setup_page.js"></script>
</body>
</html>