Difference between revisions of "ConferenceCorpus"
Jump to navigation
Jump to search
(→Usage) |
|||
Line 31: | Line 31: | ||
=== Examples === | === Examples === | ||
* https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=json | * https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=json | ||
+ | * https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=html | ||
* https://conferencecorpus.bitplan.com/eventseries/ISWC?format=json | * https://conferencecorpus.bitplan.com/eventseries/ISWC?format=json | ||
+ | * https://conferencecorpus.bitplan.com/eventseries/ISWC?format=html | ||
== Command Line == | == Command Line == |
Revision as of 11:59, 11 January 2022
OsProject
OsProject | |
---|---|
edit | |
id | ConferenceCorpus |
state | active |
owner | WolfgangFahl |
title | Scientific Event Corpus |
url | https://github.com/WolfgangFahl/ConferenceCorpus |
version | 0.0.10 |
description | |
date | 2021-08-03 |
since | 2021-07-26 |
until |
Freitext
Installation
via pip
pip install ConferenceCorpus
# alternatively if your pip is not a python3 pip
pip3 install ConferenceCorpus
upgrade
pip install ConferenceCorpus -U
# alternatively if your pip is not a python3 pip
pip3 install ConferenceCorpus -U
Usage
RESTFul API
Examples
- https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=json
- https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=html
- https://conferencecorpus.bitplan.com/eventseries/ISWC?format=json
- https://conferencecorpus.bitplan.com/eventseries/ISWC?format=html
Command Line
aelookup -h
usage: aelookup [-h] [-d] [-e ENDPOINT] [-v] [-u] [-f]
[--datasources DATASOURCES]
Scientific Event Corpus and Lookup
Created by Wolfgang Fahl on 2020-06-22.
Copyright 2020-2021 Wolfgang Fahl. All rights reserved.
Licensed under the Apache License 2.0
http://www.apache.org/licenses/LICENSE-2.0
Distributed on an "AS IS" basis without warranties
or conditions of any kind, either express or implied.
USAGE
optional arguments:
-h, --help show this help message and exit
-d, --debug show debug info
-e ENDPOINT, --endpoint ENDPOINT
SPARQL endpoint to use for wikidata queries
-v, --version show program's version number and exit
-u, --uml output plantuml diagram markup
-f, --force force Update - may take quite a time
--datasources DATASOURCES
, delimited list of datasource lookup ids
Overview
Datasources
You might want to open the diagrams in a new tab to be able to click the links depicted.
Event
EventSeries
Issues
Issue 20 - Work around upstream Nominatim OSM Pythontools issue Issue 17 - include ACM digital library as a source Issue 12 - Relevant FTX fields Issue 11 - Locality fixes Issue 10 - OpenResearch export option Issue 9 - offline access to EventCorpus.db Issue 5 - dblp xml parser skips some proceedings titles Issue 1 - There should be a common set of attributes for Event and EventSeries from different datasources