-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubs.html
54 lines (40 loc) · 1.74 KB
/
pubs.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
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="github-markdown-light.css">
<title>Ankit's Homepage</title>
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
<article class="markdown-body">
<a href="/">home</a> <span style="color:gray"> / </span>
<span style="color: black;">publications</span> <span style="color:gray"> / </span>
<a href="/recs.html">notes</a> <span style="color:gray"> / </span>
<a href="/misc.html">misc</a> <!-- <span style="color:gray"> / </span>
<a href="/essays.html">essays</a> -->
<h2>Preprints.</h2>
<p>
<a style="color:black; font-size: 20px;" href="https://arxiv.org/abs/1809.00375">
PlutoAR: An Augmented Reality Based Interpreter For K-10 Curriculum</a>
<br/>
<span style="color:gray; font-size: 16px;">Shourya Pratap Singh, Ankit Panda, Susobhit Panigrahi, Ajaya Kumar Dash | arXiv, 2018</span><br/>
</p>
</span>
<p>
<a style="color:black; font-size: 20px;" href="https://www.dropbox.com/s/tt6srdx2jogn6av/report-100%25.pdf?dl=0">
Augmented Reality Methods For Education
</a>
<br>
<span style="color:gray; font-size: 16px;">My undergrad project about the condition of the Indian education system, details about school trips, psychology of children, reviews and discusses thoughts on AR as a supplement, a viable interactive solution to make classrooms more interactive. </span>
</p>
</span>
</article>