-
Notifications
You must be signed in to change notification settings - Fork 0
/
review.html
48 lines (45 loc) · 1.24 KB
/
review.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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
/>
<link rel="stylesheet" href="style.css"/>
<title>Review : RDF surfaces : computer says no</title>
</head>
<body>
<div class="grid">
<div class="header">
GET /review/10110 HTTP/1.1 <br>
<br>
HTTP/1.1 200 OK<br>
Content-Type: text/html<br>
Link: <https://repo.org/pub/1701> ; rel="related"
</div>
</div>
<h1>Peer Review For Us 🇺🇸</h1>
[<i>https://peer4.us/review/10110</i>]<br>
<br>
<h1>Review of `RDF surfaces : computer says no'</h1>
<p>
<i>Original Authors</i>:<br>
<b>Patrick Hochstenbach (UGent)</b> ,
<b>Jos De Roo (UGent)</b> and <b>Ruben Verborgh (UGent)</b>
</p>
<h2>Reviewer 1</h2>
<p>
It's about something about logic.
</p>
<h2>Reviewer 2</h2>
<p>
Why?! I don't get it.
</p>
<h2>Reviewer 3</h2>
<p>
Brilliant!
</p>
</body>
</html>