SlideShare une entreprise Scribd logo
1  sur  27
Télécharger pour lire hors ligne
@openaire_eu
2nd Community Call
OpenAIRE content providers managers
04/12/2019
1) OpenAIRE provide updates
2) Usage Statistics Service
- service overview and specifications
- workflows and data collection
3) Questions & comments (please share
your use cases, issues)
AGENDA:
www.openaire.eu/provide-community-calls
Notes & Agenda  https://bit.ly/2rTgJwy
Provide – recent news
Newbrokerevents
available inprovide
dashboard (orcid…)
https://provide.openaire.eu
Newusagestatsgeneric
trackerscript(asapython
scriptforothercases)
https://github.com/openaire/Gen
eric-Matomo-Tracker
Guidelines v4compatibility
inDspace 5&6(CanadianUniv.
librariesaresupportingthedevelopmentof
anextensiontoDSpace5&6thatwillsupport
compliancewiththeOpenAIREGuidelinesv4.
www.coar-repositories.org/news-
updates/collaborating-to-support-greater-visibility-and-
discoverability-of-open-scholarship/
Provide Public Roadmap
weneedandwantyourfeedback
https://trello.com/b/JHbHKLZ4/openaire-
provide-roadmap
New broker events – ORCID, Software
4
Missing ORCID
Missing Software
Link Publications to Software
UsageStatisticsService
-serviceoverviewandspecifications
-workflowsanddatacollection
Andreas Czerniak, Bielefeld University
Dimitris Pierrakos, Athena Research and Innovation Center
Jochen Schirrwagen, Bielefeld University
Pedro Príncipe, University of Minho
OpenAIRE’s e-infrastructure Commons & Usage Stats sketch
Usage Statistics Service Features
Tracking of views and
downloads (PUSH)/
collecting COUNTER
reports (Pull)
Anonymisation of IP-
addresses.
Metadata de-
duplication enables
accumulation of views
and downloads for
same documents
COUNTER Code of
Practice compatibility.
standards based usage
statistics.
enables comparability with
statistics from other data
sources.
Thisiswhere youtypeintheevent
Metadata-Index
UsageStatistics-DB
● Repository
● CRIS
● eJournal
● National
Statistics Node
● Publisher
PULL
COUNTER Report
PUSH
tracked event
IP-
Anonym.
processing script
processing script
Architecture and Workflows for Usage Statistics
Push Usage Statistics Tracking Workflow
▪ An institutional repository registers in OpenAIRE’s Usage
Statistics Service via the Content Provider Dashboard.
▪ Server side real-time tracking: Plugins (DSpace), patches
(Eprints) using Matomo’s HTTP API.
▪ Usage Activity is tracked and logged at OpenAIRE’s
Analytics platform in real time.
▪ Generic Log file parser: A python script that parses
repository log files and sends the usage events to
OpenAIRE’s Analytics platform (not in real time).
Push Usage Statistics Tracking Workflow
▪ An offline workflow, based on Matomo API, transfers
and stores usage events, to OpenAIRE’s DBs for
statistical analysis.
▪ Statistics are deployed for human (OpenAIRE’s Portal)
and machine (Sushi-Lite API) consumption.
Enable Metrics for selected Datasource
11
Configure Metrics for selected Datasource
12
1223456
DSpace oapiwik.cfg
#------------------------#
# OpenAIRE Piwik Tracker #
#------------------------#
#Base Tracker URL
oapiwik.piwik.trackerURL = https://analytics.openaire.eu/piwik.php
#Piwik siteID
oapiwik.piwik.siteID = 1
#Piwik Authentication Token
oapiwik.piwik.tokenAuth=123456789
#IP Address Anonymization Bytes. Values in {1,2,3}
#oapiwik.piwik.ipanonymizationbytes=2
# Flag to enable/disable tracking. Default is true
oapiwik.piwik.enabled = true
Plugin/Patch Configuration
13
Eprints OAPiwik.pl
##################
# CONFIG START #
################
# Modify the following URL to the Piwik tracker location
$c->{OAPiwik}->{tracker} = "https://analytics.openaire.eu/piwik.php";
# Enter the OpenAIRE Piwik Site ID
$c->{OAPiwik}->{siteID} = "1";
# Enter the piwik token_auth
$c->{OAPiwik}->{token_auth} = "32846584f571be9b57488bf4088f30ea";
# Specify the number of bytes, 1,2 or 3, for IP Anonymization (empty for no IP
Anonymization)
$c->{OAPiwik}->{noOfBytes} = "";
# Other Config Parameters
$c->{OAPiwik}->{ua} = LWP::UserAgent->new(conn_cache => LWP::ConnCache->new,);
$c->{plugins}->{"Event::OAPiwik"}->{params}->{disable} = 0;
123456
1. Install virtualenv $ pip install virtualenv
2. Create a virtual environment for the project $ virtualenv -p /usr/bin/python2.7
matomo_tracker
3. Activate the virtual environment: $ source matomo_tracker/bin/activate
4. Download COUNTER Robots List: wget
https://raw.githubusercontent.com/atmire/COUNTER-
Robots/master/COUNTER_Robots_list.json
5. Download matomo_import_logs.py and matomo.yaml to activated project folder
6. Configure matomo parameters in matomo.yaml
7. Install the following packages:
○ pip install pyyaml
8. Run the importer /usr/bin/python2.7 {logs_folder}
Generic Tracker Script Configuration
14
matomo_config.yaml
Matomo_Parameters:
#Matomo tracker Endpoint
matomo_url: "https://analytics.openaire.eu/"
#Repository Base Url
repository_base_url: "https://repository.com"
#Matomo Repository Site ID
idSite: 47
#Matomo authenticastion token
#token_auth: "12345"
token_auth: "12345"
#matomo parameters (default values)
delay_after_failure: 10
default_max_attempts: 3
default_socket_timeout: 300
ip_anonymization: false
Generic Tracker Script Configuration
15
# Number of recorders. It should be set to the number of CPU cores in your server.
# You can also experiment with higher values which may increase performance until a certain
point
recorders: 1
#OAI-PMH Configuration
oaipmh_preamble: "oai:repository.com:"
oaipmh_regex: "/[0-9]*"
#Metadata Location (regexp supported)
tracking_metadata:
#- "/[0-9]*"
#- "^((?!.*pdf.*).)*$"
- "/handle/[0-9]*"
#- "/record"
#- "/publication/"
#Item Location (regexp supported)
tracking_download:
#- "pdf"
#- "/[0-9]*"
- "/bitstream/handle/[0-9]*"
#- "/download"
▪ Gathering of consolidated statistics reports from
aggregation services, such as IRUS-UK, using protocols
such as SUSHI-Lite.
▪ Statistics are stored to OpenAIRE’s DB for statistical
analysis.
▪ Statistics are deployed via OpenAIRE’s Portal or Sushi-
Lite API.
Collecting (Pull) Consolidated
Usage Statistics Reports
• 61 repositories tracked with Matomo ID
• 78 repositories via IRUS-UK
• 10 journals via SARC-OJS
Number of Platforms using Metrics Service actively
17
Metrics Service Evolution
18
Metrics Service Statistics
19
User-Interface in the Content Provider Dashboard
20
Aggregated and Combined Statistics of a Document from
different Repositories
21
Supported Report Types (COUNTER R4)
22
Retrieve Usage Statistics via API
23
based on
http://services.openaire.eu/usagestats/sushilite/
Supports COUNTER R4 compatible reports:
○ Article Reports (AR) and Book Reports (BR)
using identifiers like openaire, doi, oai-
record-id
○ Item Reports (IR)
○ Repository Reports (RR) using identifiers
issued by OpenAIRE or OpenDOAR
○ Journal Reports (JR) using identifiers like
ISSN
COUNTER USAGE REPORTS
RELEVANT FOR OPENAIRE
Repository Platform Report – RR1
Journal Report – JR1
Item Report – IR1
Article Report – AR1
Book Report – BR1
Book Chapter Report – BR2
Research Dataset Report tbc.
Research Software Usage Report tbc.
24
SUSHI response example (JSON)
Repository Report Item Report
• Enhance the visualization tools in the Dashboard.
• Offer “snippets” to embed the Metrics statistics in the
repositories.
• Support CoP for Research Data.
• Update to CoP Release 5.
• Setting up a Usage Statistics Hub (OpenAIRE, LA
Referencia, IRUS-UK, ...)
Next Steps
25
In 2020: Usage Statistics in Extended Contexts
26
Open Research Analytics Service
Usage
Statistics
Transactio
nal Data
Analytics
Interface
● Combining different types of data to provide insights of OA-Transformation
● a cooperation between OpenAIRE, OpenAPC and Knowledge Unlatched
Thank you!
www.openaire.eu/provide-community-calls
Andreas Czerniak, Bielefeld University
Dimitris Pierrakos, Athena Research and Innovation Center
Jochen Schirrwagen, Bielefeld University
Pedro Príncipe, University of Minho

