-
Notifications
You must be signed in to change notification settings - Fork 6
/
shortlinks.json
78 lines (76 loc) · 2.4 KB
/
shortlinks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"default": {
"short": "",
"long": "http://wiss.iuk.hdm-stuttgart.de/2018/bad-url/",
"description": "This URL is used if no other entry matches.",
"date": "2018-08-31"
},
"root": {
"short": "/",
"long": "http://wiss.iuk.hdm-stuttgart.de/",
"description": "This URL is used for webroot.",
"date": "2018-08-31"
},
"entries": [
{
"short": "wissbot",
"long": "http://wiss.iuk.hdm-stuttgart.de/2018/wissbot/",
"description": "WISSbot project.",
"date": "2018-08-31"
},
{
"short": "ccmm",
"long": "https://www.hdm-stuttgart.de/hochschule/forschung/forschungsschwerpunkte/metadatenmanagement",
"description": "Competence Center for Metadata Management",
"date": "2018-10-10"
},
{
"short": "markup18",
"long": "https://www.dropbox.com/s/h3run6uocmqwqgt/WISS%20%40%20Markupforum.pdf?dl=0",
"description": "Presentation at Markup Forum 2018",
"date": "2018-11-16"
},
{
"short": "keys",
"long": "https://gist.githubusercontent.com/kaiec/c75437637eb23946023a9c858ff447a8/raw/keyboard.sh?nocache",
"description": "Adjust keyboard layout to whatever Kai thinks is a good idea...",
"date": "2019-01-27"
},
{
"short": "winkeys",
"long": "https://github.com/kaiec/keyboard-layout/raw/master/windows/kai-keys.exe?nocache",
"description": "Adjust keyboard layout to whatever Kai thinks is a good idea...",
"date": "2019-02-02"
},
{
"short": "rabbit68",
"long": "https://github.com/kaiec/rabbit68",
"description": "Custom Keyboard",
"date": "2019-02-22"
},
{
"short": "openki2019",
"long": "https://docs.google.com/presentation/d/1-2NbiOPpHiPty6XVo6oM29Z3tFsZz1Mlr9rqLGpm7BY/edit?usp=sharing",
"description": "Slides for Open KI Workshop in Mannheim",
"date": "2019-05-14"
},
{
"short": "zoom",
"long": "https://zoom.us/j/2713369121",
"description": "Kai's Zoom Link",
"date": "2019-08-04"
},
{
"short": "jvmg001",
"long": "https://jvmg.iuk.hdm-stuttgart.de/2020/09/30/tiny-use-case-2-can-we-test-one-of-the-points-from-hiroki-azumas-otaku-japans-database-animals-with-the-jvmg-database-part-3-regression-analysis/",
"description": "Interesting article for demonstration",
"date": "2020-11-24"
},
{
"short": "japan22",
"long": "https://docs.google.com/presentation/d/1oGENU4C5UlW6Spt3bu2tjBi4xBFdPS1rwla17Vt1cmY/edit#slide=id.g1725327572a_2_0",
"description": "Intro slides for meeting in Tokyo, 2022-10-24",
"date": "2022-10-24"
}
]
}