summaryrefslogtreecommitdiffstats
path: root/XML/courses.xml
blob: 2bd1a1ec8f6be4e1f9e8f3aa74bc87440f99ffe6 (plain)
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
<courses>
<course name="Advanced Databases" code="2ID45">
	<lecturer fname="Toon" sname="Calders"/>
	<lecturer fname="Jan" sname="Paredaens">
		<affiliation>University of Antwerp</affiliation>
	</lecturer>
	<instructor fname="Toon" sname="Calders"/>

	<material>
		<compulsory>
			<book>
				<title>Databases: System Concepts</title>
				<author>A. Silberschatz</author>
				<author>H. F. Korth</author>
				<author>S. Sudarshan</author>
				<publ>McGraw-Hill</publ>
			</book>
			<paper>
				<title>LiXQuery: A  formal foundation for XQuery research</title>
				<author>J. Hidders</author>
				<author>P. Michiels</author>
				<author>J. Paredaens</author>
				<author>R. Vercammen</author>
				<journal>ACM SIGMOD Record</journal>
			</paper>
		</compulsory>
		<wikipedia>
			<a href="http://en.wikipedia.org/wiki/XML">Wikipedia page on XML</a>
		</wikipedia>
	</material>

	<room>
		A7
	</room>
	<room>
		A15
	</room>
</course>

<course name="Datamining and Knowledge Based systems" code="2II15">
	<lecturer fname="Toon" sname="Calders"/>
	<material>
		<compulsory>
			<book>
				<title>Introduction to Data Mining</title>
				<author>P.-N. Tan</author>
				<author>M. Steinbach</author>
				<author>V. Kumar</author>
				<publ>Pearson</publ>
			</book>
		</compulsory>
		<book>
			<title>Principles of Data mining</title>
			<author>D. Hand</author>
			<author>H. Mannila</author>
			<author>P. Smyth</author>
			<publ>The MIT press</publ>
		</book>
	</material>
	<room>
		A8
	</room>
</course>

<course name="Datamodeling and databases" code="2ID05">
	<lecturer fname="Paul" sname="De Bra"/>
	<instructor fname="Mykola" sname="Pechenizkiy"/>
	<material>
		<compulsory>
			<book>
				<title>Databases: System Concepts</title>
				<author>A. Silberschatz</author>
				<author>H. F. Korth</author>
				<author>S. Sudarshan</author>
				<publ>McGraw-Hill</publ>
			</book>
		</compulsory>
	</material>
	<room>
		A7
	</room>
	<room>
		Matrix 1.60
	</room>
</course>

<course name="Information retrieval" code="2ID25">
	<lecturer fname="Mykola" sname="Pechenizkiy"/>
	<material>
		<compulsory>
			<book>
				<title>Introduction to Information Retrieval</title>
				<author>C. Manning</author>
				<author>P. Raghavan</author>
				<author>H. Schuetze</author>
				<publ>Cambridge University Press</publ>
			</book>
		</compulsory>
	</material>
	<room>
		Matrix 1.50
	</room>
</course>

<course name="Logic and set theory" code="2IT05">
	<lecturer fname="S.P." sname="Luttik"/>
	<instructor fname="C.J." sname="Bloo"/>
	<instructor fname="S.M." sname="Orzan"/>
	<instructor fname="G." sname="Zwaan"/>
	<instructor fname="M.A." sname="Reniers"/>
	<material>
		<compulsory>
			<book>
				<title>Logical Reasoning: A First Course</title>
				<volume>3</volume>
				<series>Texts in Computing</series>
				<author>R. Nederpelt</author>
				<author>F. Kamareddine</author>
				<publ>King's College Publications</publ>
			</book>
			<handouts/>
		</compulsory>
	</material>
	<room>
		A5
	</room>
	<room>
		A4
	</room>
	<room>
		A9
	</room>
</course>


<course name="Hypermediastructuren en -systemen" code="2ID65">
	<lecturer fname="Paul" sname="De Bra"/>
	<material>
		<compulsory>
			<handouts/>
		</compulsory>
	</material>

	<room>
		A12
	</room>
</course>

</courses>