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 'cond.mat', 'cs.' and 'astro.ph' #1210

Merged
merged 1 commit into from Jan 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions constants/bad_data.php
Expand Up @@ -18,8 +18,9 @@
"published online", "no-no", "n/a", "online ahead of print",
"unpublished", "unknown", "tba", "forthcoming", "in the press",
"na", "submitted", "tbd", "missing");
const NON_JOURNAL_BIBCODES = array('arXiv', 'gr.qc', 'hep.ex', 'hep.lat', 'hep.ph', 'hep.th',
'math.ph', 'math', 'nucl.ex', 'nucl.th', 'physics', 'quant.ph', 'alg.geom');
const NON_JOURNAL_BIBCODES = array('arXiv', 'gr.qc', 'hep.ex', 'hep.lat', 'hep.ph', 'hep.th', 'astro.ph',
'math', 'nucl.ex', 'nucl.th', 'physics', 'quant.ph', 'alg.geom',
'cond.mat', 'cs.', 'econ.', 'eess.', 'nlin.');
const NON_PUBLISHERS = ['books.google', 'google books', 'google news', 'google.co', 'amazon.com',
'zenodo', 'archive.org']; // Google Inc is a valid publisher, however.
const BAD_ZOTERO_TITLES = ['Browse publications', 'Central Authentication Service', 'http://', 'https://',
Expand Down