ConferenceCorpus: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
Line 335: Line 335:
=== EventSeries ===
=== EventSeries ===
<uml format='svg'>
<uml format='svg'>
title
ConfIDent  EventSeries
ConfIDent  EventSeries
2021-08-10
2021-08-21
[[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 346: Line 345:
   source : TEXT  
   source : TEXT  
   }
   }
Note top of eventseries_orbackup
Note top of eventseries_dblp
[[https://www.openresearch.org/mediawiki/ OPENRESEARCH (or-backup)]]
[[https://dblp.org/ dblp computer science bibliography]]
1028 instances  
5256 instances  
End note
End note
   class eventseries_orbackup << Entity >> {
   class eventseries_dblp << Entity >> {
   acronym : TEXT  
   acronym : TEXT  
   core2018Rank : TEXT
   count : INTEGER
  dblpSeries : TEXT
   eventSeriesId : TEXT  
  homepage : TEXT
   maxYear : TEXT  
  logo : TEXT
   minYear : TEXT  
  pageTitle : TEXT <<PK>>
  period : TEXT
   title : TEXT  
   unit : TEXT  
   wikidataId : TEXT  
   }
   }
Note top of eventseries_or
Note top of eventseries_orclone
[[https://www.openresearch.org/mediawiki/ OPENRESEARCH (or-api)]]
[[https://confident.dbis.rwth-aachen.de/or OPENRESEARCH (orclone-api)]]
1058 instances  
1083 instances  
End note
End note
   class eventseries_or << Entity >> {
   class eventseries_orclone << Entity >> {
   acronym : TEXT  
   acronym : TEXT  
   core2018Rank : TEXT  
   core2018Rank : TEXT  
Line 375: Line 369:
   modificationDate : TIMESTAMP  
   modificationDate : TIMESTAMP  
   pageTitle : TEXT <<PK>>
   pageTitle : TEXT <<PK>>
  period : INTEGER
   title : TEXT  
   title : TEXT  
  unit : TEXT
  wikiCfpSeries : TEXT
   wikidataId : TEXT  
   wikidataId : TEXT  
   }
   }
Line 390: Line 387:
   pageTitle : TEXT <<PK>>
   pageTitle : TEXT <<PK>>
   period : TEXT  
   period : TEXT  
  title : TEXT
  unit : TEXT
  wikiCfpSeries : TEXT
  wikidataId : TEXT
  }
Note top of eventseries_orclone
[[https://confident.dbis.rwth-aachen.de/or OPENRESEARCH (orclone-api)]]
1083 instances
End note
  class eventseries_orclone << Entity >> {
  acronym : TEXT
  core2018Rank : TEXT
  creationDate : TIMESTAMP
  dblpSeries : TEXT
  homepage : TEXT
  lastEditor : TEXT
  modificationDate : TIMESTAMP
  pageTitle : TEXT <<PK>>
  period : INTEGER
   title : TEXT  
   title : TEXT  
   unit : TEXT  
   unit : TEXT  
Line 416: Line 394:
Note top of eventseries_wikicfp
Note top of eventseries_wikicfp
[[http://www.wikicfp.com WikiCFP]]
[[http://www.wikicfp.com WikiCFP]]
5000 instances  
6019 instances  
End note
End note
   class eventseries_wikicfp << Entity >> {
   class eventseries_wikicfp << Entity >> {
Line 427: Line 405:
   wikiCfpId : INTEGER  
   wikiCfpId : INTEGER  
   }
   }
Note top of eventseries_dblp
Note top of eventseries_confref
[[https://dblp.org/ dblp computer science bibliography]]
[[http://portal.confref.org ConfRef]]
5256 instances  
4857 instances  
End note
End note
   class eventseries_dblp << Entity >> {
   class eventseries_confref << Entity >> {
   acronym : TEXT  
   acronym : TEXT  
   count : INTEGER  
   count : INTEGER  
   eventSeriesId : TEXT  
   eventSeriesId : TEXT  
   maxYear : TEXT
   maxYear : INTEGER
   minYear : TEXT  
   minYear : INTEGER
  title : TEXT  
   }
   }
Note top of eventseries_wikidata
Note top of eventseries_wikidata
Line 452: Line 431:
   acronym : TEXT  
   acronym : TEXT  
   eventSeriesId : TEXT  
   eventSeriesId : TEXT  
  homepage : TEXT
   title : TEXT  
   title : TEXT  
  }
   url : TEXT  
Note top of eventseries_confref
[[http://portal.confref.org ConfRef]]
4857 instances
End note
  class eventseries_confref << Entity >> {
   acronym : TEXT
  count : INTEGER
  eventSeriesId : TEXT
  maxYear : INTEGER
  minYear : INTEGER
  title : TEXT  
   }
   }
Note top of eventseries_crossref
Note top of eventseries_crossref
Line 473: Line 442:
   eventSeriesId : TEXT  
   eventSeriesId : TEXT  
   }
   }
   EventSeries <|-- eventseries_orbackup
Note top of eventseries_or
   EventSeries <|-- eventseries_or
[[https://www.openresearch.org/mediawiki/ OPENRESEARCH (or-api)]]
1058 instances
End note
  class eventseries_or << Entity >> {
  acronym : TEXT
  core2018Rank : TEXT
  creationDate : TIMESTAMP
  dblpSeries : TEXT
  homepage : TEXT
  lastEditor : TEXT
  modificationDate : TIMESTAMP
  pageTitle : TEXT <<PK>>
  title : TEXT
  wikidataId : TEXT
  }
Note top of eventseries_orbackup
[[https://www.openresearch.org/mediawiki/ OPENRESEARCH (or-backup)]]
1028 instances
End note
  class eventseries_orbackup << Entity >> {
  acronym : TEXT
  core2018Rank : TEXT
  dblpSeries : TEXT
  homepage : TEXT
  logo : TEXT
  pageTitle : TEXT <<PK>>
  period : TEXT
  title : TEXT
  unit : TEXT
  wikidataId : TEXT
  }
   EventSeries <|-- eventseries_dblp
   EventSeries <|-- eventseries_orclone
   EventSeries <|-- eventseries_orclonebackup
   EventSeries <|-- eventseries_orclonebackup
  EventSeries <|-- eventseries_orclone
   EventSeries <|-- eventseries_wikicfp
   EventSeries <|-- eventseries_wikicfp
   EventSeries <|-- eventseries_dblp
   EventSeries <|-- eventseries_confref
   EventSeries <|-- eventseries_wikidata
   EventSeries <|-- eventseries_wikidata
  EventSeries <|-- eventseries_confref
   EventSeries <|-- eventseries_crossref
   EventSeries <|-- eventseries_crossref
  EventSeries <|-- eventseries_or
  EventSeries <|-- eventseries_orbackup
}
}


Line 561: Line 562:
}
}
hide Circle
hide Circle
' end of skinparams '
' end of skinparams '
' end of skinparams '
</uml>
</uml>

Revision as of 20:24, 21 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