-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.md~
145 lines (104 loc) · 5.85 KB
/
index.md~
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
---
layout: default
---
# Overview
The 15th EuroSys Doctoral Workshop (EuroDW 2021) will provide a forum for PhD students to present their work and receive constructive feedback from experts in the field as well as from peers. Technical presentations will be augmented with general advice and discussions about getting a PhD, doing research, and career perspectives. We invite applications from PhD students at any stage of their doctoral studies. EuroDW 2021 will also offer the opportunity for what we call “mentoring moments”. The idea is to give graduate students a chance to talk one-on-one (or, in some cases, one-on-two) about their research with outstanding researchers beyond those available at the students’ universities.
//EuroDW 2021 has transformed into a virtual event, using the Zoom platform for streaming pre-recorded 5 min talks followed by 5 min live Q&A. We will additionally feature a #eurodw20 Slack channel in the main EuroSys Slack workspace where interaction can continue asynchronously during the workshop. We would like to thank our mentors who will provide remote mentoring to EuroDW students of accepted papers.
# Goal of the Workshop
The goal of the workshop is to provide feedback and advice to PhD students both on technical aspects of their research as well as career development. We expect a range of attendees such as the presenters’ peers, as well as senior researchers who will attend to share their expertise and provide constructive feedback. The idea is to create opportunities for students to meet with peers outside of their home institution, to get technical feedback as well as career advice from senior researchers in their field, to find out about internship and job opportunities, and to articulate their own work in a public, non-threatening forum. We encourage the participants to stay for the duration of the EuroSys main conference.
We expect most submissions to be from current PhD students who have selected a clear research topic. Research topics of interest include “systems” work in the broadest sense, including work on formal foundations, as well as the design, implementation and evaluation of real systems. Specifically, research topics of interest include, but are not limited to:
- Artificial intelligent systems
- Big data analytics frameworks
- Cloud computing and data center systems
- [Database systems
- Dependable systems
- Distributed systems
- File and storage systems
- Language support and runtime systems
- Mobile and pervasive systems
- Networked systems
- Operating systems
- Parallelism, concurrency, and multicore systems
- Real-time, embedded, and cyber-physical systems
- Secure systems, privacy and anonymity preserving systems
- Tracing, analysis, and transformation of systems
- Virtualization systems
**Note**: the workshop is not a venue for publication; there will be no published proceedings.
# Submission Instructions
If you would like to participate in the workshop, please submit your materials before the deadline. Submissions will receive written feedback from the PC, but the submission process is very lightweight and the main purpose is to put together the program and to match students with mentors.
Submission site: https://eurodw21.hotcrp.com/
Submissions should be up to 2 pages (including title and figures but excluding references) and should include the following sections only:
- Abstract
- Introduction (problem statement, an overview of the proposed work, main differences from existing works)
- Overview of the proposed work
- Preliminary results (if applicable)
- Work to be done (description of the planned work to address the proposed research problem and brief timeline to PhD completion)
- Related work
Submissions will be accessed based on the importance, clarity and relevance to EuroSys of the research problem, excellent understanding of the core related work, realistic and clear roadmap to work completion towards the PhD, and overall quality of the submission paper.
Please note that there will be no published proceedings. Submissions shall be in .pdf, 2-column, single-spaced, 10pt format.
In addition, please include the following information in your submission form:
- PhD advisor’s name and affiliation
- Year when you started your PhD
- Expected submission date of the PhD thesis
# Important Dates
* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.
# Header 5
- Submission deadline: Feb 19, 2020
- Notification: March 24, 2020
- Conference in Lausanne, Switzerland: Tuesday March 17, 2020 (the day before ASPLOS)
###### Header 6
| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
| out of stock | good and plenty | nice |
| ok | good `oreos` | hmm |
| ok | good `zoute` drop | yumm |
### There's a horizontal rule below this.
* * *
### Here is an unordered list:
* Item foo
* Item bar
* Item baz
* Item zip
### And an ordered list:
1. Item one
1. Item two
1. Item three
1. Item four
### And a nested list:
- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 1 item
### Small image
![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)
### Large image
![Branching](https://guides.github.com/activities/hello-world/branching.png)
### Definition lists can be used with HTML syntax.
<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dt>Born</dt>
<dd>1952</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dt>Color</dt>
<dd>Green</dd>
</dl>
```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```
```
The final element.
```