-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdblind.html
40 lines (35 loc) · 1.83 KB
/
dblind.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
<!DOCTYPE html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HSCC 2020 - Double Blind FAQ</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="styling.css" type="text/css" media="screen" />
</html>
<body>
<main>
<h1>HSCC 2020 - Double Blind Review Process</h1>
<br>
HSCC 2019 will employ light double-blind reviewing. <br>
<br>Submitted papers must adhere to two rules:<br>
<ul>
<li> author names and institutions must be omitted, and
<li> references to authors’ own related work should be in the third person (e.g., not “We build on our previous work …” but rather “We build on the work of …”).
</ul>
<br>The purpose of this process is to help the program committee come to an
initial judgment about the paper without bias, it is not to make it
impossible for them to discover the authors if they were to try. Nothing
should be done in the name of anonymity that weakens the submission or
makes the job of reviewing the paper more difficult (e.g., important
background references should not be omitted or anonymized). In addition,
authors should feel free to disseminate their ideas or draft versions
of their paper as they normally would. For instance, authors may post
drafts of their papers on the web or give talks on their research ideas.<br>
</br>
Furthemore, the conflict of interest policy we shall be
following during the review process can be found <a
href="https://www.acm.org/publications/policies/conflict-of-interest">here</a>.
<footer>
<p>© Copyright 2014-20 HSCC</p>
</footer>
</main>
</html>