forked from GMOD/ProcessCite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProcessCite_with_ImpactStory.txt
More file actions
22 lines (11 loc) · 1.28 KB
/
ProcessCite_with_ImpactStory.txt
File metadata and controls
22 lines (11 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Please read README.txt first for an introduction to ProcessCite and the E. coli wiki reference handling system.
This distribution contains altered versions of two of the original ProcessCite files, Cite/ProcessCite.php and PMID/class.PMIDeFetch.php, plus a new file, Cite/ext.ProcessCite.js. These make the following changes:
- Adds COinS [Context Objects in Spans] metadata to PubMed references, allowing scrapers such as the Mendeley reference importer to get publication data from the page;
- Adds semantic information on publications, suitable for wikis enhanced with Semantic Mediawiki (http://www.semantic-mediawiki.org) extensions -- more information to follow;
- Adds ImpactStory data to references with PubMed IDs.
The following lines have been added to the wiki's Common.css (accessible at <wiki-url>/MediaWiki:Common.css) for display purposes:
.impactstory-embed { float: right; margin-left: 1em; }
.impactstory-embed ul { list-style-image: none; }
.references>li { clear: right; padding: .5em 0; border-top: 1px solid #ccc }
For a demonstration of the functioning of this extension, please see the GMOD wiki Publications page: http://gmod.org/wiki/Publications
More comprehensive documentation will follow soon. Please address any questions to Amelia Ireland, amelia.ireland@gmod.org.