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 metadata to the venue page #84

Open
nuest opened this issue Jul 17, 2024 · 0 comments
Open

Add metadata to the venue page #84

nuest opened this issue Jul 17, 2024 · 0 comments
Labels
development Development of the register

Comments

@nuest
Copy link
Member

nuest commented Jul 17, 2024

Depends on #79 and may better be split up into multiple issues when started.

The venue landing page should show some minimal metadata about the venue. Currently, the page only lists the checks:

https://codecheck.org.uk/register/venues/conference/AGILEGIS/

image

It should also provide the following information:

  • contact email regarding CODECHECK
  • URL
  • logo via an external logo URL (we don't host the logos)
  • short description
  • identifier(s), such as ISSN, ROR, event identifiers (ConfIDent), ...

The final page cold look something like this:

image

The information should be stored in plain text files in the register, e.g. in a folder venues with YML files, such as gigascience.yml:

type: journal
contact:
	name: Edd Editor
	email: edd@giga.science
url: https://giga.science
logo-url: https://giga.science/logo.png
identifiers:
 	- name: ROR
 	  value: bla
      link: http://ror.org/bla
    - name: ISSN
      value: 1234-5678
  	  link: https://issn.org/1234-5678
description: |
	The journal is...
@nuest nuest added needs codechecker codechecker not yet assigned community CODECHECK conducted as part of the community review process development Development of the register labels Jul 17, 2024
@nuest nuest assigned nuest and unassigned nuest Jul 17, 2024
@nuest nuest removed needs codechecker codechecker not yet assigned community CODECHECK conducted as part of the community review process labels Jul 17, 2024
@nuest nuest added this to the CHECK-NL pre Twente Workshop milestone Jul 17, 2024
@nuest nuest changed the title Add metadata to the venue/collection page Add metadata to the venue page Aug 2, 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