We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a150a8 commit 592b500Copy full SHA for 592b500
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright 2017 Cornell University
+Copyright 2017-2025 Cornell University
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy of
4
this software and associated documentation files (the "Software"), to deal in
arxiv/metadata/__init__.py
@@ -12,7 +12,7 @@ class FieldName(StrEnum):
12
TITLE = "title"
13
AUTHORS = "authors"
14
ABSTRACT = "abstract"
15
- SOURCE_TYPE = "source_type"
+ # source_type is internal, not checked
16
COMMENTS = "comments"
17
REPORT_NUM = "report_num"
18
JOURNAL_REF = "journal_ref"
0 commit comments