Skip to content

Commit

Permalink
Re-render index.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Oct 31, 2023
1 parent b835d4e commit e31231b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 5 deletions.
5 changes: 5 additions & 0 deletions WeberDivecha2023_locus_coeruleus/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<head>
<meta http-equiv="refresh" content="0;url='mailto:[email protected]'">
</head>
</html>
2 changes: 1 addition & 1 deletion brainseq_phase2_genotypes/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<head>
<meta http-equiv="refresh" content="0;url='mailto:[email protected]'">
<meta http-equiv="refresh" content="0;url='mailto:[email protected]'">
</head>
</html>
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<title>LIBD Globus</title>

<script src="site_libs/header-attrs-2.22/header-attrs.js"></script>
<script src="site_libs/header-attrs-2.24/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/bootstrap.min.css" rel="stylesheet" />
Expand Down Expand Up @@ -314,6 +314,8 @@ <h1 class="title toc-ignore">LIBD Globus</h1>
href="jhpce_bsp1-genotype/index.html"><code>jhpce#bsp1-genotype</code></a></li>
<li><a
href="brainseq_phase2_genotypes/index.html"><code>brainseq_phase2_genotypes</code></a></li>
<li><a
href="WeberDivecha2023_locus_coeruleus/index.html"><code>WeberDivecha2023_locus_coeruleus</code></a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion jhpce_bsp1-bam/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<head>
<meta http-equiv="refresh" content="0;url='mailto:[email protected]'">
<meta http-equiv="refresh" content="0;url='mailto:[email protected]'">
</head>
</html>
2 changes: 1 addition & 1 deletion jhpce_bsp1-count/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<head>
<meta http-equiv="refresh" content="0;url='mailto:[email protected]'">
<meta http-equiv="refresh" content="0;url='mailto:[email protected]'">
</head>
</html>
2 changes: 1 addition & 1 deletion jhpce_bsp1-genotype/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<head>
<meta http-equiv="refresh" content="0;url='mailto:[email protected]'">
<meta http-equiv="refresh" content="0;url='mailto:[email protected]'">
</head>
</html>
12 changes: 12 additions & 0 deletions site_libs/header-attrs-2.24/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});

0 comments on commit e31231b

Please sign in to comment.