-
Notifications
You must be signed in to change notification settings - Fork 2
/
news.html
59 lines (59 loc) · 2.35 KB
/
news.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
<div class="news-and-updates-box h-100">
<div class="news-entry py-3">
<div>
<h5 class="mb-0">
<a target="_blank" rel="noopener noreferrer"
href="https://github.com/dockstore/dockstore/releases/tag/1.16.0">
1.16 release</a>
</h5>
<span>Get more information on our 1.16.x series releases here.</span>
</div>
<span class="date-display ml-3">November 7, 2024</span>
</div>
<div class="news-entry py-3">
<div>
<h5 class="mb-0">
<a target="_blank" rel="noopener noreferrer"
href="https://www.iscb.org/cms_addon/conferences/ismb2024/posters.php?track=BOSC&session=D#search">
ISMB/BOSC 2024</a>
</h5>
<span>Drop by our poster at the ISMB/BOSC poster session D in Montreal to chat!</span>
</div>
<span class="date-display ml-3">July 9, 2024</span>
</div>
<div class="news-entry py-3">
<div>
<h5 class="mb-0">
<a target="_blank" rel="noopener noreferrer"
href="https://github.com/dockstore/dockstore/releases/tag/1.15.0">
1.15 release</a>
</h5>
<span>Get more information on our 1.15.x series releases here.</span>
</div>
<span class="date-display ml-3">Feb 8, 2024</span>
</div>
<div class="news-entry py-3">
<div>
<h5 class="mb-0">
<a target="_blank" rel="noopener noreferrer"
href="https://docs.dockstore.org/en/stable/getting-started/getting-started-with-notebooks.html">
Notebooks</a>
</h5>
<span>Learn how to register notebooks in Dockstore. For a simple notebook example, explore this <a target="_blank" rel="noopener noreferrer"
href="https://dockstore.org/notebooks/github.com/dockstore/example-notebook/running-code:main?tab=info">
notebook</a> that demonstrates how to run code in a notebook.</span>
</div>
<span class="date-display ml-3">Feb 8, 2024</span>
</div>
<div class="news-entry py-3">
<div>
<h5 class="mb-0">
<a target="_blank" rel="noopener noreferrer"
href="https://docs.dockstore.org/en/stable/advanced-topics/metrics.html">
View workflow metrics</a>
</h5>
<span>See workflows' executions and durations on different platforms</span>
</div>
<span class="date-display ml-3">Feb 8, 2024</span>
</div>
</div>