SlideShare a Scribd company logo
1 of 17
Developer Overview ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
OpenSocial in Context ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Full-Text Article App SciVerse  Shindig server SD
SciVerse Apps - Search Results
SciVerse Apps – Full Text Article
Note to Developers SciVerse does not yet support OAuth (3-legged) API calls SciVerse does not yet support OpenSocial people, so there  is not yet a persistent user id available to applications
SciVerse APIs ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
SciVerse Framework API and ContextInfo  http://developer.sciverse.com/framework#context gadgets.sciverse.getContextInfo (callback)  Returns contextual information provided by the hosting application  as a JSON object. This includes information such as user search  terms, DOI, title, etc. as well as web application data such as page type, platform, etc. authorIdentifier, currentAffiliationId, currentAffiliationName, currentAffiliationCity, currentAffiliationCountry, doi, isbn, keywords, pii, searchTerms, secureAuthToken, timestamp, year function getContext(){ gadgets.sciverse.getContextInfo(getContextCallback); } function getContextCallback(context) { var searchterms = context.searchTerms; authtoken = context.secureAuthtoken;
SciVerse Content API data mapping table with search fields and their clusters http://developer.sciverse.com/sciversecontentapiviews2 CLUSTERS
Clusters ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
API-key and authToken function run() { gadgets.sciverse.getContextInfo(init); } function init(context) { var authtoken = context.secureAuthtoken; var requestHeaders = {}; requestHeaders['X-ELS-APIKey'] = myapikey; requestHeaders['X-ELS-Authtoken'] = authtoken; var params = {}; params[gadgets.io.RequestParameters.HEADERS] = requestHeaders; gadgets.sciverse.makeRequest(url, callback, params); } gadgets.util.registerOnLoadHandler(run);
Views  http://developer.sciverse.com/sciversecontentapiviews Views are defined for each CLUSTER
Views  http://developer.sciverse.com/sciversecontentapiretrievalviews
Facets  http://developer.sciverse.com/sciversecontentapifacets Different facets are available for each cluster. var scidircluster = "SCIDIR"; var scidirfacets =  "contenttype(Journal);"+  // return counts: All, values:  // Journal, Book, Reference Work "srctitle(20);"+  // return counts: 5 to 20 "pubyr(20);"+  // returns counts: 5 to 20 "topics();";    // X var url =  "http://api.elsevier.com/content/search/index:"+cluster+ "?query="+searchterms+ "&facets="+facets+ "&count="+count+ "&scomode=on"+  "&sort=fd";
Subject Areas  AGRI  - Agricultural and Biological Sciences ARTS  - Arts and Humanities BIOC  - Biochemistry, Genetics and Molecular Biology BUSI  - Business, Management and Accounting CENG  - Chemical Engineering CHEM  - Chemistry COMP  - Computer Science DECI  - Decision Sciences DENT  - Dentistry EART  - Earth and Planetary Sciences ECON  - Economics, Econometrics and Finance ENER  - Energy ENGI  - Engineering ENVI  - Environmental Science HEAL  - Health Professions IMMU  - Immunology and Microbiology MATE  - Materials Science MATH  - Mathematics MEDI  - Medicine NEUR  - Neuroscience NURS  - Nursing PHAR  - Pharmacology, Toxicology and Pharmaceutics PHYS  - Physics and Astronomy PSYC  - Psychology SOCI  - Social Sciences VETE  - Veterinary MULT  - Multidisciplinary
WADLs and XSDs Web Application Definition Language (WADL) Request and Response Objects XML Schema Definitions (XSD) WADL and XSD files: http://schema.elsevier.com/dtds/document/bkapi/ The SciVerse APIs support PRISM implementation of the Dublin Core metadata standard. http://developer.sciverse.com/sciversecontentapiretrievalrequest#sciVerseRetrievalResponse
 
