workshops.md
... ...
@@ -31,6 +31,24 @@ Complete workshop data files and scripts:
31 31
32 32
### Using BioGrids for RNA-Seq on AWS and Your Laptop
33 33
May 15, 2019 - 10:30am | TMEC 106 | [Register Here](https://biogrids.org/registration/register/)
34
+
35
+<script type="text/javascript">
36
+<!--
37
+ function toggle_visibility(id) {
38
+ var e = document.getElementById(id);
39
+ if(e.style.display == 'block')
40
+ e.style.display = 'none';
41
+ else
42
+ e.style.display = 'block';
43
+ }
44
+//-->
45
+</script>
46
+
47
+<a href="#" onclick="toggle_visibility('foo');">Click here to toggle visibility of element #foo</a>
48
+
49
+<div id="foo">This is foo</div>
50
+
51
+
34 52
<details>
35 53
<summary>Full details</summary>
36 54
<p style="text-align: center;">