Skip to content

Commit

Permalink
register update
Browse files Browse the repository at this point in the history
  • Loading branch information
sje30 committed May 21, 2024
1 parent 3dc6463 commit 3b0c908
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 13 deletions.
14 changes: 5 additions & 9 deletions docs/featured.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
[
{
"Certificate": "2023-004",
"Repository Link": "https://osf.io/2em7v",
"Type": "conference (AGILEGIS)",
"Report": "https://doi.org/10.17605/osf.io/2em7v",
"Title": "Does spatial thinking ability relate to performance when using web-mapping services? A survey with digital natives",
"Paper reference": "https://doi.org/10.5194/agile-giss-4-13-2023",
"Check date": "2023-06-13"
},
{
"Certificate": "2023-005",
"Repository Link": "https://osf.io/27wzp",
Expand Down Expand Up @@ -88,5 +79,10 @@
"Title": "Regulation of pupil size in natural vision across the human lifespan",
"Paper reference": "Royal Society Open Science (in press) https://osf.io/zrksf/",
"Check date": "2024-03-15"
},
{
"Certificate": "2024-002",
"Repository Link": "https://github.com/codecheckers/domestic.wastewater.variability",
"Type": "CODECHECK NL"
}
]
12 changes: 11 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<title>CODECHECK Register</title>

<script src="libs/header-attrs-2.19/header-attrs.js"></script>
<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" />
Expand Down Expand Up @@ -906,6 +906,16 @@ <h1 class="title toc-ignore">CODECHECK Register</h1>
class="uri">https://doi.org/10.5281/zenodo.10823246</a></td>
<td align="left">2024-03-15</td>
</tr>
<tr class="even">
<td align="left">2024-002</td>
<td align="left"><i class='fa fa-github'></i> <a
href="https://github.com/codecheckers/domestic.wastewater.variability">codecheckers/domestic.wastewater.variability</a></td>
<td align="left">CODECHECK NL</td>
<td align="left"><a
href="https://github.com/codecheckers/register/issues/61">61</a></td>
<td align="left">NA</td>
<td align="left">NA</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 2 additions & 2 deletions docs/libs/navigation-1.1/codefolding.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ window.initializeCodeFolding = function(show) {
$(this).detach().appendTo(div);

// add a show code button right above
var showCodeText = $('<span>' + (showThis ? 'Hide' : 'Code') + '</span>');
var showCodeText = $('<span>' + (showThis ? 'Hide' : 'Show') + '</span>');
var showCodeButton = $('<button type="button" class="btn btn-default btn-xs btn-secondary btn-sm code-folding-btn pull-right float-right"></button>');
showCodeButton.append(showCodeText);
showCodeButton
Expand All @@ -57,7 +57,7 @@ window.initializeCodeFolding = function(show) {
// * Change text
// * add a class for intermediate states styling
div.on('hide.bs.collapse', function () {
showCodeText.text('Code');
showCodeText.text('Show');
showCodeButton.addClass('btn-collapsing');
});
div.on('hidden.bs.collapse', function () {
Expand Down
5 changes: 5 additions & 0 deletions docs/register.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,5 +583,10 @@
"Title": "Regulation of pupil size in natural vision across the human lifespan",
"Paper reference": "Royal Society Open Science (in press) https://osf.io/zrksf/",
"Check date": "2024-03-15"
},
{
"Certificate": "2024-002",
"Repository Link": "https://github.com/codecheckers/domestic.wastewater.variability",
"Type": "CODECHECK NL"
}
]
1 change: 1 addition & 0 deletions docs/register.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ title: CODECHECK Register
|2023-011 |[codecheckers/rmr-solver](https://github.com/codecheckers/rmr-solver)|community (preprint) |[56](https://github.com/codecheckers/register/issues/56)|https://doi.org/10.5281/zenodo.8359199 |2023-09-18 |
|2023-012 |[codecheckers/leba-manuscript](https://github.com/codecheckers/leba-manuscript)|community (preprint) |[59](https://github.com/codecheckers/register/issues/59)|https://doi.org/10.5281/zenodo.10213244 |2023-11-26 |
|2024-001 |[codecheckers/LazarEtAl_RSocOpenSci_2024](https://github.com/codecheckers/LazarEtAl_RSocOpenSci_2024)|community (preprint) |[60](https://github.com/codecheckers/register/issues/60)|https://doi.org/10.5281/zenodo.10823246 |2024-03-15 |
|2024-002 |[codecheckers/domestic.wastewater.variability](https://github.com/codecheckers/domestic.wastewater.variability)|CODECHECK NL |[61](https://github.com/codecheckers/register/issues/61)|NA |NA |
2 changes: 1 addition & 1 deletion docs/stats.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"source": "https://codecheck.org.uk/register/register.json",
"cert_count": 65
"cert_count": 66
}

0 comments on commit 3b0c908

Please sign in to comment.