codecheckers / register

Register of CODECHECK certificates
https://codecheck.org.uk/register/
Other
6 stars 2 forks source link

Certificate page as part of the register #37

Open nuest opened 3 years ago

nuest commented 3 years ago

This is then base for an "overlay journal" kind of website, see codecheckers/discussion#29.

New pages needed:

https://codecheck.org.uk/certificate/2020-001 or https://codecheck.org.uk/register/2020-001 or https://cdchck.org/cert/2020-001

Would probably also solve codecheckers/register#23.

Layout

Somewhere between ReScience C and JOSS:

image

image

nuest commented 3 years ago

Should this URL also be used for the link behind the badge? The DOI is certainly more sustainable.

angelina-momin commented 2 months ago

@nuest can you specify how you want to display the multi-page JPEG? The idea I had was having buttons to navigate through the different jpeg images of the certificate. This is the html I created so far. Can you let me know what you and @sje30 think?

Screenshot 2024-06-27 at 13 58 14 Screenshot 2024-06-27 at 13 58 43

Additionally could you specify the following:

sje30 commented 2 months ago

this looks very cool.

Couple of points in my mind:

  1. Going forward, if we switch to having our codecheck package use quarto templates to generate both html and pdf versions of certs, would that be helpful to this process (or make it redundant). I'm wary that our codecheck.Rmd approach works but is very clunky and would like to do something a bit nicer / cross-platform.
  2. is it easy to always get the abstract of the underlying paper? If not, I'd suggest not prioritising work on where the abstract goes (it looks nice where it is).
nuest commented 1 month ago

Thanks for the nice mockups!

Re. placement: Looks fine! I think we could, below the abstract, also show the codecheck summary, which we have in the codecheck.yml file. That would give us some nice indexing in search engines, I hope.

Re. full citation: I would put that at the top, because it also takes care of showing the certificate authors. Not sure if #82 would be overkill now or actually easier than coming up with a full citation ourselves.

nuest commented 1 month ago

One more thing re. Stephens comment on switching to Quarto: In that case it might be good now to integrate the preview based on an HTML file that is stored somewhere. For now, the HTML will just show the first page of the PDF as a preview, and later we can simply store the Quarto output in the HTML file (I generously use the term "simple" here ;-) ).

nuest commented 1 month ago

Zenodo has a rate limit, see https://developers.zenodo.org/#update-schedule

Therefor, let's limit our requests to Zenodo to one per second.