Changes for page Nice Display

Last modified by Benjamin Fischer on 2025/03/26 13:19

From version 41.1
edited by Angela Warkentin
on 2025/01/14 08:40
Change comment: There is no comment for this version
To version 41.5
edited by Benjamin Fischer
on 2025/03/24 12:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -People in ErUM-Data
1 +Industry meets ErUM-Data
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Angela_Warkentin
1 +XWiki.fischer
Content
... ... @@ -22,6 +22,7 @@
22 22  #set ($options = {
23 23   'className': 'Research Groups.Code.Research GroupsClass',
24 24   'translationPrefix': 'research groups.livetable.',
25 + 'extraParams': '&location=Industry%20meets%20ErUM-Data',
25 25   'tagCloud': true,
26 26   'rowCount': 25,
27 27   'maxPages': 10,
... ... @@ -28,6 +28,6 @@
28 28   'selectedColumn': 'doc.date',
29 29   'defaultOrder': 'desc'
30 30  })
31 -#set ($columns = ['affiliation', 'URL', "content", "tags", "tags", "tags", "doc.date", '_actions'])
32 +#set ($columns = ['affiliation', 'URL', "content", "tags", "doc.date", '_actions'])
32 32  #livetable('research_groups' $columns $columnsProperties $options)
33 33  {{/velocity}}
XWiki.JavaScriptExtension[0]
Code
... ... @@ -1,7 +1,5 @@
1 1  const tabName = "research_groups";
2 2  const tagCols = [
3 - ["Community", "KAT", "KET", "KfB", "KFN", "KFS", "KFSI", "KHuK", "RDS", "beyond ErUM"],
4 - ["Experiment", "CMS", "ATLAS", "Belle2", "CTA", "Pierre Auger Observatory", "SKA", "IceCube", "KATRIN", "KASCADE", "GREGOR", "STELLA", "LOFAR", "LHCb", "LHC", "PETRA III", "PETRA IV", "PANDA", "Gaia", "Euclid", "BESSY II", "ANTARES", "H.E.S.S.", "KM3NeT", "FLASH", "Einstein Telescope"],
5 5   ["Tags", true],
6 6  ]
7 7