Wiki source code of Jobs in ErUM-Data
Version 2.1 by Angela Warkentin on 2025/05/27 15:34
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | ==== **About this list: ** ==== | ||
2 | |||
3 | ===== This is list of links to various job offers within the ErUM-Data community. Here you can find jobs in ErUM-Data and add job postings. ===== | ||
4 | |||
5 | |||
6 | ==== **Who can post? ** ==== | ||
7 | |||
8 | ===== Anyone who has an account is invited to add jobs in the context of ErUM-Data projects. ===== | ||
9 | |||
10 | The posts are aimed at both the ErUM Data community and external users. | ||
11 | |||
12 | |||
13 | ==== **How? ** ==== | ||
14 | |||
15 | ===== The list contains **links to the original job advertisements**. In order to make the list usable, we ask you to add ===== | ||
16 | |||
17 | * ((( | ||
18 | ===== until when the job is advertised, ===== | ||
19 | ))) | ||
20 | * ((( | ||
21 | ===== where the job is advertised ===== | ||
22 | ))) | ||
23 | * ((( | ||
24 | ===== and meaningful keywords. ===== | ||
25 | ))) | ||
26 | |||
27 | ===== ===== | ||
28 | |||
29 | ===== If you have any questions or suggestions about the list, please write to angela.warkentin@erumdatahub.de ===== | ||
30 | |||
31 | {{velocity}} | ||
32 | #set ($columnsProperties = { | ||
33 | 'doc.title': {"html": true, "displayName": "Title"}, | ||
34 | 'link': {"type": "hidden"}, | ||
35 | "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"}, | ||
36 | 'valid': {"html": true}, | ||
37 | "doc.date": {"displayName": "Last Updated"}, | ||
38 | "_actions": {"actions": ["view", "edit"]} | ||
39 | }) | ||
40 | #set ($options = { | ||
41 | 'className': 'Job Offers.Code.Job OffersClass', | ||
42 | 'translationPrefix': 'job offers.livetable.', | ||
43 | 'tagCloud': true, | ||
44 | 'rowCount': 25, | ||
45 | 'maxPages': 10, | ||
46 | "extraParams" : "tags_className=XWiki.TagClass", | ||
47 | 'selectedColumn': 'doc.date', | ||
48 | 'defaultOrder': 'desc' | ||
49 | }) | ||
50 | #set ($columns = ['doc.title', 'link', 'location', 'tags', 'valid', 'doc.date']) | ||
51 | #if (!$isGuest) | ||
52 | #set($discard = $columns.add("_actions")) | ||
53 | #end | ||
54 | #livetable('jobs' $columns $columnsProperties $options) | ||
55 | {{/velocity}} |