Difference between revisions of "ConferenceCorpus"
Jump to navigation
Jump to search
(→Event) |
(→Event) |
||
| Line 43: | Line 43: | ||
title : TEXT | title : TEXT | ||
url : TEXT | url : TEXT | ||
| + | } | ||
| + | Note top of confref_Event | ||
| + | |||
| + | 37945 instances | ||
| + | End note | ||
| + | class confref_Event << Entity >> { | ||
| + | city : TEXT | ||
| + | country : TEXT | ||
| + | endDate : TEXT | ||
| + | keywords : TEXT | ||
| + | ranks : TEXT | ||
| + | startDate : TEXT | ||
| + | submissionExtended : BOOLEAN | ||
| + | year : INTEGER | ||
| + | } | ||
| + | Note top of crossref_Event | ||
| + | |||
| + | 49280 instances | ||
| + | End note | ||
| + | class crossref_Event << Entity >> { | ||
| + | doi : TEXT | ||
| + | endDate : DATE | ||
| + | location : TEXT | ||
| + | month : INTEGER | ||
| + | name : TEXT | ||
| + | number : TEXT | ||
| + | sponsor : TEXT | ||
| + | startDate : DATE | ||
| + | theme : TEXT | ||
| + | year : INTEGER | ||
} | } | ||
Note top of dblp_Event | Note top of dblp_Event | ||
| Line 182: | Line 212: | ||
yearStr : TEXT | yearStr : TEXT | ||
} | } | ||
| − | + | Event <|-- confref_Event | |
| − | + | Event <|-- crossref_Event | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Event <|-- dblp_Event | Event <|-- dblp_Event | ||
Event <|-- wikidata_Event | Event <|-- wikidata_Event | ||
| Line 219: | Line 221: | ||
Event <|-- orcapi_Event | Event <|-- orcapi_Event | ||
Event <|-- orcwiki_Event | Event <|-- orcwiki_Event | ||
| − | |||
| − | |||
} | } | ||
Revision as of 15:24, 3 August 2021
OsProject
| OsProject | |
|---|---|
| id | ConferenceCorpus |
| state | |
| owner | WolfgangFahl |
| title | Scientific Event Corpus |
| url | https://github.com/WolfgangFahl/ConferenceCorpus |
| version | 0.0.9 |
| 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