-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeeting.html
106 lines (78 loc) · 3.43 KB
/
meeting.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>Meetings - Jan van Gemert</title>
<meta name="description" content="Meetings - Jan van Gemert." />
<link rel="stylesheet" type="text/css" media="all" title="main" href="style.css" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body class="page">
<center>
<table class="pagetable">
<tr>
<td class="leftcol" align="center">
</td>
<td class="header" align="center">
Jan van Gemert
</td>
</tr>
<tr>
<td class="navigation">
<a href="index.html">Contact</a><br/>
<a href="pub/index.html">Publications</a><br/>
<a href="links.html">Research guidelines</a><br/>
<a href="meeting.html">Research meetings</a><br/>
<a href="MSCthesis.html">MSc thesis</a><br/>
</td>
<!-- __________Comment Seperator____________ -->
<td class="contents">
<h2>Research meetings</h2>
To make scheduling a meeting with me easier, you can reserve a 30 min slot <a href="https://calendly.com/jvgemert/30min/">here</a>.
</p>
If you prefer to meet online, please email me a Zoom or Teams link. If we meet physically, then just enter my office, no matter if I am in another meeting or on the phone.
</p>
If you are writing a thesis/paper with me, please follow the following format:
<UL>
<li> You start the meeting by giving a short presentation taking no longer than half of the scheduled time.
<li> Slide 1: the current "high level story line", for what a "story line" is, please refer to my <a href="http://jvgemert.github.io/paper_skeleton.rtf">Research paper template</a>. The story line makes sure that we are all still aware of the topic and direction, which is important as the direction (and thus the story line) will change over time.
<li> Slide 2: Quick reminder of what part of the story line you will now present, and possibly any agreements that we made last time.
<li> Remaining slides are for content. Put the answer to the <a href="http://jvgemert.github.io/HowToDoResearchInDL-1page.pdf">typical questions I ask</a> on the slide, if relevant.
<li> If you present results, make sure to explicitly write down all conclusions you draw from these results on the slide.
</UL>
<!-- __________Comment Seperator____________ -->
</td>
</tr>
<tr>
<td class="leftcol">
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="xhtml.gif"
alt="Valid XHTML 1.0 Transitional" height="18" width="50" border="0" /></a>
<br/>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:50px;height:18px"
src="css.gif"
alt="Valid CSS!" />
</a>
</p>
</td>
<td class="footer"> <hr width="80%" align="left"/><a href="index.html"> Contact me </a> </td>
</tr>
</table>
</center>
<!-- Default Statcounter code for jvgemert.github http://jvgemert.github.io/ -->
<script type="text/javascript">
var sc_project=12119578;
var sc_invisible=1;
var sc_security="df67f521";
var sc_https=1;
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img class="statcounter"
src="https://c.statcounter.com/12119578/0/df67f521/1/" alt="Web
Analytics"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>