Contenu connexe

Tendances

OpenAIRE booth slideshow at #ICT2015
OpenAIRE booth slideshow at #ICT2015OpenAIRE booth slideshow at #ICT2015
OpenAIRE booth slideshow at #ICT2015OpenAIRE
 
OpenAIRE Metrics Service: Usage Statistics (24x7 presentation at #OR2018)
OpenAIRE Metrics Service: Usage Statistics (24x7 presentation at #OR2018)OpenAIRE Metrics Service: Usage Statistics (24x7 presentation at #OR2018)
OpenAIRE Metrics Service: Usage Statistics (24x7 presentation at #OR2018)OpenAIRE
 
OpenAIRE Guidelines version 4.0: new metadata application profile for Literat...
OpenAIRE Guidelines version 4.0: new metadata application profile for Literat...OpenAIRE Guidelines version 4.0: new metadata application profile for Literat...
OpenAIRE Guidelines version 4.0: new metadata application profile for Literat...OpenAIRE
 
OpenAIRE Content Provider Dashboard: from repositories to repositories (Open ...
OpenAIRE Content Provider Dashboard: from repositories to repositories (Open ...OpenAIRE Content Provider Dashboard: from repositories to repositories (Open ...
OpenAIRE Content Provider Dashboard: from repositories to repositories (Open ...OpenAIRE
 
OpenAIRE Monitoring Services - EC FP7 & H2020 and other national funders (pre...
OpenAIRE Monitoring Services - EC FP7 & H2020 and other national funders (pre...OpenAIRE Monitoring Services - EC FP7 & H2020 and other national funders (pre...
OpenAIRE Monitoring Services - EC FP7 & H2020 and other national funders (pre...OpenAIRE
 
Reporting Horizon 2020 project outputs with OpenAIRE (Project Publications Re...
Reporting Horizon 2020 project outputs with OpenAIRE (Project Publications Re...Reporting Horizon 2020 project outputs with OpenAIRE (Project Publications Re...
Reporting Horizon 2020 project outputs with OpenAIRE (Project Publications Re...OpenAIRE
 
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...OpenAIRE
 
OpenAIRE in the European Open Science Cloud (EOSC)
OpenAIRE in the European Open Science Cloud (EOSC)OpenAIRE in the European Open Science Cloud (EOSC)
OpenAIRE in the European Open Science Cloud (EOSC)OpenAIRE
 
A user journey in OpenAIRE services through the lens of repository managers -...
A user journey in OpenAIRE services through the lens of repository managers -...A user journey in OpenAIRE services through the lens of repository managers -...
A user journey in OpenAIRE services through the lens of repository managers -...OpenAIRE
 
Make your content count - OpenAIRE Content providers Dashboard: service for r...
Make your content count - OpenAIRE Content providers Dashboard: service for r...Make your content count - OpenAIRE Content providers Dashboard: service for r...
Make your content count - OpenAIRE Content providers Dashboard: service for r...OpenAIRE
 
Open Access Week 2014 by OpenAIRE
Open Access Week 2014 by OpenAIREOpen Access Week 2014 by OpenAIRE
Open Access Week 2014 by OpenAIREOpenAIRE
 
OpenAIRE Broker Service and the Dashboard for Content Providers
OpenAIRE Broker Service and the Dashboard for Content ProvidersOpenAIRE Broker Service and the Dashboard for Content Providers
OpenAIRE Broker Service and the Dashboard for Content ProvidersOpenAIRE
 
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform Webinar on OpenAIRE compatibility for repositories: EPrints repository platform
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform OpenAIRE
 
FP7 post-grant OA publishing funds, Pablo de Castro (OpenAIRE workshop, Ghent...
FP7 post-grant OA publishing funds, Pablo de Castro (OpenAIRE workshop, Ghent...FP7 post-grant OA publishing funds, Pablo de Castro (OpenAIRE workshop, Ghent...
FP7 post-grant OA publishing funds, Pablo de Castro (OpenAIRE workshop, Ghent...OpenAIRE
 
OpenAIRE infrastructure and Services (OpenAIRE Workshop Malta)
OpenAIRE infrastructure and Services (OpenAIRE Workshop Malta)OpenAIRE infrastructure and Services (OpenAIRE Workshop Malta)
OpenAIRE infrastructure and Services (OpenAIRE Workshop Malta)Pedro Príncipe
 
The EC FP7 Post-Grant Open Access Pilot Implementation in the UK
The EC FP7 Post-Grant Open Access Pilot Implementation in the UKThe EC FP7 Post-Grant Open Access Pilot Implementation in the UK
The EC FP7 Post-Grant Open Access Pilot Implementation in the UKOpenAIRE
 
OpenAIRE services & tools: Zenodo and what's next (Danish OpenAIRE workshop)
OpenAIRE services & tools: Zenodo and what's next (Danish OpenAIRE workshop)OpenAIRE services & tools: Zenodo and what's next (Danish OpenAIRE workshop)
OpenAIRE services & tools: Zenodo and what's next (Danish OpenAIRE workshop)Pedro Príncipe
 
Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...
Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...
Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...OpenAIRE
 
Overview of the OA mandate and OpenAIRE infrastructure, Inge Van Nieuwerburgh...
Overview of the OA mandate and OpenAIRE infrastructure, Inge Van Nieuwerburgh...Overview of the OA mandate and OpenAIRE infrastructure, Inge Van Nieuwerburgh...
Overview of the OA mandate and OpenAIRE infrastructure, Inge Van Nieuwerburgh...OpenAIRE
 

Tendances (20)

OpenAIRE booth slideshow at #ICT2015
OpenAIRE booth slideshow at #ICT2015OpenAIRE booth slideshow at #ICT2015
OpenAIRE booth slideshow at #ICT2015
 
OpenAIRE Metrics Service: Usage Statistics (24x7 presentation at #OR2018)
OpenAIRE Metrics Service: Usage Statistics (24x7 presentation at #OR2018)OpenAIRE Metrics Service: Usage Statistics (24x7 presentation at #OR2018)
OpenAIRE Metrics Service: Usage Statistics (24x7 presentation at #OR2018)
 
OpenAIRE Guidelines version 4.0: new metadata application profile for Literat...
OpenAIRE Guidelines version 4.0: new metadata application profile for Literat...OpenAIRE Guidelines version 4.0: new metadata application profile for Literat...
OpenAIRE Guidelines version 4.0: new metadata application profile for Literat...
 
OpenAIRE Content Provider Dashboard: from repositories to repositories (Open ...
OpenAIRE Content Provider Dashboard: from repositories to repositories (Open ...OpenAIRE Content Provider Dashboard: from repositories to repositories (Open ...
OpenAIRE Content Provider Dashboard: from repositories to repositories (Open ...
 
OpenAIRE Monitoring Services - EC FP7 & H2020 and other national funders (pre...
OpenAIRE Monitoring Services - EC FP7 & H2020 and other national funders (pre...OpenAIRE Monitoring Services - EC FP7 & H2020 and other national funders (pre...
OpenAIRE Monitoring Services - EC FP7 & H2020 and other national funders (pre...
 
Reporting Horizon 2020 project outputs with OpenAIRE (Project Publications Re...
Reporting Horizon 2020 project outputs with OpenAIRE (Project Publications Re...Reporting Horizon 2020 project outputs with OpenAIRE (Project Publications Re...
Reporting Horizon 2020 project outputs with OpenAIRE (Project Publications Re...
 
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...
OpenAIRE compatible repositories for institutions - FOSTER & NCPs academy web...
 
OpenAIRE in the European Open Science Cloud (EOSC)
OpenAIRE in the European Open Science Cloud (EOSC)OpenAIRE in the European Open Science Cloud (EOSC)
OpenAIRE in the European Open Science Cloud (EOSC)
 
A user journey in OpenAIRE services through the lens of repository managers -...
A user journey in OpenAIRE services through the lens of repository managers -...A user journey in OpenAIRE services through the lens of repository managers -...
A user journey in OpenAIRE services through the lens of repository managers -...
 
Make your content count - OpenAIRE Content providers Dashboard: service for r...
Make your content count - OpenAIRE Content providers Dashboard: service for r...Make your content count - OpenAIRE Content providers Dashboard: service for r...
Make your content count - OpenAIRE Content providers Dashboard: service for r...
 
Open Access Week 2014 by OpenAIRE
Open Access Week 2014 by OpenAIREOpen Access Week 2014 by OpenAIRE
Open Access Week 2014 by OpenAIRE
 
OpenAIRE Broker Service and the Dashboard for Content Providers
OpenAIRE Broker Service and the Dashboard for Content ProvidersOpenAIRE Broker Service and the Dashboard for Content Providers
OpenAIRE Broker Service and the Dashboard for Content Providers
 
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform Webinar on OpenAIRE compatibility for repositories: EPrints repository platform
Webinar on OpenAIRE compatibility for repositories: EPrints repository platform
 
FP7 post-grant OA publishing funds, Pablo de Castro (OpenAIRE workshop, Ghent...
FP7 post-grant OA publishing funds, Pablo de Castro (OpenAIRE workshop, Ghent...FP7 post-grant OA publishing funds, Pablo de Castro (OpenAIRE workshop, Ghent...
FP7 post-grant OA publishing funds, Pablo de Castro (OpenAIRE workshop, Ghent...
 
OpenAIRE infrastructure and Services (OpenAIRE Workshop Malta)
OpenAIRE infrastructure and Services (OpenAIRE Workshop Malta)OpenAIRE infrastructure and Services (OpenAIRE Workshop Malta)
OpenAIRE infrastructure and Services (OpenAIRE Workshop Malta)
 
The EC FP7 Post-Grant Open Access Pilot Implementation in the UK
The EC FP7 Post-Grant Open Access Pilot Implementation in the UKThe EC FP7 Post-Grant Open Access Pilot Implementation in the UK
The EC FP7 Post-Grant Open Access Pilot Implementation in the UK
 
OpenAIRE services & tools: Zenodo and what's next (Danish OpenAIRE workshop)
OpenAIRE services & tools: Zenodo and what's next (Danish OpenAIRE workshop)OpenAIRE services & tools: Zenodo and what's next (Danish OpenAIRE workshop)
OpenAIRE services & tools: Zenodo and what's next (Danish OpenAIRE workshop)
 
Webinar@AIMS: How to practically support Open Access: Guidelines for Data Pro...
Webinar@AIMS: How to practically support Open Access: Guidelines for Data Pro...Webinar@AIMS: How to practically support Open Access: Guidelines for Data Pro...
Webinar@AIMS: How to practically support Open Access: Guidelines for Data Pro...
 
Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...
Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...
Making your Repository or Open Access Journal OpenAIRE compatible with OA Hor...
 
Overview of the OA mandate and OpenAIRE infrastructure, Inge Van Nieuwerburgh...
Overview of the OA mandate and OpenAIRE infrastructure, Inge Van Nieuwerburgh...Overview of the OA mandate and OpenAIRE infrastructure, Inge Van Nieuwerburgh...
Overview of the OA mandate and OpenAIRE infrastructure, Inge Van Nieuwerburgh...
 

Similaire à 2nd Content Providers Community Call

Towards a network of usage statistic hubs on a global level
Towards a network of usage statistic hubs on a global levelTowards a network of usage statistic hubs on a global level
Towards a network of usage statistic hubs on a global levelOpenAIRE
 
2022 APIsecure_Securing APIs with Open Standards
2022 APIsecure_Securing APIs with Open Standards2022 APIsecure_Securing APIs with Open Standards
2022 APIsecure_Securing APIs with Open StandardsAPIsecure_ Official
 
Let's build Developer Portal with Backstage
Let's build Developer Portal with BackstageLet's build Developer Portal with Backstage
Let's build Developer Portal with BackstageOpsta
 
OpenAIRE Metrics Service: Usage Statistics (webinar for repository managers)
OpenAIRE Metrics Service: Usage Statistics (webinar for repository managers)OpenAIRE Metrics Service: Usage Statistics (webinar for repository managers)
OpenAIRE Metrics Service: Usage Statistics (webinar for repository managers)OpenAIRE
 
API Services: Building State-of-the-Art APIs
API Services: Building State-of-the-Art APIsAPI Services: Building State-of-the-Art APIs
API Services: Building State-of-the-Art APIsApigee | Google Cloud
 
Using RIPEstat
Using RIPEstatUsing RIPEstat
Using RIPEstatRIPE NCC
 
FIWARE Global Summit - Workshop: Business Analytics Using Knowage
FIWARE Global Summit - Workshop: Business Analytics Using KnowageFIWARE Global Summit - Workshop: Business Analytics Using Knowage
FIWARE Global Summit - Workshop: Business Analytics Using KnowageFIWARE
 
WSO2 Workshop Sydney 2016 - APIs
WSO2 Workshop Sydney 2016 - APIsWSO2 Workshop Sydney 2016 - APIs
WSO2 Workshop Sydney 2016 - APIsDassana Wijesekara
 
OSFair2017 Workshop | IRUS-UK: standardised institutional repository usage st...
OSFair2017 Workshop | IRUS-UK: standardised institutional repository usage st...OSFair2017 Workshop | IRUS-UK: standardised institutional repository usage st...
OSFair2017 Workshop | IRUS-UK: standardised institutional repository usage st...Open Science Fair
 
RIPEstat, RIPE Atlas and the new DNSMON
RIPEstat, RIPE Atlas and the new DNSMONRIPEstat, RIPE Atlas and the new DNSMON
RIPEstat, RIPE Atlas and the new DNSMONRIPE NCC
 
App db egi.tf.2013.v2
App db egi.tf.2013.v2App db egi.tf.2013.v2
App db egi.tf.2013.v2Nuno Ferreira
 
Module 6B - New GBIF Tools II 2013: Portal and NPT Startup
Module 6B - New GBIF Tools II 2013:  Portal and NPT StartupModule 6B - New GBIF Tools II 2013:  Portal and NPT Startup
Module 6B - New GBIF Tools II 2013: Portal and NPT StartupAlberto González-Talaván
 
Gerrit Analytics applied to Android source code
Gerrit Analytics applied to Android source codeGerrit Analytics applied to Android source code
Gerrit Analytics applied to Android source codeLuca Milanesio
 
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...HostedbyConfluent
 
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Cisco
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, CiscoApidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Cisco
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Ciscoapidays
 
How to Define and Share your Event APIs using AsyncAPI and Event API Products...
How to Define and Share your Event APIs using AsyncAPI and Event API Products...How to Define and Share your Event APIs using AsyncAPI and Event API Products...
How to Define and Share your Event APIs using AsyncAPI and Event API Products...HostedbyConfluent
 
RIPE Atlas Monitoring Tutorial
RIPE Atlas Monitoring TutorialRIPE Atlas Monitoring Tutorial
RIPE Atlas Monitoring TutorialAPNIC
 
Apache StreamPipes – Flexible Industrial IoT Management
Apache StreamPipes – Flexible Industrial IoT ManagementApache StreamPipes – Flexible Industrial IoT Management
Apache StreamPipes – Flexible Industrial IoT ManagementApache StreamPipes
 
apidays Paris 2022 - Adding a mock as a service capability to your API strate...
apidays Paris 2022 - Adding a mock as a service capability to your API strate...apidays Paris 2022 - Adding a mock as a service capability to your API strate...
apidays Paris 2022 - Adding a mock as a service capability to your API strate...apidays
 
Google BigQuery for Everyday Developer
Google BigQuery for Everyday DeveloperGoogle BigQuery for Everyday Developer
Google BigQuery for Everyday DeveloperMárton Kodok
 

Similaire à 2nd Content Providers Community Call (20)

Towards a network of usage statistic hubs on a global level
Towards a network of usage statistic hubs on a global levelTowards a network of usage statistic hubs on a global level
Towards a network of usage statistic hubs on a global level
 
2022 APIsecure_Securing APIs with Open Standards
2022 APIsecure_Securing APIs with Open Standards2022 APIsecure_Securing APIs with Open Standards
2022 APIsecure_Securing APIs with Open Standards
 
Let's build Developer Portal with Backstage
Let's build Developer Portal with BackstageLet's build Developer Portal with Backstage
Let's build Developer Portal with Backstage
 
OpenAIRE Metrics Service: Usage Statistics (webinar for repository managers)
OpenAIRE Metrics Service: Usage Statistics (webinar for repository managers)OpenAIRE Metrics Service: Usage Statistics (webinar for repository managers)
OpenAIRE Metrics Service: Usage Statistics (webinar for repository managers)
 
API Services: Building State-of-the-Art APIs
API Services: Building State-of-the-Art APIsAPI Services: Building State-of-the-Art APIs
API Services: Building State-of-the-Art APIs
 
Using RIPEstat
Using RIPEstatUsing RIPEstat
Using RIPEstat
 
FIWARE Global Summit - Workshop: Business Analytics Using Knowage
FIWARE Global Summit - Workshop: Business Analytics Using KnowageFIWARE Global Summit - Workshop: Business Analytics Using Knowage
FIWARE Global Summit - Workshop: Business Analytics Using Knowage
 
WSO2 Workshop Sydney 2016 - APIs
WSO2 Workshop Sydney 2016 - APIsWSO2 Workshop Sydney 2016 - APIs
WSO2 Workshop Sydney 2016 - APIs
 
OSFair2017 Workshop | IRUS-UK: standardised institutional repository usage st...
OSFair2017 Workshop | IRUS-UK: standardised institutional repository usage st...OSFair2017 Workshop | IRUS-UK: standardised institutional repository usage st...
OSFair2017 Workshop | IRUS-UK: standardised institutional repository usage st...
 
RIPEstat, RIPE Atlas and the new DNSMON
RIPEstat, RIPE Atlas and the new DNSMONRIPEstat, RIPE Atlas and the new DNSMON
RIPEstat, RIPE Atlas and the new DNSMON
 
App db egi.tf.2013.v2
App db egi.tf.2013.v2App db egi.tf.2013.v2
App db egi.tf.2013.v2
 
Module 6B - New GBIF Tools II 2013: Portal and NPT Startup
Module 6B - New GBIF Tools II 2013:  Portal and NPT StartupModule 6B - New GBIF Tools II 2013:  Portal and NPT Startup
Module 6B - New GBIF Tools II 2013: Portal and NPT Startup
 
Gerrit Analytics applied to Android source code
Gerrit Analytics applied to Android source codeGerrit Analytics applied to Android source code
Gerrit Analytics applied to Android source code
 
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...
 
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Cisco
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, CiscoApidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Cisco
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Cisco
 
How to Define and Share your Event APIs using AsyncAPI and Event API Products...
How to Define and Share your Event APIs using AsyncAPI and Event API Products...How to Define and Share your Event APIs using AsyncAPI and Event API Products...
How to Define and Share your Event APIs using AsyncAPI and Event API Products...
 
RIPE Atlas Monitoring Tutorial
RIPE Atlas Monitoring TutorialRIPE Atlas Monitoring Tutorial
RIPE Atlas Monitoring Tutorial
 
Apache StreamPipes – Flexible Industrial IoT Management
Apache StreamPipes – Flexible Industrial IoT ManagementApache StreamPipes – Flexible Industrial IoT Management
Apache StreamPipes – Flexible Industrial IoT Management
 
apidays Paris 2022 - Adding a mock as a service capability to your API strate...
apidays Paris 2022 - Adding a mock as a service capability to your API strate...apidays Paris 2022 - Adding a mock as a service capability to your API strate...
apidays Paris 2022 - Adding a mock as a service capability to your API strate...
 
Google BigQuery for Everyday Developer
Google BigQuery for Everyday DeveloperGoogle BigQuery for Everyday Developer
Google BigQuery for Everyday Developer
 

Plus de OpenAIRE

7th Content Providers Community Call
7th Content Providers Community Call7th Content Providers Community Call
7th Content Providers Community CallOpenAIRE
 
OpenAIRE PROVIDE Dashboard for Turkish repository managers
OpenAIRE PROVIDE Dashboard for Turkish repository managersOpenAIRE PROVIDE Dashboard for Turkish repository managers
OpenAIRE PROVIDE Dashboard for Turkish repository managersOpenAIRE
 
What will it cost to manage and share my data?
What will it cost to manage and share my data?What will it cost to manage and share my data?
What will it cost to manage and share my data?OpenAIRE
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)OpenAIRE
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)OpenAIRE
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)OpenAIRE
 
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing DataOpenAIRE
 
20200504_Research Data & the GDPR: How Open is Open?
20200504_Research Data & the GDPR: How Open is Open?20200504_Research Data & the GDPR: How Open is Open?
20200504_Research Data & the GDPR: How Open is Open?OpenAIRE
 
20200504_Data, Data Ownership and Open Science
20200504_Data, Data Ownership and Open Science20200504_Data, Data Ownership and Open Science
20200504_Data, Data Ownership and Open ScienceOpenAIRE
 
20200429_Research Data & the GDPR: How Open is Open? (updated version)
20200429_Research Data & the GDPR: How Open is Open? (updated version)20200429_Research Data & the GDPR: How Open is Open? (updated version)
20200429_Research Data & the GDPR: How Open is Open? (updated version)OpenAIRE
 
20200429_Data, Data Ownership and Open Science
20200429_Data, Data Ownership and Open Science20200429_Data, Data Ownership and Open Science
20200429_Data, Data Ownership and Open ScienceOpenAIRE
 
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing DataOpenAIRE
 
COVID-19: Activities, tools, best practice and contact points in Greece
 COVID-19: Activities, tools, best practice and contact points in Greece COVID-19: Activities, tools, best practice and contact points in Greece
COVID-19: Activities, tools, best practice and contact points in GreeceOpenAIRE
 
20200130_Mannocci_OpenAIRE_ResearchGraph
20200130_Mannocci_OpenAIRE_ResearchGraph20200130_Mannocci_OpenAIRE_ResearchGraph
20200130_Mannocci_OpenAIRE_ResearchGraphOpenAIRE
 
IPR and Exploitation
IPR and Exploitation IPR and Exploitation
IPR and Exploitation OpenAIRE
 
Eosc_OpenAIRE_onboarding_v2
Eosc_OpenAIRE_onboarding_v2Eosc_OpenAIRE_onboarding_v2
Eosc_OpenAIRE_onboarding_v2OpenAIRE
 
Open Science infrastructure in the EU
Open Science infrastructure in the EUOpen Science infrastructure in the EU
Open Science infrastructure in the EUOpenAIRE
 
OpenAIRE Open Innovation call: Next Generation Repositories
OpenAIRE Open Innovation call: Next Generation RepositoriesOpenAIRE Open Innovation call: Next Generation Repositories
OpenAIRE Open Innovation call: Next Generation RepositoriesOpenAIRE
 
Introduction to OpenAIRE services and the OpenAIRE Research Graph
Introduction to OpenAIRE services and the OpenAIRE Research GraphIntroduction to OpenAIRE services and the OpenAIRE Research Graph
Introduction to OpenAIRE services and the OpenAIRE Research GraphOpenAIRE
 
20191119_The OpenAIRE Research Graph
20191119_The OpenAIRE Research Graph 20191119_The OpenAIRE Research Graph
20191119_The OpenAIRE Research Graph OpenAIRE
 

Plus de OpenAIRE (20)

7th Content Providers Community Call
7th Content Providers Community Call7th Content Providers Community Call
7th Content Providers Community Call
 
OpenAIRE PROVIDE Dashboard for Turkish repository managers
OpenAIRE PROVIDE Dashboard for Turkish repository managersOpenAIRE PROVIDE Dashboard for Turkish repository managers
OpenAIRE PROVIDE Dashboard for Turkish repository managers
 
What will it cost to manage and share my data?
What will it cost to manage and share my data?What will it cost to manage and share my data?
What will it cost to manage and share my data?
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 3)
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 2)
 
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)
Open Research Gateway for the ELIXIR-GR Infrastructure (Part 1)
 
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200504_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
 
20200504_Research Data & the GDPR: How Open is Open?
20200504_Research Data & the GDPR: How Open is Open?20200504_Research Data & the GDPR: How Open is Open?
20200504_Research Data & the GDPR: How Open is Open?
 
20200504_Data, Data Ownership and Open Science
20200504_Data, Data Ownership and Open Science20200504_Data, Data Ownership and Open Science
20200504_Data, Data Ownership and Open Science
 
20200429_Research Data & the GDPR: How Open is Open? (updated version)
20200429_Research Data & the GDPR: How Open is Open? (updated version)20200429_Research Data & the GDPR: How Open is Open? (updated version)
20200429_Research Data & the GDPR: How Open is Open? (updated version)
 
20200429_Data, Data Ownership and Open Science
20200429_Data, Data Ownership and Open Science20200429_Data, Data Ownership and Open Science
20200429_Data, Data Ownership and Open Science
 
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
20200429_OpenAIRE Legal Policy Webinar: GDPR and Sharing Data
 
COVID-19: Activities, tools, best practice and contact points in Greece
 COVID-19: Activities, tools, best practice and contact points in Greece COVID-19: Activities, tools, best practice and contact points in Greece
COVID-19: Activities, tools, best practice and contact points in Greece
 
20200130_Mannocci_OpenAIRE_ResearchGraph
20200130_Mannocci_OpenAIRE_ResearchGraph20200130_Mannocci_OpenAIRE_ResearchGraph
20200130_Mannocci_OpenAIRE_ResearchGraph
 
IPR and Exploitation
IPR and Exploitation IPR and Exploitation
IPR and Exploitation
 
Eosc_OpenAIRE_onboarding_v2
Eosc_OpenAIRE_onboarding_v2Eosc_OpenAIRE_onboarding_v2
Eosc_OpenAIRE_onboarding_v2
 
Open Science infrastructure in the EU
Open Science infrastructure in the EUOpen Science infrastructure in the EU
Open Science infrastructure in the EU
 
OpenAIRE Open Innovation call: Next Generation Repositories
OpenAIRE Open Innovation call: Next Generation RepositoriesOpenAIRE Open Innovation call: Next Generation Repositories
OpenAIRE Open Innovation call: Next Generation Repositories
 
Introduction to OpenAIRE services and the OpenAIRE Research Graph
Introduction to OpenAIRE services and the OpenAIRE Research GraphIntroduction to OpenAIRE services and the OpenAIRE Research Graph
Introduction to OpenAIRE services and the OpenAIRE Research Graph
 
20191119_The OpenAIRE Research Graph
20191119_The OpenAIRE Research Graph 20191119_The OpenAIRE Research Graph
20191119_The OpenAIRE Research Graph
 

Dernier

CYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxSilpa
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Silpa
 
Use of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxUse of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxRenuJangid3
 
Role of AI in seed science Predictive modelling and Beyond.pptx
Role of AI in seed science  Predictive modelling and  Beyond.pptxRole of AI in seed science  Predictive modelling and  Beyond.pptx
Role of AI in seed science Predictive modelling and Beyond.pptxArvind Kumar
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY1301aanya
 
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....muralinath2
 
Human genetics..........................pptx
Human genetics..........................pptxHuman genetics..........................pptx
Human genetics..........................pptxSilpa
 
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...Scintica Instrumentation
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Silpa
 
Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfSumit Kumar yadav
 
POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.Silpa
 
Dr. E. Muralinath_ Blood indices_clinical aspects
Dr. E. Muralinath_ Blood indices_clinical  aspectsDr. E. Muralinath_ Blood indices_clinical  aspects
Dr. E. Muralinath_ Blood indices_clinical aspectsmuralinath2
 
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxClimate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxDiariAli
 
Chemistry 5th semester paper 1st Notes.pdf
Chemistry 5th semester paper 1st Notes.pdfChemistry 5th semester paper 1st Notes.pdf
Chemistry 5th semester paper 1st Notes.pdfSumit Kumar yadav
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxseri bangash
 
Thyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate ProfessorThyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate Professormuralinath2
 
LUNULARIA -features, morphology, anatomy ,reproduction etc.
LUNULARIA -features, morphology, anatomy ,reproduction etc.LUNULARIA -features, morphology, anatomy ,reproduction etc.
LUNULARIA -features, morphology, anatomy ,reproduction etc.Silpa
 
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRingsTransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRingsSérgio Sacani
 
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIACURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIADr. TATHAGAT KHOBRAGADE
 

Dernier (20)

CYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptx
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
 
Use of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxUse of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptx
 
Role of AI in seed science Predictive modelling and Beyond.pptx
Role of AI in seed science  Predictive modelling and  Beyond.pptxRole of AI in seed science  Predictive modelling and  Beyond.pptx
Role of AI in seed science Predictive modelling and Beyond.pptx
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY
 
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
 
Human genetics..........................pptx
Human genetics..........................pptxHuman genetics..........................pptx
Human genetics..........................pptx
 
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.
 
Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdf
 
Clean In Place(CIP).pptx .
Clean In Place(CIP).pptx                 .Clean In Place(CIP).pptx                 .
Clean In Place(CIP).pptx .
 
POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.
 
Dr. E. Muralinath_ Blood indices_clinical aspects
Dr. E. Muralinath_ Blood indices_clinical  aspectsDr. E. Muralinath_ Blood indices_clinical  aspects
Dr. E. Muralinath_ Blood indices_clinical aspects
 
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxClimate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
 
Chemistry 5th semester paper 1st Notes.pdf
Chemistry 5th semester paper 1st Notes.pdfChemistry 5th semester paper 1st Notes.pdf
Chemistry 5th semester paper 1st Notes.pdf
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
 
Thyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate ProfessorThyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate Professor
 
LUNULARIA -features, morphology, anatomy ,reproduction etc.
LUNULARIA -features, morphology, anatomy ,reproduction etc.LUNULARIA -features, morphology, anatomy ,reproduction etc.
LUNULARIA -features, morphology, anatomy ,reproduction etc.
 
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRingsTransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
 
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIACURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
 

2nd Content Providers Community Call

  • 1. @openaire_eu 2nd Community Call OpenAIRE content providers managers 04/12/2019
  • 2. 1) OpenAIRE provide updates 2) Usage Statistics Service - service overview and specifications - workflows and data collection 3) Questions & comments (please share your use cases, issues) AGENDA: www.openaire.eu/provide-community-calls Notes & Agenda  https://bit.ly/2rTgJwy
  • 3. Provide – recent news Newbrokerevents available inprovide dashboard (orcid…) https://provide.openaire.eu Newusagestatsgeneric trackerscript(asapython scriptforothercases) https://github.com/openaire/Gen eric-Matomo-Tracker Guidelines v4compatibility inDspace 5&6(CanadianUniv. librariesaresupportingthedevelopmentof anextensiontoDSpace5&6thatwillsupport compliancewiththeOpenAIREGuidelinesv4. www.coar-repositories.org/news- updates/collaborating-to-support-greater-visibility-and- discoverability-of-open-scholarship/ Provide Public Roadmap weneedandwantyourfeedback https://trello.com/b/JHbHKLZ4/openaire- provide-roadmap
  • 4. New broker events – ORCID, Software 4 Missing ORCID Missing Software Link Publications to Software
  • 5. UsageStatisticsService -serviceoverviewandspecifications -workflowsanddatacollection Andreas Czerniak, Bielefeld University Dimitris Pierrakos, Athena Research and Innovation Center Jochen Schirrwagen, Bielefeld University Pedro Príncipe, University of Minho
  • 7. Usage Statistics Service Features Tracking of views and downloads (PUSH)/ collecting COUNTER reports (Pull) Anonymisation of IP- addresses. Metadata de- duplication enables accumulation of views and downloads for same documents COUNTER Code of Practice compatibility. standards based usage statistics. enables comparability with statistics from other data sources. Thisiswhere youtypeintheevent
  • 8. Metadata-Index UsageStatistics-DB ● Repository ● CRIS ● eJournal ● National Statistics Node ● Publisher PULL COUNTER Report PUSH tracked event IP- Anonym. processing script processing script Architecture and Workflows for Usage Statistics
  • 9. Push Usage Statistics Tracking Workflow ▪ An institutional repository registers in OpenAIRE’s Usage Statistics Service via the Content Provider Dashboard. ▪ Server side real-time tracking: Plugins (DSpace), patches (Eprints) using Matomo’s HTTP API. ▪ Usage Activity is tracked and logged at OpenAIRE’s Analytics platform in real time. ▪ Generic Log file parser: A python script that parses repository log files and sends the usage events to OpenAIRE’s Analytics platform (not in real time).
  • 10. Push Usage Statistics Tracking Workflow ▪ An offline workflow, based on Matomo API, transfers and stores usage events, to OpenAIRE’s DBs for statistical analysis. ▪ Statistics are deployed for human (OpenAIRE’s Portal) and machine (Sushi-Lite API) consumption.
  • 11. Enable Metrics for selected Datasource 11
  • 12. Configure Metrics for selected Datasource 12 1223456
  • 13. DSpace oapiwik.cfg #------------------------# # OpenAIRE Piwik Tracker # #------------------------# #Base Tracker URL oapiwik.piwik.trackerURL = https://analytics.openaire.eu/piwik.php #Piwik siteID oapiwik.piwik.siteID = 1 #Piwik Authentication Token oapiwik.piwik.tokenAuth=123456789 #IP Address Anonymization Bytes. Values in {1,2,3} #oapiwik.piwik.ipanonymizationbytes=2 # Flag to enable/disable tracking. Default is true oapiwik.piwik.enabled = true Plugin/Patch Configuration 13 Eprints OAPiwik.pl ################## # CONFIG START # ################ # Modify the following URL to the Piwik tracker location $c->{OAPiwik}->{tracker} = "https://analytics.openaire.eu/piwik.php"; # Enter the OpenAIRE Piwik Site ID $c->{OAPiwik}->{siteID} = "1"; # Enter the piwik token_auth $c->{OAPiwik}->{token_auth} = "32846584f571be9b57488bf4088f30ea"; # Specify the number of bytes, 1,2 or 3, for IP Anonymization (empty for no IP Anonymization) $c->{OAPiwik}->{noOfBytes} = ""; # Other Config Parameters $c->{OAPiwik}->{ua} = LWP::UserAgent->new(conn_cache => LWP::ConnCache->new,); $c->{plugins}->{"Event::OAPiwik"}->{params}->{disable} = 0; 123456
  • 14. 1. Install virtualenv $ pip install virtualenv 2. Create a virtual environment for the project $ virtualenv -p /usr/bin/python2.7 matomo_tracker 3. Activate the virtual environment: $ source matomo_tracker/bin/activate 4. Download COUNTER Robots List: wget https://raw.githubusercontent.com/atmire/COUNTER- Robots/master/COUNTER_Robots_list.json 5. Download matomo_import_logs.py and matomo.yaml to activated project folder 6. Configure matomo parameters in matomo.yaml 7. Install the following packages: ○ pip install pyyaml 8. Run the importer /usr/bin/python2.7 {logs_folder} Generic Tracker Script Configuration 14
  • 15. matomo_config.yaml Matomo_Parameters: #Matomo tracker Endpoint matomo_url: "https://analytics.openaire.eu/" #Repository Base Url repository_base_url: "https://repository.com" #Matomo Repository Site ID idSite: 47 #Matomo authenticastion token #token_auth: "12345" token_auth: "12345" #matomo parameters (default values) delay_after_failure: 10 default_max_attempts: 3 default_socket_timeout: 300 ip_anonymization: false Generic Tracker Script Configuration 15 # Number of recorders. It should be set to the number of CPU cores in your server. # You can also experiment with higher values which may increase performance until a certain point recorders: 1 #OAI-PMH Configuration oaipmh_preamble: "oai:repository.com:" oaipmh_regex: "/[0-9]*" #Metadata Location (regexp supported) tracking_metadata: #- "/[0-9]*" #- "^((?!.*pdf.*).)*$" - "/handle/[0-9]*" #- "/record" #- "/publication/" #Item Location (regexp supported) tracking_download: #- "pdf" #- "/[0-9]*" - "/bitstream/handle/[0-9]*" #- "/download"
  • 16. ▪ Gathering of consolidated statistics reports from aggregation services, such as IRUS-UK, using protocols such as SUSHI-Lite. ▪ Statistics are stored to OpenAIRE’s DB for statistical analysis. ▪ Statistics are deployed via OpenAIRE’s Portal or Sushi- Lite API. Collecting (Pull) Consolidated Usage Statistics Reports
  • 17. • 61 repositories tracked with Matomo ID • 78 repositories via IRUS-UK • 10 journals via SARC-OJS Number of Platforms using Metrics Service actively 17
  • 20. User-Interface in the Content Provider Dashboard 20
  • 21. Aggregated and Combined Statistics of a Document from different Repositories 21
  • 22. Supported Report Types (COUNTER R4) 22
  • 23. Retrieve Usage Statistics via API 23 based on http://services.openaire.eu/usagestats/sushilite/ Supports COUNTER R4 compatible reports: ○ Article Reports (AR) and Book Reports (BR) using identifiers like openaire, doi, oai- record-id ○ Item Reports (IR) ○ Repository Reports (RR) using identifiers issued by OpenAIRE or OpenDOAR ○ Journal Reports (JR) using identifiers like ISSN COUNTER USAGE REPORTS RELEVANT FOR OPENAIRE Repository Platform Report – RR1 Journal Report – JR1 Item Report – IR1 Article Report – AR1 Book Report – BR1 Book Chapter Report – BR2 Research Dataset Report tbc. Research Software Usage Report tbc.
  • 24. 24 SUSHI response example (JSON) Repository Report Item Report
  • 25. • Enhance the visualization tools in the Dashboard. • Offer “snippets” to embed the Metrics statistics in the repositories. • Support CoP for Research Data. • Update to CoP Release 5. • Setting up a Usage Statistics Hub (OpenAIRE, LA Referencia, IRUS-UK, ...) Next Steps 25
  • 26. In 2020: Usage Statistics in Extended Contexts 26 Open Research Analytics Service Usage Statistics Transactio nal Data Analytics Interface ● Combining different types of data to provide insights of OA-Transformation ● a cooperation between OpenAIRE, OpenAPC and Knowledge Unlatched
  • 27. Thank you! www.openaire.eu/provide-community-calls Andreas Czerniak, Bielefeld University Dimitris Pierrakos, Athena Research and Innovation Center Jochen Schirrwagen, Bielefeld University Pedro Príncipe, University of Minho