Skip to content

Commit 7025e09

Browse files
committed
added
1 parent 60dcb06 commit 7025e09

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

CITATION.cff

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ title: "Research Methods in Computer Science"
44
authors:
55
- family-names: "Batra"
66
given-names: "Nipun"
7-
orcid: "https://orcid.org/0000-0002-0736-7169" # Optional
7+
orcid: "https://orcid.org/0000-0002-0736-7169"
88
date-released: 2018-08-01
99
version: "1.0.0"
1010
url: "https://nipunbatra.github.io/CS-Research-Methods-Bootcamp/"
11-
repository-code: "https://github.com/nipunbatra/CS-Research-Methods-Bootcamp"
11+
repository-code: "https://github.com/nipunbatra/CS-Research-Methods-Bootcamp"
12+
abstract: >
13+
This repository contains material from a 2-hour bootcamp on research methods in Computer Science. The sessions covered email writing, paper abstracts,
14+
scientific thinking, and debugging.

citation.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@misc{batra2018research_methods,
2+
author = {Nipun Batra},
3+
title = {Research Methods in Computer Science},
4+
year = {2018},
5+
version = {1.0.0},
6+
url = {https://nipunbatra.github.io/CS-Research-Methods-Bootcamp/},
7+
note = {Available at: https://github.com/nipunbatra/CS-Research-Methods-Bootcamp},
8+
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.}
9+
}

index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@
1818
h1, h2, h3 {
1919
margin-top: 20px;
2020
}
21+
pre {
22+
background-color: #f4f4f4;
23+
padding: 10px;
24+
border-left: 4px solid #ccc;
25+
overflow-x: auto;
26+
}
27+
.citation {
28+
background-color: #f9f9f9;
29+
border: 1px solid #ddd;
30+
padding: 15px;
31+
margin-top: 20px;
32+
}
2133
</style>
2234
</head>
2335
<body>
@@ -36,6 +48,24 @@ <h2>About</h2>
3648
</ul>
3749
</section>
3850

51+
<section>
52+
<h2>Citation</h2>
53+
<p>If you use this material, please cite it as follows:</p>
54+
<div class="citation">
55+
<pre>
56+
@misc{batra2018research_methods,
57+
author = {Nipun Batra},
58+
title = {Research Methods in Computer Science},
59+
year = {2018},
60+
version = {1.0.0},
61+
url = {https://nipunbatra.github.io/CS-Research-Methods-Bootcamp/},
62+
note = {Available at: https://github.com/nipunbatra/CS-Research-Methods-Bootcamp},
63+
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.}
64+
}
65+
</pre>
66+
</div>
67+
</section>
68+
3969
<section>
4070
<h2>Contents</h2>
4171
<ol>

0 commit comments

Comments
 (0)