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

dk eyewitness #3409

Merged
merged 1 commit into from
Aug 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions constants/bad_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"placeholder", "symbolic placeholder", "[placeholder]",
"placeholder for arabic language transliteration");
const BAD_AUTHORS = array("unknown", "missing", "- -.", "- -", "no authorship indicated", "no authorship", "no author",
"no authors", "no author indicated", "no authorship indicated");
"no authors", "no author indicated", "no authorship indicated", "dk eyewitness");
const NON_HUMAN_AUTHORS = array('collaborat', 'reporter', 'journalist', 'correspondent', 'anchor', 'staff', 'foreign',
'national', 'endowment', ' for the ', 'humanities', 'committee', 'group',
'society', ' of america', 'association', ' at the ', 'board of ', 'communications',
'corporation', 'incorporated', 'editorial', 'university', 'dept. of', 'department',
'dept of ', 'college', 'center for', 'office of', 'editor',
'world news', 'national news');
'world news', 'national news', 'eyewitness');
const BAD_PUBLISHERS = array('london', 'edinburgi', 'edinburgh', 'no publisher', 'no publisher given',
'no publisher specified', 'unknown', 'publisher not identified');

Expand Down