-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from codecheckers/Render-html-list-venues-subc…
…ategories Render html list venues subcategories
- Loading branch information
Showing
19 changed files
with
1,076 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
.Renviron | ||
html_document.yml | ||
*.DS_Store | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,291 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8" /> | ||
<meta name="generator" content="pandoc" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" /> | ||
|
||
|
||
|
||
|
||
<title>CODECHECK List of communities</title> | ||
|
||
<script src="../../libs/header-attrs-2.26/header-attrs.js"></script> | ||
<script src="../../libs/jquery-3.6.0/jquery-3.6.0.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link href="../../libs/bootstrap-3.3.5/css/bootstrap.min.css" rel="stylesheet" /> | ||
<script src="../../libs/bootstrap-3.3.5/js/bootstrap.min.js"></script> | ||
<script src="../../libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script> | ||
<script src="../../libs/bootstrap-3.3.5/shim/respond.min.js"></script> | ||
<style>h1 {font-size: 34px;} | ||
h1.title {font-size: 38px;} | ||
h2 {font-size: 30px;} | ||
h3 {font-size: 24px;} | ||
h4 {font-size: 18px;} | ||
h5 {font-size: 16px;} | ||
h6 {font-size: 12px;} | ||
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);} | ||
pre:not([class]) { background-color: white }</style> | ||
<script src="../../libs/navigation-1.1/tabsets.js"></script> | ||
<link rel="shortcut icon" type="image/png" href="https://codecheck.org.uk/favicon.png"> | ||
|
||
<link rel="stylesheet" href="https://codecheck.org.uk/assets/main.css"> | ||
<link rel="stylesheet" href="https://codecheck.org.uk/assets/codecheck.css"> | ||
|
||
<meta property="og:title" content="CODECHECK Register"> | ||
<meta name="author" content="Stephen Eglen & Daniel Nüst"> | ||
|
||
<meta property="og:url" content="https://codecheck.org.uk/register/"> | ||
<meta property="og:site_name" content="CODECHECK Register"> | ||
<meta property="og:description" content="CODECHECK is a process for independent execution of computations underlying scholarly research articles."> | ||
|
||
<script type="application/ld+json"> {"description":"CODECHECK is a process for independent execution of computations underlying scholarly research articles.","headline":"CODECHECK","@type":"WebSite","url":"https://codecheck.org.uk/","name":"CODECHECK","author":{"@type":"Person","name":"Stephen Eglen & Daniel Nüst"},"@context":"https://schema.org"}</script> | ||
|
||
<!-- for icons next to repositories --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
|
||
<style type="text/css"> | ||
code{white-space: pre-wrap;} | ||
span.smallcaps{font-variant: small-caps;} | ||
span.underline{text-decoration: underline;} | ||
div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
ul.task-list{list-style: none;} | ||
.display.math{display: block; text-align: center; margin: 0.5rem auto;} | ||
</style> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<style type = "text/css"> | ||
.main-container { | ||
max-width: 940px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
img { | ||
max-width:100%; | ||
} | ||
.tabbed-pane { | ||
padding-top: 12px; | ||
} | ||
.html-widget { | ||
margin-bottom: 20px; | ||
} | ||
button.code-folding-btn:focus { | ||
outline: none; | ||
} | ||
summary { | ||
display: list-item; | ||
} | ||
details > summary > p:only-child { | ||
display: inline; | ||
} | ||
pre code { | ||
padding: 0; | ||
} | ||
</style> | ||
|
||
|
||
|
||
<!-- tabsets --> | ||
|
||
<style type="text/css"> | ||
.tabset-dropdown > .nav-tabs { | ||
display: inline-table; | ||
max-height: 500px; | ||
min-height: 44px; | ||
overflow-y: auto; | ||
border: 1px solid #ddd; | ||
border-radius: 4px; | ||
} | ||
|
||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before { | ||
content: "\e259"; | ||
font-family: 'Glyphicons Halflings'; | ||
display: inline-block; | ||
padding: 10px; | ||
border-right: 1px solid #ddd; | ||
} | ||
|
||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before { | ||
content: "\e258"; | ||
font-family: 'Glyphicons Halflings'; | ||
border: none; | ||
} | ||
|
||
.tabset-dropdown > .nav-tabs > li.active { | ||
display: block; | ||
} | ||
|
||
.tabset-dropdown > .nav-tabs > li > a, | ||
.tabset-dropdown > .nav-tabs > li > a:focus, | ||
.tabset-dropdown > .nav-tabs > li > a:hover { | ||
border: none; | ||
display: inline-block; | ||
border-radius: 4px; | ||
background-color: transparent; | ||
} | ||
|
||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li { | ||
display: block; | ||
float: none; | ||
} | ||
|
||
.tabset-dropdown > .nav-tabs > li { | ||
display: none; | ||
} | ||
</style> | ||
|
||
<!-- code folding --> | ||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<div class="container-fluid main-container"> | ||
|
||
|
||
|
||
|
||
|
||
<div id="header"> | ||
|
||
|
||
|
||
<h1 class="title toc-ignore">CODECHECK List of communities</h1> | ||
<h3 class="subtitle">In total, 20 codechecks were completed for 4 | ||
communities</h3> | ||
|
||
</div> | ||
|
||
|
||
<table> | ||
<colgroup> | ||
<col width="44%" /> | ||
<col width="55%" /> | ||
</colgroup> | ||
<thead> | ||
<tr class="header"> | ||
<th align="left">Community name</th> | ||
<th align="left">No. of codechecks</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class="odd"> | ||
<td align="left"><a | ||
href="https://codecheck.org.uk/register/venues/community/codecheck/">Codecheck</a></td> | ||
<td align="left">8 <a | ||
href="https://codecheck.org.uk/register/venues/community/codecheck/">(see | ||
all checks)</a></td> | ||
</tr> | ||
<tr class="even"> | ||
<td align="left"><a | ||
href="https://codecheck.org.uk/register/venues/community/preprint/">Preprint</a></td> | ||
<td align="left">9 <a | ||
href="https://codecheck.org.uk/register/venues/community/preprint/">(see | ||
all checks)</a></td> | ||
</tr> | ||
<tr class="odd"> | ||
<td align="left"><a | ||
href="https://codecheck.org.uk/register/venues/community/in_press/">In | ||
press</a></td> | ||
<td align="left">1 <a | ||
href="https://codecheck.org.uk/register/venues/community/in_press/">(see | ||
all checks)</a></td> | ||
</tr> | ||
<tr class="even"> | ||
<td align="left"><a | ||
href="https://codecheck.org.uk/register/venues/community/codecheck_NL/">Codecheck | ||
NL</a></td> | ||
<td align="left">2 <a | ||
href="https://codecheck.org.uk/register/venues/community/codecheck_NL/">(see | ||
all checks)</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<p style="margin-bottom: 2em;"> | ||
<a | ||
href="https://codecheck.org.uk/register/venues/community/index.json" | ||
title="JSON export of list">JSON</a> | ||
</p> | ||
|
||
<hr style="border: 2px solid #008033; margin-top: 2em;" /> | ||
|
||
<!-- based on footer from https://codecheck.org.uk/ on 2020-04-14 --> | ||
<div style="color: #6c757d !important;"> | ||
<p><strong><a href="https://codecheck.org.uk/">https://codecheck.org.uk/</a></strong> | <a | ||
href="https://github.com/codecheckers/"> <span class="align-middle text-secondary pr-2"><svg | ||
viewBox="0 0 16 16" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg"> | ||
<title>GitHub</title> | ||
<path fill="currentColor" | ||
d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"> | ||
</path> | ||
</svg></span> <span>codecheckers</span></a></p> | ||
|
||
<p>© <a href="mailto:sje30@cam.ac.uk">Stephen Eglen</a> & <a href="mailto:daniel.nuest@uni-muenster.de">Daniel | ||
Nüst</a></p> | ||
|
||
<p>Published under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a><br> <a | ||
href="https://creativecommons.org/licenses/by-sa/4.0/"><img title="license logo" | ||
src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg"></a> | ||
</p> | ||
|
||
<p><a href="https://doi.org/10.5281/zenodo.4059767"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.4059767.svg" alt="DOI of Zenodo Deposit"></a></p> | ||
|
||
<p style="font-style: italic;">CODECHECK is a process for independent execution of | ||
computations underlying scholarly research articles.</p> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
|
||
<script> | ||
|
||
// add bootstrap table styles to pandoc tables | ||
function bootstrapStylePandocTables() { | ||
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed'); | ||
} | ||
$(document).ready(function () { | ||
bootstrapStylePandocTables(); | ||
}); | ||
|
||
|
||
</script> | ||
|
||
<!-- tabsets --> | ||
|
||
<script> | ||
$(document).ready(function () { | ||
window.buildTabsets("TOC"); | ||
}); | ||
|
||
$(document).ready(function () { | ||
$('.tabset-dropdown > .nav-tabs > li').click(function () { | ||
$(this).parent().toggleClass('nav-tabs-open'); | ||
}); | ||
}); | ||
</script> | ||
|
||
<!-- code folding --> | ||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ | ||
{ | ||
"Community name": "Codecheck", | ||
"No. of codechecks": "8" | ||
}, | ||
{ | ||
"Community name": "Preprint", | ||
"No. of codechecks": "9" | ||
}, | ||
{ | ||
"Community name": "In press", | ||
"No. of codechecks": "1" | ||
}, | ||
{ | ||
"Community name": "Codecheck NL", | ||
"No. of codechecks": "2" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<link rel="shortcut icon" type="image/png" href="https://codecheck.org.uk/favicon.png"> | ||
|
||
<link rel="stylesheet" href="https://codecheck.org.uk/assets/main.css"> | ||
<link rel="stylesheet" href="https://codecheck.org.uk/assets/codecheck.css"> | ||
|
||
<meta property="og:title" content="CODECHECK Register"> | ||
<meta name="author" content="Stephen Eglen & Daniel Nüst"> | ||
|
||
<meta property="og:url" content="https://codecheck.org.uk/register/"> | ||
<meta property="og:site_name" content="CODECHECK Register"> | ||
<meta property="og:description" content="CODECHECK is a process for independent execution of computations underlying scholarly research articles."> | ||
|
||
<script type="application/ld+json"> {"description":"CODECHECK is a process for independent execution of computations underlying scholarly research articles.","headline":"CODECHECK","@type":"WebSite","url":"https://codecheck.org.uk/","name":"CODECHECK","author":{"@type":"Person","name":"Stephen Eglen & Daniel Nüst"},"@context":"https://schema.org"}</script> | ||
|
||
<!-- for icons next to repositories --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<p style="margin-bottom: 2em;"> | ||
<a | ||
href="https://codecheck.org.uk/register/venues/community/index.json" | ||
title="JSON export of list">JSON</a> | ||
</p> | ||
|
||
<hr style="border: 2px solid #008033; margin-top: 2em;" /> | ||
|
||
<!-- based on footer from https://codecheck.org.uk/ on 2020-04-14 --> | ||
<div style="color: #6c757d !important;"> | ||
<p><strong><a href="https://codecheck.org.uk/">https://codecheck.org.uk/</a></strong> | <a | ||
href="https://github.com/codecheckers/"> <span class="align-middle text-secondary pr-2"><svg | ||
viewBox="0 0 16 16" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg"> | ||
<title>GitHub</title> | ||
<path fill="currentColor" | ||
d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"> | ||
</path> | ||
</svg></span> <span>codecheckers</span></a></p> | ||
|
||
<p>© <a href="mailto:sje30@cam.ac.uk">Stephen Eglen</a> & <a href="mailto:daniel.nuest@uni-muenster.de">Daniel | ||
Nüst</a></p> | ||
|
||
<p>Published under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a><br> <a | ||
href="https://creativecommons.org/licenses/by-sa/4.0/"><img title="license logo" | ||
src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg"></a> | ||
</p> | ||
|
||
<p><a href="https://doi.org/10.5281/zenodo.4059767"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.4059767.svg" alt="DOI of Zenodo Deposit"></a></p> | ||
|
||
<p style="font-style: italic;">CODECHECK is a process for independent execution of | ||
computations underlying scholarly research articles.</p> | ||
</div> |
Empty file.
Oops, something went wrong.