-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
159 lines (142 loc) · 6.32 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<html>
<head>
<title>iGEMsoft - iGEM Software projects</title>
<link rel="stylesheet" href="http://www.simile-widgets.org/styles/common.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<!--
<link rel="exhibit-data" href="data.js" />
-->
<link rel="exhibit/data"
type="application/jsonp"
href="https://spreadsheets.google.com/feeds/list/0AkuvTGMlkqD1dE9YNXJaX3JNWHA5RV9YQUw3anpaZ1E/od4/public/basic?alt=json-in-script"
ex:converter="googleSpreadsheets" />
<script src="http://api.simile-widgets.org/exhibit/3.0.0rc1/exhibit-api.js" type="text/javascript"></script>
<!--
<script src="exhibit3/scripted/dist/exhibit-api.js" type="text/javascript"></script>
-->
<!-- Add the description for sharing -->
<!-- Google+ -->
<meta itemprop="name" content="iGEMsoft">
<meta itemprop="description" content="Complete collection of iGEM software projects 2007-2011">
<meta itemprop="image" content="igemSoftview_sm.gif">
<!-- FB -->
<meta property="og:title" content="iGEM Software projects" />
<meta property="og:url" content="http://igem.synbioreview.com" />
<meta property="og:description" content="Complete collection of iGEM software projects 2007-2011" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://igem.synbioreview.com/igemSoftview_fb.gif" />
<meta property="og:site_name" content="iGEMsoft" />
<meta property="fb:admins" content="632422691" />
<!-- Google -->
<!--
<meta name="description" content="Complete collection of iGEM software projects 2007-2011" />
-->
<!--<meta property="fb:admins" content="100003985967089" />-->
<!-- FB like -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- G+ button script -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<script type="text/javascript" src="analyze.js" ></script>
</head>
<body>
<div id="content">
<h1>iGEMsoft</h1>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td width="350px" style="padding-right: 20px;">
<div ex:role="facet"
ex:expression=".team"
ex:sortMode="count"
ex:height="40em"
ex:facetLabel="iGEM Team"></div>
<!-- Place this tag where you want the +1 button to render -->
<div>
<g:plusone size="medium"></g:plusone>
<div class="fb-like"
data-href="http://igem.synbioreview.com/"
data-layout="button_count"
data-width="50"
data-show-faces="true">
</div>
</div>
</td>
<td>
<div ex:role="view"
ex:orders=".label"
ex:direction="ascending"
ex:grouped="false"
ex:showAll="false"
ex:abbreviatedCount="10">
<div ex:role="lens" >
<table cellpadding="0" cellspacing="0">
<tr class="details">
<td>
<div class="title"><span ex:content=".label"></span> - <span ex:content=".team"></span></div>
<div class="inclusion"><span class="property">Year:</span><span ex:content=".year"></span></div>
<!--
-->
<div class="definition" ex:content=".description"></div>
<!--
-->
<div class="property" ex:content=".dependency"></div>
<div class="exclusion"><span class="property">URL:</span>
<a ex:href-content=".url"><span ex:content=".url"></a></span></div>
<div class="exclusion"><span class="property">
Development:</span> <span ex:content=".status"></span>
Was last updated: <span ex:content=".update"></span>
Contact: <span ex:content=".contact"></span>
Free: <span ex:content=".free"></span> </div>
<div class="exclusion">Source: <a ex:href-content=".source"><span ex:content=".source"></a></span></div>
<div class="identifier"><span class="property">Category:</span><span ex:content=".category"></span></div>
</td>
</tr>
</table>
</div>
</div>
</td>
<td width="200px" style="padding-left: 20px;">
<b>Search</b><br />
<div ex:role="facet"
ex:facetClass="TextSearch"
ex:expressions=".label, .description, .team, .contact" ></div>
</br>
<div ex:role="facet"
ex:expression=".category"
ex:facetLabel="Category"
ex:showMissing="false"
ex:sortMode="count"
></div>
<div ex:role="facet"
ex:expression=".year"
ex:facetLabel="Year"
></div>
<div ex:role="facet"
ex:expression=".dependency"
ex:facetLabel="Depends On:"
></div>
<div ex:role="facet"
ex:expression=".free"
ex:facetLabel="Free?:"
></div>
</td>
</tr>
</table>
</div>
<div><table border=0 width=100%><tr valign=bottom><td align=left>This work is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png"></a> by <a rel="author" href="https://plus.google.com/104956069395064491487?rel=author">Michal Galdzicki</a>
<br/>Derived from work at the <a href="http://www.facebook.com/groups/320000391386916/members/">Leukippos - Synthetic Biology Dry Lab</a></td>
<td align=right>To correct an error edit: <a href="https://docs.google.com/spreadsheet/ccc?key=0AkuvTGMlkqD1dGJoU2pGNmQwLTUyRmtwVmlrOEwxMWc#gid=2">iGEM Software</a> and then <a href="https://github.com/mgaldzic/igemsoft/issues">Submit an Issue</a><br/>Powered by: <a href="http://www.simile-widgets.org/wiki/Exhibit3">Exhibit 3.0 Scripted</a></td></tr></div>
</body>
</html>