Difference between revisions of "Workdocumentation 2022-08-15"
Jump to navigation
Jump to search
(→Agenda) |
|||
Line 2: | Line 2: | ||
= Participants = | = Participants = | ||
= Agenda = | = Agenda = | ||
− | * | + | * CEUR-WS Volume Browser |
+ | * Queries | ||
+ | |||
= CEUR-WS Volume Browser = | = CEUR-WS Volume Browser = | ||
* http://ceur-ws-browser.bitplan.com/ | * http://ceur-ws-browser.bitplan.com/ |
Revision as of 09:05, 15 August 2022
Participants
Agenda
- CEUR-WS Volume Browser
- Queries
CEUR-WS Volume Browser
Queries
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