Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to the venue JSON from the venue list JSON #107

Open
nuest opened this issue Sep 11, 2024 · 0 comments
Open

Add link to the venue JSON from the venue list JSON #107

nuest opened this issue Sep 11, 2024 · 0 comments
Labels
development Development of the register
Milestone

Comments

@nuest
Copy link
Member

nuest commented Sep 11, 2024

The venue overview JSON currently looks like this:

[
  {
    "Venue type": "journal",
    "Venue name": "GigaScience",
    "No. of codechecks": 2
  },
  {
    "Venue type": "community",
    "Venue name": "CODECHECK",
    "No. of codechecks": 8
  },
...

Each item should contain a link to the JSON of the checks:

[
  {
    "Venue type": "journal",
    "Venue name": "GigaScience",
    "No. of codechecks": 2
    "codechecks": "https://codecheck.org.uk/register/venues/journal/gigascience/register.json"
  },
...
@nuest nuest added this to the CHECK-NL end of project milestone Sep 11, 2024
@nuest nuest added the development Development of the register label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Development of the register
Projects
None yet
Development

No branches or pull requests

1 participant