Changes for page People in ErUM-Data
Last modified by Benjamin Fischer on 2025/03/26 13:22
From version 31.4
edited by Benjamin Fischer
on 2024/10/31 15:44
on 2024/10/31 15:44
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. fischer1 +XWiki.admin - Content
-
... ... @@ -21,7 +21,7 @@ 21 21 'rowCount': 15, 22 22 'maxPages': 10, 23 23 'selectedColumn': 'doc.date', 24 - 'defaultOrder': ' desc'24 + 'defaultOrder': 'asc' 25 25 }) 26 26 #set ($columns = ['affiliation', 'URL', "content", "tags", "tags", "tags", "doc.date", '_actions']) 27 27 #livetable('research_groups' $columns $columnsProperties $options)
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -1,7 +1,7 @@ 1 1 const tabName = "research_groups"; 2 2 const tagCols = [ 3 3 ["Community", "KAT", "KET", "KfB", "KFN", "KFS", "KFSI", "KHuK", "RDS", "beyond ErUM"], 4 - ["Experiment", "CMS", "ATLAS", "Belle2", "CTA", " PierreAugerObservatory", "SKA", "IceCube", "KATRIN", "KASCADE", "GREGOR", "LOFAR", "LHCb", "LHC", "PETRA III", "PETRA IV", "PANDA", "Gaia", "Euclid", "BESSY II", "ANTARES", "H.E.S.S.", "KM3NeT", "FLASH"],4 + ["Experiment", "CMS", "ATLAS", "Belle2", "CTA", "Auger", "SKA", "IceCube"], 5 5 ["Tags", true], 6 6 ] 7 7