]> matita.cs.unibo.it Git - helm.git/blob - helm/mowgli/home/xml/other-events.xml
* Notion of future and past events/deadlines introduced.
[helm.git] / helm / mowgli / home / xml / other-events.xml
1 <?xml version="1.0"?>
2
3 <!DOCTYPE events [
4  <!ELEMENT events (event*)>
5  <!ELEMENT event (name,url,description?,where?,when,deadline*)>
6  <!ELEMENT name (#PCDATA)>
7  <!ELEMENT url (#PCDATA)>
8  <!ELEMENT description (#PCDATA)>
9  <!ELEMENT where (#PCDATA)>
10  <!ELEMENT when (begin,end)>
11  <!ELEMENT begin (#PCDATA)>
12  <!ELEMENT end (#PCDATA)>
13  <!ELEMENT deadline (description,date)>
14  <!ATTLIST deadline
15            kind (submission|notification|registration|camera-ready) #REQUIRED>
16  <!ELEMENT date (#PCDATA)>
17 ]>
18
19 <events>
20  <event>
21   <name>MKM 2001</name>
22   <where>RISC, A-4232 Schloss Hagenberg</where>
23   <when>
24    <begin>20010924</begin>
25    <end>20010926</end>
26   </when>
27   <url>http://www.risc.uni-linz.ac.at/institute/conferences/MKM2001</url>
28   <description>First International Workshop on Mathematical Knowledge
29    Management. Special Issue for Annals of Mathematics and Artificial
30    Intelligence to appear in Fall 2002</description>
31   <deadline kind="notification">
32    <description>Notification of acceptance for the special issue on
33      Annals of Mathematics and Artificial Intelligence.</description>
34    <date>20020228</date>
35   </deadline>
36   <deadline kind="camera-ready">
37    <description>Final version of papers for the special issue.</description>
38    <date>20020531</date>
39   </deadline>
40  </event>
41
42  <event>
43   <name>International Congress of Mathematical Software 2002</name>
44   <url>http://www.mathsoftware.org</url>
45   <description>Satellite conference of ICM</description>
46   <where>Beijing</where>
47   <when>
48    <begin>20020817</begin>
49    <end>20020819</end>
50   </when>
51  </event>
52
53  <event>
54   <name>MathML 2002</name>
55   <url>http://www.mathmlconference.org</url>
56   <where>Chicago</where>
57   <when>
58    <begin>20020628</begin>
59    <end>20020630</end>
60   </when>
61   <deadline kind="submission">
62    <description>Abstracts for papers and panel proposals due</description>
63    <date>20020218</date>
64   </deadline>
65   <deadline kind="notification">
66    <description>Notification of acceptance for papers and panels</description>
67    <date>20020311</date>
68   </deadline>
69   <deadline kind="submission">
70    <description>Poster abstracts and demo proposals due</description>
71    <date>20020315</date>
72   </deadline>
73   <deadline kind="notification">
74    <description>Notification of acceptance for posters and demos</description>
75    <date>20020329</date>
76   </deadline>
77   <deadline kind="registration">
78    <description>Last day for early registration</description>
79    <date>20020517</date>
80   </deadline>
81   <deadline kind="camera-ready">
82    <description>Deadline for full papers for JSC special issue</description>
83    <date>20020626</date>
84   </deadline>
85  </event>
86
87  <event>
88   <name>6th International Conference on Electronic Publishing (ELPUB 2002)</name>
89   <url>http://www.tu-chemnitz.de/elpub02/</url>
90   <where>Karlovy Vary, Czech Republic</where>
91   <when>
92    <begin>20021106</begin>
93    <end>20021109</end>
94   </when>
95   <deadline kind="submission">
96    <description>Abstracts due</description>
97    <date>20020215</date>
98   </deadline>
99   <deadline kind="submission">
100    <description>Full papers due</description>
101    <date>20020228</date>
102   </deadline>
103  </event>
104
105  <event>
106   <name>TPHOLS 2002</name>
107   <url>http://shemesh.larc.nasa.gov/tphols2002</url>
108   <where>Hampton (Virginia)</where>
109   <when>
110    <begin>20020820</begin>
111    <end>20020823</end>
112   </when>
113   <deadline kind="submission">
114    <description>Category A papers due</description>
115    <date>20020222</date>
116   </deadline>
117   <deadline kind="notification">
118    <description>Category A notification of acceptance</description>
119    <date>20020422</date>
120   </deadline>
121   <deadline kind="submission">
122    <description>Category B papers due</description>
123    <date>20020517</date>
124   </deadline>
125   <deadline kind="submission">
126    <description>Category A camera-ready copy due</description>
127    <date>20020524</date>
128   </deadline>
129   <deadline kind="notification">
130    <description>Category B notification of acceptance</description>
131    <date>20020617</date>
132   </deadline>
133   <deadline kind="camera-ready">
134    <description>Category B camera-ready copy due</description>
135    <date>20020705</date>
136   </deadline>
137  </event>
138  <event>
139   <name>WWW-2002: Semantic Web Workshop</name>
140   <url>http://semanticweb2002.aifb.uni-karlsruhe.de</url>
141   <description>Workshop associato a WWW2002</description>
142   <where>Hawaii</where>
143   <when>
144    <begin>20020507</begin>
145    <end>20020507</end>
146   </when>
147   <deadline kind="submission">
148    <description>Paper submission</description>
149    <date>20020301</date>
150   </deadline>
151   <deadline kind="notification">
152    <description>Notification of acceptance</description>
153    <date>20020401</date>
154   </deadline>
155   <deadline kind="camera-ready">
156    <description>Deadline for final contributions</description>
157    <date>20020415</date>
158   </deadline>
159  </event>
160  <event>
161   <name>Extreme 2002</name>
162   <url>http://www.extrememarkup.com</url>
163   <where>Montreal Canada</where>
164   <when>
165    <begin>20020806</begin>
166    <end>20020809</end>
167   </when>
168   <deadline kind="submission">
169    <description>Paper Submission</description>
170    <date>20020403</date>
171   </deadline>
172   <deadline kind="notification">
173    <description>Speakers Notified</description>
174    <date>20020513</date>
175   </deadline>
176   <deadline kind="camera-ready">
177    <description>Revised Papers Due</description>
178    <date>20020611</date>
179   </deadline>
180  </event>
181  <event>
182   <name>35 Years of Automath</name>
183   <url>http://www.cee.hw.ac.uk/~fairouz/automath2002/</url>
184   <where>Edinburgh</where>
185   <when>
186    <begin>20020410</begin>
187    <end>20020413</end>
188   </when>
189   <deadline kind="submission">
190    <description>Submission deadline of papers in special issue of an international journal.</description>
191    <date>20020510</date>
192   </deadline>
193   <deadline kind="submission">
194    <description>Submission deadline of special edited book celebrating de Bruijn's 85th anniversary.</description>
195    <date>20020710</date>
196   </deadline>
197  </event>
198
199  <event>
200   <name>Second International Conference on Mathematical Knowledge Management (MKM 2003)</name>
201   <url>http://www.cs.unibo.it/MKM03</url>
202   <where>Bertinoro (IT)</where>
203   <when>
204    <begin>20030216</begin>
205    <end>20030218</end>
206   </when>
207   <deadline kind="submission">
208    <description>Papers due</description>
209    <date>20020901</date>
210   </deadline>
211   <deadline kind="notification">
212    <description>Notification</description>
213    <date>20021101</date>
214   </deadline>
215   <deadline kind="camera-ready">
216    <description>Camera-ready due</description>
217    <date>20021122</date>
218   </deadline>
219  </event>
220 </events>