Difference between revisions of "Workdocumentation 2022-08-15"
Jump to navigation
Jump to search
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 = | ||
* CEUR-WS Volume Browser | * CEUR-WS Volume Browser |
Latest revision as of 11: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