#load data
doaj <- read.csv("http://www.doaj.org/doaj?func=csv", header = TRUE, sep=",")
#subset social science journals
doaj.soz <- doaj[grep("Social Science",doaj$Subjects),]
#cross-tabulate licence conditions
table(doaj.soz$CC.License)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> | |
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dvcs | base.url | |
---|---|---|
GitHub | github.com | |
BitBucket | bitbucket.org | |
GoogleCode | code.google.com | |
LaunchPad | launchpad.net | |
SourceForge | sourceforge.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype HTML> | |
<meta charset = 'utf-8'> | |
<html> | |
<head> | |
<link rel='stylesheet' href='http://timelyportfolio.github.io/rCharts_d3_sankey/css/sankey.css'> | |
<script src='http://d3js.org/d3.v3.min.js' type='text/javascript'></script> | |
<script src='http://timelyportfolio.github.io/rCharts_d3_sankey/js/sankey.js' type='text/javascript'></script> | |
<style> |
Europe PubMed Central provides search functionality for ORCIDs and exposes ORCIDs in article metadata.
rebi is an R Interface to Europe PMC RESTful Web Service provided by rOpenSci.
Load most recent version
require(devtools)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Example: | |
### Load package | |
```{r} | |
require(devtools) | |
devtools::install_github("njahn82/rcrossref") | |
``` | |
### Retrieve metadata content type `application/vnd.crossref.unixsd+xml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<crossref_result xmlns="http://www.crossref.org/qrschema/3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.0" xsi:schemaLocation="http://www.crossref.org/qrschema/3.0 http://www.crossref.org/schema/queryResultSchema/crossref_query_output3.0.xsd"> | |
<query_result> | |
<head> | |
<doi_batch_id>none</doi_batch_id> | |
</head> | |
<body> | |
<query status="resolved"> | |
<doi type="journal_article">10.1155/2012/412512</doi> | |
<crm-item name="publisher-name" type="string">Hindawi Publishing Corporation</crm-item> |
We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"","id","source","pmid","DOI","title","authorString","journalTitle","pubYear","journalIssn","pubType","isOpenAccess","inEPMC","inPMC","citedByCount","hasReferences","hasTextMinedTerms","hasDbCrossReferences","hasLabsLinks","hasTMAccessionNumbers","luceneScore","issue","journalVolume","pageInfo","pmcid","tmAccessionTypeList","dbCrossReferenceList","dvcs" | |
"1","25577191","MED","25577191","10.1093/molbev/msu411","CodABC: A Computational Framework to Coestimate Recombination, Substitution and Molecular Adaptation rates by approximate Bayesian computation.","Arenas M, Lopes JS, Beaumont MA, Posada D.","Mol Biol Evol","2015","0737-4038","journal article","N","N","N","0","N","N","N","N","N","719.82654",NA,NA,NA,NA,NA,NA,"code.google.com" | |
"2","25217575","MED","25217575","10.1093/bioinformatics/btu609","EUROCarbDB(CCRC): a EUROCarbDB node for storing glycomics standard data.","Al Jadda K, Porterfield MP, Bridger R, Heiss C, Tiemeyer M, Wells L, Miller JA, York WS, Ranzinger R.","Bioinformatics","2015","1367-4803","jour |
OlderNewer