Support API, Data and Backend questions Ale de Vries (senior product manager) Dave Santucci (integration support coord) Programming questions Ryan Dietz (principal SW engineer) Functional Spec / Product Development questions Ben Rubin (product manager) Max Berenstein (product manager) A little bit of everything Remko Caprio (developer evangelist) Github https://github.com/sciversedev

More Related Content

Similar to Elsevier developer network - developer presentation

China Science Challenge
China Science ChallengeChina Science Challenge
China Science Challenge
remko caprio
 
FAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practiceFAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practice
Carole Goble
 
Adcom2006 Full 6
Adcom2006 Full 6Adcom2006 Full 6
Adcom2006 Full 6
umavanth
 

Similar to Elsevier developer network - developer presentation (20)

BioIT Europe 2010 - BioCatalogue
BioIT Europe 2010 - BioCatalogueBioIT Europe 2010 - BioCatalogue
BioIT Europe 2010 - BioCatalogue
 
BioThings API: Building a FAIR API Ecosystem for Biomedical Knowledge
BioThings API: Building a FAIR API Ecosystem for Biomedical KnowledgeBioThings API: Building a FAIR API Ecosystem for Biomedical Knowledge
BioThings API: Building a FAIR API Ecosystem for Biomedical Knowledge
 
The ENCODE Portal REST API
The ENCODE Portal REST API The ENCODE Portal REST API
The ENCODE Portal REST API
 
China Science Challenge
China Science ChallengeChina Science Challenge
China Science Challenge
 
SgCodeJam24 Workshop
SgCodeJam24 WorkshopSgCodeJam24 Workshop
SgCodeJam24 Workshop
 
FAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practiceFAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practice
 
Semantic web and Linked Data
Semantic web and Linked DataSemantic web and Linked Data
Semantic web and Linked Data
 
Doing Clever Things with the Semantic Web
Doing Clever Things with the Semantic WebDoing Clever Things with the Semantic Web
Doing Clever Things with the Semantic Web
 
CEDAR Technologies for AIRR Submissions
CEDAR Technologies for AIRR SubmissionsCEDAR Technologies for AIRR Submissions
CEDAR Technologies for AIRR Submissions
 
Adcom2006 Full 6
Adcom2006 Full 6Adcom2006 Full 6
Adcom2006 Full 6
 
Tag.bio aws public jun 08 2021
Tag.bio aws public jun 08 2021 Tag.bio aws public jun 08 2021
Tag.bio aws public jun 08 2021
 
APIs, Web Services, and Mashups: What they are and how they can be used
APIs, Web Services, and Mashups: What they are and how they can be usedAPIs, Web Services, and Mashups: What they are and how they can be used
APIs, Web Services, and Mashups: What they are and how they can be used
 
BioThings API: Building a FAIR API Ecosystem for Biomedical Knowledge
BioThings API: Building a FAIR API Ecosystem for Biomedical KnowledgeBioThings API: Building a FAIR API Ecosystem for Biomedical Knowledge
BioThings API: Building a FAIR API Ecosystem for Biomedical Knowledge
 
Clariah Tech Day: Controlled Vocabularies and Ontologies in Dataverse
Clariah Tech Day: Controlled Vocabularies and Ontologies in DataverseClariah Tech Day: Controlled Vocabularies and Ontologies in Dataverse
Clariah Tech Day: Controlled Vocabularies and Ontologies in Dataverse
 
REST based API
REST based APIREST based API
REST based API
 
Standard Web APIs for Multidisciplinary Collaboration
Standard Web APIs for Multidisciplinary CollaborationStandard Web APIs for Multidisciplinary Collaboration
Standard Web APIs for Multidisciplinary Collaboration
 
Approaches to machine actionable links
Approaches to machine actionable linksApproaches to machine actionable links
Approaches to machine actionable links
 
RO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsRO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research Objects
 
Using The Semantic Web
Using The Semantic WebUsing The Semantic Web
Using The Semantic Web
 
