-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathConferences.ts
More file actions
236 lines (235 loc) · 6.42 KB
/
Conferences.ts
File metadata and controls
236 lines (235 loc) · 6.42 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
export type Conference = {
startDate: Date;
endDate: Date;
title: string;
location: 'Online' | string;
link: string;
isPartner?: boolean;
type: Array<'online' | 'in-person'>;
};
export const conferences: Conference[] = [
{
title: 'World Usability Day (WUD) Estonia',
startDate: new Date('16 February 2026'),
endDate: new Date('20 February 2026'),
location: 'Tallinn, Estonia',
type: ['in-person'],
link: 'https://wud.ee/',
},
{
title: 'Growing in Content',
startDate: new Date('28 April 2026'),
endDate: new Date('30 April 2026'),
location: 'Online',
type: ['online'],
link: 'https://workingincontent.com/growing',
},
{
title: 'UX Writer Conference',
startDate: new Date('24 March 2026'),
endDate: new Date('24 March 2026'),
location: 'Online',
type: ['online'],
link: 'https://uxwriterconference.com',
},
{
title: 'DITA-OT Day',
startDate: new Date('1 Feb 2026'),
endDate: new Date('1 Feb 2026'),
location: 'Bruksela, Belgia',
type: ['in-person'],
link: 'https://www.oxygenxml.com/events/2026/dita-ot_day.html',
},
{
title: 'DITA Europe',
startDate: new Date('2 Feb 2026'),
endDate: new Date('3 Feb 2026'),
location: 'Bruksela, Belgia',
type: ['in-person'],
link: 'https://ditaeurope.infomanagementcenter.com',
},
{
title: 'UX360 virtual',
startDate: new Date('4 Feb 2026'),
endDate: new Date('5 Feb 2026'),
location: 'Online',
type: ['online'],
link: 'https://www.virtual.ux360summit.com/',
},
{
title: 'Web Summit Qatar',
startDate: new Date('1 Feb 2026'),
endDate: new Date('4 Feb 2026'),
location: 'Doha, Katar',
type: ['in-person'],
link: 'https://qatar.websummit.com',
},
{
title: 'Nordic TechKomm',
startDate: new Date('19 Mar 2026'),
endDate: new Date('20 Mar 2026'),
location: 'Sztokholm, Szwecja',
type: ['in-person'],
link: 'https://se.nordic-techkomm.com',
},
{
title: 'Women TechStyle Summit',
startDate: new Date('26 Mar 2026'),
endDate: new Date('26 Mar 2026'),
location: 'Online',
type: ['online'],
link: 'https://womentechstyle.pl/',
},
{
title: 'Information Energy',
startDate: new Date('22 April 2026'),
endDate: new Date('24 April 2026'),
location: 'Online',
type: ['online'],
link: 'https://www.informationenergy.org/',
},
{
title: 'Learning Technologies',
startDate: new Date('29 April 2026'),
endDate: new Date('30 April 2026'),
location: 'Londyn, Anglia',
type: ['in-person'],
link: 'https://www.learningtechnologies.co.uk',
},
{
title: 'Web Summit Rio',
startDate: new Date('8 June 2026'),
endDate: new Date('11 June 2026'),
location: 'Rio De Janeiro, Brazylia',
type: ['in-person'],
link: 'https://rio.websummit.com',
},
{
title: 'Write The Docs',
startDate: new Date('3 May 2026'),
endDate: new Date('5 May 2026'),
location: 'Portland, USA',
type: ['in-person'],
link: 'https://www.writethedocs.org/conf/portland/2026/',
},
{
title: 'DDX Innovation & UX Conference',
startDate: new Date('9 May 2026'),
endDate: new Date('9 May 2026'),
location: 'Monachium, Niemcy',
type: ['in-person'],
link: 'https://www.ddxconference.com/munich',
},
{
title: 'UXDX USA',
startDate: new Date('11 May 2026'),
endDate: new Date('13 May 2026'),
location: 'Nowy Jork, USA i online',
type: ['in-person', 'online'],
link: 'https://uxdx.com/usa/2026/',
},
{
title: 'UX360 Europe',
startDate: new Date('23 June 2026'),
endDate: new Date('24 June 2026'),
location: 'Berlin, Niemcy',
type: ['in-person'],
link: 'https://www.eu.ux360summit.com/',
},
{
title: 'UX LX',
startDate: new Date('12 May 2026'),
endDate: new Date('15 May 2026'),
location: 'Lizbona, Portugalia',
type: ['in-person'],
link: 'https://www.ux-lx.com',
},
{
title: 'Evolution of TC',
startDate: new Date('2 June 2026'),
endDate: new Date('3 June 2026'),
location: 'Sofia, Bułgaria',
type: ['in-person'],
link: 'https://evolution-of-tc.com',
},
{
title: 'LocWorld55',
startDate: new Date('9 June 2026'),
endDate: new Date('11 June 2026'),
location: 'Dublin, Irlandia',
type: ['in-person'],
link: 'https://locworld.com/events/locworld53-malmo-2026/',
},
{
title: 'AGILE Conference',
startDate: new Date('16 June 2026'),
endDate: new Date('19 June 2026'),
location: 'Tartu, Estonia',
type: ['in-person'],
link: 'https://agile-gi.eu/conference-2026',
},
{
title: 'UX Scotland',
startDate: new Date('10 June 2026'),
endDate: new Date('12 June 2026'),
location: 'Edynburg, Szkocja',
type: ['in-person'],
link: 'https://uxscotland.net/',
},
{
title: 'Balisage: The Markup Conference',
startDate: new Date('3 August 2026'),
endDate: new Date('7 August 2026'),
location: 'Online',
type: ['online'],
link: 'https://www.balisage.net/index.html',
},
{
title: 'World Usability Congress',
startDate: new Date('13 Oct 2026'),
endDate: new Date('15 Oct 2026'),
location: 'Graz, Austria',
type: ['in-person'],
link: 'https://worldusabilitycongress.com',
},
{
title: 'KMIS',
startDate: new Date('28 Oct 2026'),
endDate: new Date('30 Oct 2026'),
location: 'Angers, Francja',
type: ['in-person'],
link: 'https://kmis.scitevents.org',
},
{
title: 'Leading Design London',
startDate: new Date('11 Nov 2026'),
endDate: new Date('12 Nov 2026'),
location: 'Londyn, Anglia',
type: ['in-person'],
link: 'https://leadingdesign.com/conferences/london-2026',
},
{
title: 'Write The Docs Berlin',
startDate: new Date('6 September 2026'),
endDate: new Date('8 September 2026'),
location: 'Berlin, Niemcy',
type: ['in-person'],
link: 'https://www.writethedocs.org/conf/berlin/2026/',
},
{
title: 'Content Bytes Conference',
startDate: new Date('24 September 2026'),
endDate: new Date('25 September 2026'),
location: 'Kraków, Polska',
type: ['in-person'],
link: 'https://contentbytes.pl/',
},
{
title: 'MadCap Europe Day',
startDate: new Date('21 May 2026'),
endDate: new Date('21 May 2026'),
location: 'Frankfurt nad Menem, Niemcy',
type: ['in-person'],
link: 'https://www.madcapsoftware.com/company/events/madcap-europe-day/2026/',
},
];