add(models): add AT model - #588
Open
palkerecsenyi wants to merge 1 commit into
Open
Conversation
palkerecsenyi
force-pushed
the
at
branch
2 times, most recently
from
August 26, 2026 09:58
d414be7 to
cc620d6
Compare
palkerecsenyi
marked this pull request as ready for review
August 26, 2026 09:59
zzacharo
reviewed
Sep 3, 2026
| (710__.5:NPA OR 710__.5:AT) | ||
| -710__.5:SI -710__.5:SC -710__.5:SL -710__.5:PS -710__.5:MPS -710__.5:ISR -710__.5:MSC -710__.5:AC -710__.5:SPS | ||
| -710__.5:LEP -710__.5:AB -710__.5:AR -710__.5:TS -710__.5:ST -710__.5:MT -710__.5:EST -710__.5:SB -710__.5:LHC | ||
| -980__:DELETED -980__.c:MIGRATED -980__c:MERGED |
Contributor
There was a problem hiding this comment.
can we remove the migrated?
Comment on lines
+28
to
+45
| "030__a", # coden designation | ||
| "260__b", # Always CERN | ||
| "300__b", # Resolution of the video | ||
| "340__a", # Physical medium | ||
| "518__h", # Start time of meeting/conference event | ||
| "518__g", # Meeting/conference identification | ||
| "520__9", # Source of the additional description (e.g. arxiv) | ||
| "542__3", # Part of the license | ||
| "595__i", # INSPEC number | ||
| "773__a", # Duplicate DOI | ||
| "901__u", # Affiliation at Conversion? | ||
| "913__y", # citation | ||
| "913__v", # citation | ||
| "913__t", # citation | ||
| "913__a", # citation | ||
| "913__c", # citation | ||
| "964__a", # number of physical copies | ||
| "970__b", # spreadsheet |
Contributor
There was a problem hiding this comment.
are we sure about these before curators see them? @kpsherva
| ) | ||
|
|
||
| # TODO: should we still set as the main publication date if it's uncertain? | ||
| publication_date = normalize(publication_date_str) |
Contributor
There was a problem hiding this comment.
do we accept EDTF on publication date?
Contributor
There was a problem hiding this comment.
so the normalize strips it out? I think we having the extra date there at least we have some proof of the uncertainty.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #424