Edit filter configuration

Differences between versions

ItemVersion from 12:58, 16 October 2019 by JzGVersion from 20:15, 31 October 2019 by JzG
Basic information
Notes:
Checks for DOI references to commonly used predatory open access publishers.
Checks for DOI references to commonly used predatory open access publishers.


10.1234: Not issued, used by some junk journals to appear legit
10.1234: Not issued, used by some junk journals to appear legit
10.1999: WASET
10.1999: WASET
10.2495: WIT Press
10.2495: WIT Press
10.3923: SciAlert.net
10.3923: SciAlert.net
10.4018: IGI Global
10.4018: IGI Global
10.4172: OMICS Group
10.4172: OMICS Group
10.4236: Scientific Research Publishing
10.4236: Scientific Research Publishing
10.5897: Academic Journals
10.5897: Academic Journals
10.11648: Science Publishing Group
10.11648: Science Publishing Group
10.15373: World Wide Journals
10.15373: World Wide Journals
10.17265: David Publishing
10.17265: David Publishing
10.21767:  iMedPub (OMICS)
10.4303: Ashdin Publishing (OMICS)
10.14419: Science Publishing Corporation
10.5815: MECS Press


Only check namespaces 0,1,2,3,118 --TNT 3/Dec/17
Only check namespaces 0,1,2,3,118 --TNT 3/Dec/17


Added some domains to check .. lets see what happens to parsetime
Added some domains to check .. lets see what happens to parsetime


Allowing use on talk pages, hope this okay... otherwise we need to somehow exclude talk page archives, and also bots, see [[Special:Permalink/832937586#Edit filter problems]] ~MA
Allowing use on talk pages, hope this okay... otherwise we need to somehow exclude talk page archives, and also bots, see [[Special:Permalink/832937586#Edit filter problems]] ~MA


Cleanup, and check removed_lines so that pages with the dois don't have most edits trigger the filter. -G 2019-06-08
Cleanup, and check removed_lines so that pages with the dois don't have most edits trigger the filter. -G 2019-06-08


Added 13140 (non peer reviewed) and 2 domains where the DOI is routinely omitted in adding the source - JzG 2019-08-24
Added 13140 (non peer reviewed) and 2 domains where the DOI is routinely omitted in adding the source - JzG 2019-08-24


Added academicjournals to domain list, it keeps being added. JzG 2019-09-01
Added academicjournals to domain list, it keeps being added. JzG 2019-09-01
:Fixed typo to "academicjournals" 20191016 ~Xao
:Fixed typo to "academicjournals" 20191016 ~Xao
Filter conditions
Conditions:
(documentation)
equals_to_any(page_namespace, 0, 2, 10, 118) &  
equals_to_any(page_namespace, 0, 2, 10, 118) &  
(
(
   (
   (
     dois := "doi[ ]*?[=\|\:][ ]*?10.(1234|1999|2495|3923|4018|4172|4236|5897|11648|15373|17265)";
     dois := "doi[ ]*?[=\|\:][ ]*?10.(1234|1999|2495|3923|4018|4172|4236|5897|11648|15373|17265|21767|4303|14419|5815)";
     added_lines irlike dois &
     added_lines irlike dois &
     !(removed_lines irlike dois)
     !(removed_lines irlike dois)
   )
   )
   |
   |
   (
   (
     urls := "biomedres\.info|cennser\.org|cpinet\.info|frontiersin\.org|scirp\.org|academicjournals\.(net|com|org)";
     urls := "biomedres\.info|cennser\.org|cpinet\.info|frontiersin\.org|scirp\.org|academicjournals\.(net|com|org)";
     added_lines irlike urls &
     added_lines irlike urls &
     added_links irlike urls
     added_links irlike urls
   )
   )
)
)