Skip to content

Commit 85c3a65

Browse files
committed
add page for institutional checks
1 parent afc2e83 commit 85c3a65

File tree

5 files changed

+59
-1
lines changed

5 files changed

+59
-1
lines changed

assets/codecheck.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ body {
77
margin-top: 4rem;
88
}
99

10+
.highlight {
11+
color: #008033;
12+
font-style: italic;
13+
}
14+
1015
#content h2:after {
1116
content:' ';
1217
display: block;

get-involved.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,19 @@ There is no formal process or certification.
3232
You can simply announce publicly that you conduct a code review adhereing to the CODECHECK principles, e.g. in a blog post.
3333
A link to the CODECHECK principles in your submission guidelines would probably be helpful for authors and reviewers.
3434
Please consider adding a <img src="/img/codeworks-badge.svg" alt="CODECHECK badge" height="16" style="margin-top: -4px;" /> badge to the publication to highlight the fact that a CODECHECK was conducted.
35-
The badge should link directly to the CODECHECK report.
35+
The badge should link directly to the CODECHECK certificate.
3636

3737
The badge graphic and all documentation on this website are available under open licenses, see [this README](https://github.com/codecheckers/website/blob/master/README.md).
3838

3939
The [CODECHECK team](/partners) would be glad to help you set up a process, if you have any questions - see contacts information below.
4040
We would be happy to list your journal of conference on our website after we have gotten to know your implementation of a CODECHECK process and you have completed your first CODECHECK.
4141

42+
## As a steward or service provider
43+
44+
You are a data steward, a research software steward, or any other non-research staff that helps researchers to create more FAIR and reproducible research contributions?
45+
_Thank you for your service!_
46+
We have several organisations (see [this page with institutional CODECHECK workflows](/institutions/)) that have implemented CODECHECK workflows as a service offering for their researchers and would be happy to share their experiences with you, and learn how we can help to get you started, or how we can help you to improve your existing code checking workflows.
47+
4248
## As a developer or science communicator
4349

4450
CODECHECK is a community effort, and your help is welcome across all tasks that the team faces.

img/4TUResearchData-logo.png

16.8 KB
Loading

img/Amsterdam-UMC_Logo.png

48.7 KB
Loading

institutions.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: page
3+
title: Institutional CODECHECKs
4+
permalink: /institutions/
5+
---
6+
7+
One very effective implementation of a [CODECHECK Process]({{ '/process' | absolute_url }}) are workflows at research performing organisations and academic institutions.
8+
They allow to improve the reproducibility of research outputs in a trusted environment and even before submission to a journal.
9+
This page lists the institutions that have implemented CODECHECK workflows as a service offering for their researchers.
10+
11+
## 4TU.ResearchData and TU Delft Digital Competence Centre
12+
13+
![4TU.ResearchData Logo](/img/4TUResearchData-logo.png){:width="300"} ![TU Delft Logo](/img/TUDelft_logo_rgb.png){:width="300"}
14+
15+
To enhance the reproducibility of scientific publications by TU Delft researchers, the [TU Delft Digital Competence Centre](https://www.tudelft.nl/digital-competence-centre) (DCC) has partnered with the [4TU.ResearchData](https://data.4tu.nl/) repository to pilot the offering of CODECHECKs as a service.
16+
Authors who deposit software publications at 4TU.ResearchData are individually invited to have their code CODECHECKed.
17+
In accordance with CODECHECK principles, authors are expected to provide openly available data, a peer-reviewed publication or preprint, and clear instructions for running the code.
18+
Using this information, the DCC conducts the CODECHECK and contacts authors if clarification is needed.
19+
Once the CODECHECK is successfully completed and a certificate is issued, a "Code Works" badge is added to the software publication's landing page at 4TU.ResearchData (see [example](https://doi.org/10.4121/e64c61d3-deb5-4aad-af60-92d92755781f.v3)), along with a link to the associated certificate publication.
20+
21+
Certificates in the register: <https://codecheck.org.uk/register/venues/institutions/tu_delft_dcc/>
22+
23+
Contact: [Aleksandra Wilczynska](mailto:[email protected])
24+
25+
More information: <https://www.tudelft.nl/digital-competence-centre/services/reproducibility-check>
26+
27+
## Amsterdam University Medical Centers (Amsterdam UMC)
28+
29+
![Amsterdam UMC Logo](/img/Amsterdam-UMC_Logo.png){:width="600"}
30+
31+
The Research Data Management (RDM) department of Amsterdam UMC currently offers CODECHECK as a pilot service.
32+
This service focuses on computational workflows in R and/or Python, based on pre-prints or manuscripts ready for submission.
33+
It is available to all research staff from Amsterdam UMC, including PhD candidates. While metadata should be made publicly available, we encourage researchers — in the interest of open science — to also make their data openly accessible whenever possible.
34+
CODECHECK requests can be made via ServiceNow, RDM Research Software Management.
35+
36+
Certificates in the register: <https://codecheck.org.uk/register/venues/institutions/aumc/>
37+
38+
Contact: [Merel Postema](mailto:[email protected])
39+
40+
More information: <https://www.amsterdamumc.org/en/research/support/services-support/data-management/research-software-management.htm>
41+
42+
------
43+
44+
<br>
45+
<br>
46+
47+
<span class="highlight">Do you think your organisation or institution should offer CODECHECKs, e.g., pre-submission or post preprint publication?<span> [_Let us know!_](/get-involved)

0 commit comments

Comments
 (0)