forked from cytoscape/cytoscape.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
129 lines (107 loc) · 4.68 KB
/
community.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
<!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="https://code.jquery.com/jquery-2.1.0.min.js"></script>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<script src="https://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">
<div class="row">
<div class="col-lg-4">
<a href="https://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="https://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="images/logo/cy3sticker.png">
<h2>Sticker</h2>
</a>
<p class="lead">Show your Cytoscape pride! Share with your friends and colleagues.
<small>Make your own with this image and a supplier offering a 4.5" x 2" rounded corner stickers.</small></p>
<a href="images/logo/cy3sticker.png">
<img src="images/logo/cy3sticker.png" width="350px"/>
</a>
</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="https://twitter.com/cytoscape">
<img src="images/logo/Twitter_logo_blue.png" width="128px" />
</a>
<p>
General announcements, news about Cytoscape. Use
<a href="https://twitter.com/search?q=%23cytoscape">#cytoscape</a> hash tag.
</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>
More presentation slides related to Cytoscape.
</p>
</div>
<div class="col-md-4 panel">
<h4>Slideshare</h4>
<a href="https://www.slideshare.net/search/slideshow?searchfrom=header&q=cytoscape">
<img src="images/logo/slideshare_200x50.png" />
</a>
<p>
Presentation slides related to Cytoscape. Please use <strong>cytoscape</strong> tag for your 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="https://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>