-
Notifications
You must be signed in to change notification settings - Fork 0
/
Events.xml
160 lines (149 loc) · 4.97 KB
/
Events.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE events [
<!ELEMENT events (event*)>
<!ELEMENT event (eventName, dates, locations, host, manager, eventDescription)>
<!ELEMENT dates (date+)>
<!ELEMENT locations (location+)>
<!ELEMENT eventName (#PCDATA)>
<!ELEMENT host (#PCDATA)>
<!ELEMENT date (#PCDATA)>
<!ELEMENT location (#PCDATA)>
<!ELEMENT manager (#PCDATA)>
<!ELEMENT eventDescription (#PCDATA)>
<!ATTLIST event eventID CDATA #REQUIRED>
]>
<events>
<event eventID="230401001">
<eventName>Historical Easter Getaway</eventName>
<dates>
<date>2023-04-01</date>
</dates>
<locations>
<location>Front Court</location>
</locations>
<host>Trinity Food Society</host>
<manager>Robin Schulz</manager>
<eventDescription>
The Historical Easter Getaway is an event focused on exploring and celebrating the cultural and historical traditions of Easter, featuring themed activities and educational presentations.
</eventDescription>
</event>
<!-- New event -->
<event eventID="20231225001">
<eventName>Boxing Day Charity</eventName>
<dates>
<date>2023-12-25</date>
</dates>
<locations>
<location>Main Hall</location>
</locations>
<host>Dublin Salvation Army</host>
<manager>Robin Schulz</manager>
<eventDescription>
The Boxing Day Charity is an event dedicated to raising funds and supporting charitable causes, featuring donations and community-driven activities.
</eventDescription>
</event>
<!-- New event -->
<event eventID="20230617001">
<eventName>Tech Weekend Saturday</eventName>
<dates>
<date>2023-06-17</date>
<date>2023-06-18</date>
</dates>
<locations>
<location>Tech Room</location>
</locations>
<host>Google Dublin</host>
<manager>Finn CLancy</manager>
<eventDescription>
Tech Weekend Saturday is an event focused on showcasing the latest in technology, featuring workshops, presentations, and hands-on activities for tech enthusiasts with first hand experience of our Virtual Tour.
</eventDescription>
</event>
<!-- New event -->
<event eventID="20230618002">
<eventName>Accessibility Day</eventName>
<dates>
<date>2023-06-18</date>
</dates>
<locations>
<location>Main Hall</location>
</locations>
<host>National Disability Authority</host>
<manager>Finn CLancy</manager>
<eventDescription>
Accessibility Day is an event aimed at raising awareness and promoting inclusivity, featuring discussions, workshops, and resources focused on accessibility for people with disabilities.
</eventDescription>
</event>
<!-- New event -->
<event eventID="20230715001">
<eventName>Van Gogh Week</eventName>
<dates>
<date>2023-07-24</date>
<date>2023-07-25</date>
<date>2023-07-26</date>
<date>2023-07-27</date>
<date>2023-07-28</date>
<date>2023-07-29</date>
<date>2023-07-30</date>
</dates>
<locations>
<location>Main Hall</location>
<location>Courtyard</location>
<location>North Gallery</location>
<location>Temporary Exhibit Room</location>
</locations>
<host>Google Dublin</host>
<manager>Robin Schulz</manager>
<eventDescription>
Van Gogh Week is an event held around his death day celebrating the life and works of Vincent van Gogh, featuring art exhibitions, discussions, and interactive experiences inspired by his iconic paintings.
</eventDescription>
</event>
<!-- New event -->
<event eventID="20231005001">
<eventName>Children's Art Workshop</eventName>
<dates>
<date>2023-10-05</date>
</dates>
<locations>
<location>Education Room</location>
<location>Courtyard</location>
</locations>
<host>Creative Kids Art Program</host>
<manager>Liam Power</manager>
<eventDescription>
Children's Art Workshop is an interactive event designed to inspire creativity in young minds, offering hands-on art activities and guided lessons to explore various artistic techniques.
</eventDescription>
</event>
<!-- New event -->
<event eventID="20230815001">
<eventName>Photography Festival</eventName>
<dates>
<date>2023-08-15</date>
<date>2023-08-16</date>
<date>2023-08-17</date>
</dates>
<locations>
<location>South Gallery</location>
<location>Photography Room</location>
</locations>
<host>International Photography Association</host>
<manager>Robin Schulz</manager>
<eventDescription>
Photography Festival is an event celebrating the art of photography, featuring exhibitions, workshops, and talks from renowned photographers, focusing on diverse styles and techniques.
</eventDescription>
</event>
<!-- New event -->
<event eventID="20230912001">
<eventName>Sponsor Gratitude Evening</eventName>
<dates>
<date>2023-09-12</date>
</dates>
<locations>
<location>Main Gallery</location>
</locations>
<host>Gallery Administration</host>
<manager>Robin Schulz</manager>
<eventDescription>
Sponsor Gratitude Evening is an event dedicated to honoring and thanking sponsors for their support, featuring speeches, recognition awards, and networking opportunities.
</eventDescription>
</event>
</events>