diff options
| author | Ankur Sinha <sanjay.ankur@gmail.com> | 2017-02-18 14:46:52 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2017-02-18 15:46:52 +0100 |
| commit | 4fac82602819e774169e078f616186acece8e77f (patch) | |
| tree | 666436cc4234a3bd5a6d3f9b0aaf5980b4f2c4a4 | |
| parent | f3c93ca426a0379ad61ae0394cc7a2e6914c3925 (diff) | |
| download | ftr-site-config-4fac82602819e774169e078f616186acece8e77f.tar.gz ftr-site-config-4fac82602819e774169e078f616186acece8e77f.zip | |
Add initial config for jneurosci.org.txt (#262)
| -rw-r--r-- | jneurosci.org.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jneurosci.org.txt b/jneurosci.org.txt new file mode 100644 index 0000000..4639521 --- /dev/null +++ b/jneurosci.org.txt @@ -0,0 +1,8 @@ +title: //h1[@id='page-title'] +author: //div[contains(concat(' ',normalize-space(@class),' '),' highwire-citation-jnl-eneuro-styles-article-title-complete-plus ')]//div[contains(concat(' ',normalize-space(@class),' '),' highwire-cite-authors ')] +body: //div[contains(concat(' ',normalize-space(@class),' '),' fulltext-view ')] +date: //div[contains(concat(' ',normalize-space(@class),' '),' highwire-citation-jnl-eneuro-styles-article-title-complete-plus ')]//div[contains(concat(' ',normalize-space(@class),' '),' highwire-cite-metadata ')]//span[contains(concat(' ',normalize-space(@class),' '),' highwire-cite-metadata-date ') and (contains(concat(' ',normalize-space(@class),' '),' highwire-cite-metadata '))] +strip: //header[@id='section-header'] +strip: //footer[@id='section-footer'] +prune: yes +test_link: http://www.jneurosci.org/content/22/13/5344.full |
