Difference between revisions of "ConferenceCorpus"

From BITPlan Wiki
Jump to navigation Jump to search
Line 334: Line 334:
 
title
 
title
 
ConfIDent  EventSeries
 
ConfIDent  EventSeries
2021-08-09
+
2021-08-10
 
[[https://projects.tib.eu/en/confident/ © 2019-2021 ConfIDent project]]
 
[[https://projects.tib.eu/en/confident/ © 2019-2021 ConfIDent project]]
 
see also [[http://ptp.bitplan.com/settings Proceedings Title Parser]]
 
see also [[http://ptp.bitplan.com/settings Proceedings Title Parser]]
Line 453: Line 453:
 
Note top of eventseries_confref
 
Note top of eventseries_confref
 
[[http://portal.confref.org ConfRef]]
 
[[http://portal.confref.org ConfRef]]
1 instances  
+
4857 instances  
 
End note
 
End note
 
   class eventseries_confref << Entity >> {
 
   class eventseries_confref << Entity >> {
 +
  acronym : TEXT
 +
  count : INTEGER
 
   eventSeriesId : TEXT  
 
   eventSeriesId : TEXT  
 +
  maxYear : INTEGER
 +
  minYear : INTEGER
 +
  title : TEXT
 
   }
 
   }
 
Note top of eventseries_crossref
 
Note top of eventseries_crossref
Line 553: Line 558:
 
}
 
}
 
hide Circle
 
hide Circle
 +
' end of skinparams '
 
' end of skinparams '
 
' end of skinparams '
 
</uml>
 
</uml>

Revision as of 09:30, 10 August 2021

OsProject

OsProject
edit
id  ConferenceCorpus
state  
owner  WolfgangFahl
title  Scientific Event Corpus
url  https://github.com/WolfgangFahl/ConferenceCorpus
version  0.0.10
description  
date  2021-08-03
since  
until  

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

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