Difference between revisions of "Workdocumentation 2022-08-15"

From BITPlan ceur-ws Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{PageSequence|prev=Workdocumentation 2022-08-13|next=|category=Workdocumentation}}
+
{{PageSequence|prev=Workdocumentation 2022-08-13|next=Workdocumentation 2022-08-16|category=Workdocumentation}}
 
= Participants =
 
= Participants =
 +
* Tim
 +
* Wolfgang
 
= Agenda =
 
= Agenda =
* Queriews
+
* CEUR-WS Volume Browser
 +
* Structure
 +
* Parser
 +
* Queries
 +
 
 
= CEUR-WS Volume Browser =
 
= CEUR-WS Volume Browser =
 
* http://ceur-ws-browser.bitplan.com/
 
* http://ceur-ws-browser.bitplan.com/
 +
= Structure =
 +
<uml>
 +
hide circle
 +
note top of ceurws
 +
https://github.com/ceurws/ceur-make-ui
 +
https://github.com/ceurws/ceur-make
 +
https://github.com/ceurws/ceur-make/blob/master/workshop.xml
 +
https://github.com/ceurws/ceur-make/blob/master/toc.xml
 +
end note
 +
package ceurws {
 +
  class Paper {
 +
    title
 +
    pdf
 +
    frompage
 +
    topage
 +
   
 +
  }
 +
  class Author {
 +
  name
 +
  }
 +
note top of Series
 +
see also links are generated for Series
 +
end note
 +
  class Series {
 +
    acronym
 +
  }
 +
note top of Volume
 +
Volumes are indexed in dblp and k10plus and partly wikidata
 +
end note
 +
  class Volume {
 +
    number
 +
    homepage
 +
    lang
 +
    location
 +
    country
 +
    city
 +
    ordinal
 +
    date
 +
    pubyear
 +
    publish()
 +
    preView()
 +
    openTicket()
 +
    createIndexHtml()
 +
    importZipFromEasyChair(zipfile)
 +
    createBibTexFile()
 +
  }
 +
note top of Conference
 +
a Conference is a parent Event of a Workshop
 +
end note
 +
  class Conference {
 +
      acronym
 +
      full
 +
      homepage
 +
  }
 +
note top of Event
 +
eventType can be Workshop or Conference
 +
end note
 +
  class Event {
 +
    id
 +
    eventType
 +
    acronym
 +
    volume
 +
    full
 +
  }
 +
note top of Session
 +
sessions are optional
 +
end note
 +
  class Session {
 +
    title
 +
  }
 +
  class Editor {
 +
    name
 +
    affiliation
 +
    country
 +
  }
 +
  Series "1" - "n" Volume
 +
  Volume "1" - "1" Event
 +
  Volume "1" - "0..1" Conference
 +
  Volume "1" - "n" Session
 +
  Volume "1" - "n" Editor
 +
  Session "1" - "n" Paper
 +
  Paper "1" - "n" Author
 +
}
 +
</uml>
 +
 +
= Parser =
 +
* [[Semantic Publishing Challenge -- Assessing the Quality of Scientific Output]]
 +
* {{Link|target=Maxim Kolchin}}
  
 
= Queries =
 
= Queries =
 +
== Colocation ==
 +
<source lang='bash'>
 +
SELECT count(colocated)
 +
FROM "volumes"
 +
where colocated is not null
 +
</source>
 +
1326
 +
 
== Top Submitters ==
 
== Top Submitters ==
 
sqlquery -en ceurws -qp ceurws.yaml -qn SubmittedByGt6 -f mediawiki
 
sqlquery -en ceurws -qp ceurws.yaml -qn SubmittedByGt6 -f mediawiki

Latest revision as of 12:02, 16 August 2022

Participants

  • Tim
  • Wolfgang

Agenda

  • CEUR-WS Volume Browser
  • Structure
  • Parser
  • Queries

CEUR-WS Volume Browser

Structure

Parser

Queries

Colocation

SELECT count(colocated)
FROM "volumes"
where colocated is not null

1326

Top Submitters

sqlquery -en ceurws -qp ceurws.yaml -qn SubmittedByGt6 -f mediawiki

SubmittedByGt6ForWiki

query

SELECT count(*) as count,"{{Link|target="||submittedBy||"}}"
FROM "volumes"
GROUP BY submittedBY
HAVING COUNT(*) > 6
ORDER BY 1 DESC


result

count Link
26 Nicola Ferro
18 Pavel Shvaiko
15 Philipp Mayr
13 Denis Kudryashov
13 Christoph Lange
10 Sarven Capadisli
10 Pasquale Lops
9 Ruben Verborgh
9 Grzegorz J. Nalepa
9 Christian Napoli
8 Xavier Franch
8 Serhiy O. Semerikov
8 Ralf Klamma
8 Oliver Kutz
8 Horst Lichter
8 Frans Van Assche
8 Dmitry Ustalov
8 Dmitry Ignatov
8 Birgit Penzenstadler
8 Antonio Lieto
8 Adrian Giurca
7 Zoran Budimac
7 Vitaliy Yakovyna
7 Thomas Daniel Ullmann
7 Tarek R. Besold
7 Solomiia Fedushko
7 Sören Auer
7 Paul Johannesson
7 Parth Mehta
7 Max L. Wilson
7 Manuel Wimmer
7 Kostas Stefanidis
7 Kathryn Blackmond Laskey
7 Giuseppe Vizzari
7 Filippo Palumbo
7 Dmitry S. Kulyabov
7 Dietmar Jannach