-
Notifications
You must be signed in to change notification settings - Fork 27
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
Data MVP #467
Data MVP #467
Conversation
michamos
commented
Nov 21, 2024
- Also makes normalization script compatible with recent Python
- Also fixes generation script to run on recent Node versions
@@ -88,6 +426,28 @@ properties: | |||
minLength: 1 | |||
title: Last record update | |||
type: string | |||
literature: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need to link from the data to the paper and back. I've done it like this, comments welcome.
@@ -667,6 +667,28 @@ properties: | |||
are all curated eventually, whereas non-core records are | |||
not systematically curated. | |||
type: boolean | |||
data: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added this to link from the paper to the data, although it's not strictly needed for the MVP as the link is coming from the data record for HEPData. Should we drop it?
I can't fix tests as I can't run them locally because I can't install it due to needing to bump pytest, which blocks due to the |
* Also makes normalization script compatible with recent Python * Also fixes generation script to run on recent Node versions
b067d76
to
ab689ef
Compare