Knowledge Discovery in an Agents Environment
Knowledge Discovery in an Agents EnvironmentKnowledge Discovery in an Agents Environment
Knowledge Discovery in an Agents Environment
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Recently uploaded (20)

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Elsevier developer network - developer presentation

  • 1.
  • 2.
  • 3. SciVerse Apps - Search Results
  • 4. SciVerse Apps – Full Text Article
  • 5. Note to Developers SciVerse does not yet support OAuth (3-legged) API calls SciVerse does not yet support OpenSocial people, so there is not yet a persistent user id available to applications
  • 6.
  • 7. SciVerse Framework API and ContextInfo http://developer.sciverse.com/framework#context gadgets.sciverse.getContextInfo (callback) Returns contextual information provided by the hosting application as a JSON object. This includes information such as user search terms, DOI, title, etc. as well as web application data such as page type, platform, etc. authorIdentifier, currentAffiliationId, currentAffiliationName, currentAffiliationCity, currentAffiliationCountry, doi, isbn, keywords, pii, searchTerms, secureAuthToken, timestamp, year function getContext(){ gadgets.sciverse.getContextInfo(getContextCallback); } function getContextCallback(context) { var searchterms = context.searchTerms; authtoken = context.secureAuthtoken;
  • 8. SciVerse Content API data mapping table with search fields and their clusters http://developer.sciverse.com/sciversecontentapiviews2 CLUSTERS
  • 9.
  • 10. API-key and authToken function run() { gadgets.sciverse.getContextInfo(init); } function init(context) { var authtoken = context.secureAuthtoken; var requestHeaders = {}; requestHeaders['X-ELS-APIKey'] = myapikey; requestHeaders['X-ELS-Authtoken'] = authtoken; var params = {}; params[gadgets.io.RequestParameters.HEADERS] = requestHeaders; gadgets.sciverse.makeRequest(url, callback, params); } gadgets.util.registerOnLoadHandler(run);
  • 13. Facets http://developer.sciverse.com/sciversecontentapifacets Different facets are available for each cluster. var scidircluster = "SCIDIR"; var scidirfacets = "contenttype(Journal);"+ // return counts: All, values: // Journal, Book, Reference Work "srctitle(20);"+ // return counts: 5 to 20 "pubyr(20);"+ // returns counts: 5 to 20 "topics();"; // X var url = "http://api.elsevier.com/content/search/index:"+cluster+ "?query="+searchterms+ "&facets="+facets+ "&count="+count+ "&scomode=on"+ "&sort=fd";
  • 14. Subject Areas AGRI - Agricultural and Biological Sciences ARTS - Arts and Humanities BIOC - Biochemistry, Genetics and Molecular Biology BUSI - Business, Management and Accounting CENG - Chemical Engineering CHEM - Chemistry COMP - Computer Science DECI - Decision Sciences DENT - Dentistry EART - Earth and Planetary Sciences ECON - Economics, Econometrics and Finance ENER - Energy ENGI - Engineering ENVI - Environmental Science HEAL - Health Professions IMMU - Immunology and Microbiology MATE - Materials Science MATH - Mathematics MEDI - Medicine NEUR - Neuroscience NURS - Nursing PHAR - Pharmacology, Toxicology and Pharmaceutics PHYS - Physics and Astronomy PSYC - Psychology SOCI - Social Sciences VETE - Veterinary MULT - Multidisciplinary
  • 15. WADLs and XSDs Web Application Definition Language (WADL) Request and Response Objects XML Schema Definitions (XSD) WADL and XSD files: http://schema.elsevier.com/dtds/document/bkapi/ The SciVerse APIs support PRISM implementation of the Dublin Core metadata standard. http://developer.sciverse.com/sciversecontentapiretrievalrequest#sciVerseRetrievalResponse
  • 16.  
  • 17. Support API, Data and Backend questions Ale de Vries (senior product manager) Dave Santucci (integration support coord) Programming questions Ryan Dietz (principal SW engineer) Functional Spec / Product Development questions Ben Rubin (product manager) Max Berenstein (product manager) A little bit of everything Remko Caprio (developer evangelist) Github https://github.com/sciversedev