Difference between revisions of "ConferenceCorpus"
Jump to navigation
Jump to search
(→Event) |
|||
Line 42: | Line 42: | ||
source : TEXT | source : TEXT | ||
title : TEXT | title : TEXT | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
url : TEXT | url : TEXT | ||
− | |||
} | } | ||
Note top of dblp_Event | Note top of dblp_Event | ||
Line 72: | Line 56: | ||
publicationSeries : TEXT | publicationSeries : TEXT | ||
series : TEXT | series : TEXT | ||
− | |||
year : INTEGER | year : INTEGER | ||
} | } | ||
Line 111: | Line 94: | ||
seriesId : TEXT | seriesId : TEXT | ||
startDate : DATE | startDate : DATE | ||
− | |||
wikiCFPId : INTEGER | wikiCFPId : INTEGER | ||
year : INTEGER | year : INTEGER | ||
Line 132: | Line 114: | ||
startDate : TEXT | startDate : TEXT | ||
submittedPapers : TEXT | submittedPapers : TEXT | ||
− | |||
year : INTEGER | year : INTEGER | ||
yearStr : TEXT | yearStr : TEXT | ||
Line 156: | Line 137: | ||
startDate : TIMESTAMP | startDate : TIMESTAMP | ||
submittedPapers : INTEGER | submittedPapers : INTEGER | ||
− | |||
} | } | ||
Note top of orcapi_Event | Note top of orcapi_Event | ||
Line 176: | Line 156: | ||
startDate : TEXT | startDate : TEXT | ||
submittedPapers : TEXT | submittedPapers : TEXT | ||
− | |||
year : INTEGER | year : INTEGER | ||
yearStr : TEXT | yearStr : TEXT | ||
Line 197: | Line 176: | ||
ordinal : INTEGER | ordinal : INTEGER | ||
pageTitle : TEXT <<PK>> | pageTitle : TEXT <<PK>> | ||
− | |||
region : TEXT | region : TEXT | ||
startDate : TIMESTAMP | startDate : TIMESTAMP | ||
submittedPapers : INTEGER | submittedPapers : INTEGER | ||
− | |||
year : INTEGER | year : INTEGER | ||
yearStr : TEXT | yearStr : TEXT | ||
} | } | ||
− | + | 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 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 | ||
+ | } | ||
Event <|-- dblp_Event | Event <|-- dblp_Event | ||
Event <|-- wikidata_Event | Event <|-- wikidata_Event | ||
Line 213: | Line 219: | ||
Event <|-- orcapi_Event | Event <|-- orcapi_Event | ||
Event <|-- orcwiki_Event | Event <|-- orcwiki_Event | ||
+ | Event <|-- crossref_Event | ||
+ | Event <|-- confref_Event | ||
} | } | ||
Revision as of 15:14, 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