-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 1.83 KB
/
index.html
File metadata and controls
34 lines (29 loc) · 1.83 KB
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
<!DOCTYPE html>
<html xml:lang="en" lang ="en">
<head>
<meta charset="utf-8">
<title>Research Paper Toolbox</title>
<link rel="stylesheet" type="text/css" media="screen" href="style.css">
</head>
<body>
<h1>Research Paper Toolbox</h1>
<div id ="mainText" class="homeText">
<p>Constructing a research paper is an integral part of being a graduate student in the Information Architecture, Technical Communication and Information Design, and Technical Communication programs at IIT.</p>
<p>There is no right or wrong way to put a paper together, but there are a wealth of tools available to make the process efficient and manageable. In this course, you will find an explanation of the basic steps involved in writing a research paper, as well as a selection of tools that complement certain steps.</p>
<p>If you are new to writing research papers, this course will guide you through each of the basic steps; even if you are an experienced writer, you can still refresh your knowledge with one or more lessons. To begin, choose a lesson by clicking one of the modules below.</p>
</div>
<nav>
<ul class="navButtons">
<li><a href="index.html" class="block">Home</a></li>
<li><a href="template.html" class="block">Topic</a></li>
<li><a href="research.html" class="block">Research</a></li>
<li><a href="data.html" class="block">Data</a></li>
<li><a href="template.html" class="block">References</a></li>
<li><a href="template.html" class="block">Style</a></li>
<li><a href="template.html" class="block">Layout</a></li>
<li><a href="template.html" class="block">Modality</a></li>
<li><a href="template.html" class="block">Professionalization</a></li>
</ul>
</nav>
</body>
</html>