Skip to content

Commit dc524e9

Browse files
committed
edited and finalised
1 parent 42b4d4e commit dc524e9

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

index.html

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,25 @@
3434
max-width: 100%;
3535
border: none;
3636
}
37+
.author {
38+
font-size: 1.2em;
39+
font-weight: bold;
40+
margin-top: 20px;
41+
text-align: center;
42+
}
3743
</style>
3844
</head>
3945
<body>
4046
<div class="container">
4147
<header class="text-center mb-5">
4248
<h1>Research Methods in Computer Science</h1>
4349
<p class="lead">Resources and material from bootcamps conducted on research methods in CS</p>
50+
<p class="author">By Nipun Batra | <a href="https://nipunbatra.github.io">nipunbatra.github.io</a></p>
4451
</header>
4552

4653
<section>
4754
<h2>About</h2>
48-
<p>This repository contains the material used for a 2-hour bootcamp on research methods in CS. I conducted this session twice: in August 2018 at IIT Gandhinagar and July 2017 at IIIT Delhi. Below are resources and video recordings:</p>
49-
<ul>
50-
<li><a href="https://www.youtube.com/watch?v=LoCoplWgvp4">YouTube recording</a> (IIT Gandhinagar)</li>
51-
<li><a href="https://videoken.com/embed/LoCoplWgvp4">VideoKen version</a> with phrase cloud, table of contents, and more.</li>
52-
</ul>
55+
<p>This repository contains the material used for a 2-hour bootcamp on research methods in CS. I conducted this session twice: in August 2018 at IIT Gandhinagar and July 2017 at IIIT Delhi. Below are resources and video recordings.</p>
5356

5457
<h2>Watch the recording here</h2>
5558
<iframe src="https://www.youtube.com/embed/LoCoplWgvp4" allowfullscreen></iframe>
@@ -59,19 +62,17 @@ <h2>Watch the recording here</h2>
5962
<section>
6063
<h2>Citation</h2>
6164
<p>If you use this material, please cite it as follows:</p>
62-
<div class="citation">
63-
64-
@misc{batra2018research_methods,
65-
author = {Nipun Batra},
66-
title = {Research Methods in Computer Science},
67-
year = {2018},
68-
version = {1.0.0},
69-
url = {https://nipunbatra.github.io/CS-Research-Methods-Bootcamp/},
70-
note = {Available at: https://github.com/nipunbatra/CS-Research-Methods-Bootcamp},
71-
abstract = {This repository contains material from a 2-hour bootcamp on research methods in Computer Science, conducted in August 2018 at IIT Gandhinagar and July 2017 at IIIT Delhi. The sessions covered email writing, paper abstracts, scientific thinking, and debugging.}
72-
}
73-
74-
</div>
65+
<div class="citation">
66+
@misc{batra2018research_methods,
67+
author = {Nipun Batra},
68+
title = {Research Methods in Computer Science},
69+
year = {2018},
70+
version = {1.0.0},
71+
url = {https://nipunbatra.github.io/CS-Research-Methods-Bootcamp/},
72+
note = {Available at: https://github.com/nipunbatra/CS-Research-Methods-Bootcamp},
73+
abstract = {This repository contains material from a 2-hour bootcamp on research methods in Computer Science, conducted in August 2018 at IIT Gandhinagar and July 2017 at IIIT Delhi. The sessions covered email writing, paper abstracts, scientific thinking, and debugging.}
74+
}
75+
</div>
7576
</section>
7677

7778
<section>

0 commit comments

Comments
 (0)