-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (75 loc) · 2.66 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>This Paper Does Not Exist</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header>
<h1 id="logo"><a href="#">These papers are generated by an AI!</a></h1>
<p>These are samples generated on a fine-tuned GPT-2 model trained on 30k papers from arxiv. Press the button to see a completely new title and abstract for a research paper never seen before which has been thought up by an AI!</p>
</header>
<nav id="nav">
<ul>
<li>
<div class="button">
<p id="btn" onclick="refresh()">New Paper</p>
</div>
<!-- <a class="scrolly">
<div>
<p id="btn" onclick="refresh()">New Paper</p>
</div>
</a> -->
</li>
</ul>
</nav>
<footer>
<a href="https://anmolgoel.dev">anmolgoel.dev</a>
<ul class="icons">
<li><a href="https://instagram.com/anmol__goel" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/agoel00" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:agoel00@gmail" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://html5up.net" class="icon fa-heart"><span class="label">file-code</span></a></li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<div class="container">
<header class="major">
<h2>This paper does not exist!</h2>
<p id='title'></p>
</header>
<p id='abstract'></p>
</div>
</section>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<!-- <li>© Anmol.</li> -->
<a href="https://anmolgoel.dev">anmol goel</a> | 2019
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="custom.js"></script>
</body>
</html>