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 | ||
+ | year : INTEGER | ||
} | } | ||
Note top of confref_Event | Note top of confref_Event | ||
Line 56: | Line 57: | ||
startDate : TEXT | startDate : TEXT | ||
submissionExtended : BOOLEAN | submissionExtended : BOOLEAN | ||
− | |||
} | } | ||
Note top of crossref_Event | Note top of crossref_Event | ||
Line 72: | Line 72: | ||
startDate : DATE | startDate : DATE | ||
theme : TEXT | theme : TEXT | ||
− | |||
} | } | ||
Note top of dblp_Event | Note top of dblp_Event | ||
Line 86: | Line 85: | ||
publicationSeries : TEXT | publicationSeries : TEXT | ||
series : TEXT | series : TEXT | ||
− | |||
} | } | ||
Note top of wikidata_Event | Note top of wikidata_Event | ||
Line 106: | Line 104: | ||
startDate : TIMESTAMP | startDate : TIMESTAMP | ||
wikiCfpId : TEXT | wikiCfpId : TEXT | ||
− | |||
} | } | ||
Note top of wikicfp_Event | Note top of wikicfp_Event | ||
Line 125: | Line 122: | ||
startDate : DATE | startDate : DATE | ||
wikiCFPId : INTEGER | wikiCFPId : INTEGER | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Note top of orwiki_Event | Note top of orwiki_Event | ||
Line 165: | Line 140: | ||
startDate : TEXT | startDate : TEXT | ||
submittedPapers : TEXT | submittedPapers : TEXT | ||
− | |||
yearStr : TEXT | yearStr : TEXT | ||
} | } | ||
Line 188: | Line 162: | ||
startDate : TIMESTAMP | startDate : TIMESTAMP | ||
submittedPapers : INTEGER | submittedPapers : INTEGER | ||
− | |||
yearStr : TEXT | yearStr : TEXT | ||
} | } | ||
Line 209: | Line 182: | ||
startDate : TEXT | startDate : TEXT | ||
submittedPapers : TEXT | submittedPapers : TEXT | ||
− | + | yearStr : TEXT | |
+ | } | ||
+ | Note top of orapi_Event | ||
+ | [[https://www.openresearch.org/wiki/Main_Page OPENRESEARCH-api]] | ||
+ | 9454 instances | ||
+ | End note | ||
+ | class orapi_Event << Entity >> { | ||
+ | acceptedPapers : INTEGER | ||
+ | city : TEXT | ||
+ | country : TEXT | ||
+ | creationDate : TIMESTAMP | ||
+ | endDate : TIMESTAMP | ||
+ | eventType : TEXT | ||
+ | homepage : TEXT | ||
+ | inEventSeries : TEXT | ||
+ | lastEditor : TEXT | ||
+ | modificationDate : TIMESTAMP | ||
+ | ordinal : INTEGER | ||
+ | pageTitle : TEXT <<PK>> | ||
+ | region : TEXT | ||
+ | startDate : TIMESTAMP | ||
+ | submittedPapers : INTEGER | ||
yearStr : TEXT | yearStr : TEXT | ||
} | } | ||
Line 217: | Line 211: | ||
Event <|-- wikidata_Event | Event <|-- wikidata_Event | ||
Event <|-- wikicfp_Event | Event <|-- wikicfp_Event | ||
− | |||
Event <|-- orwiki_Event | Event <|-- orwiki_Event | ||
Event <|-- orcapi_Event | Event <|-- orcapi_Event | ||
Event <|-- orcwiki_Event | Event <|-- orcwiki_Event | ||
+ | Event <|-- orapi_Event | ||
} | } | ||
Revision as of 17:54, 3 August 2021
OsProject
OsProject | |
---|---|
edit | |
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