-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (31 loc) · 2.03 KB
/
index.html
File metadata and controls
38 lines (31 loc) · 2.03 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
35
36
37
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>The Open Source Textbook Project by OSTP</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">The Open Source Textbook Project</h1>
<h2 class="project-tagline">Making it easy to learn and educate</h2>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-the-open-source-textbook-project" class="anchor" href="#welcome-to-the-open-source-textbook-project" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to the Open Source Textbook Project</h3>
<p>OSTP aims to make it truly easy to make textbooks open source. You can download and use a textbook for a class, upload your own textbook for others to use, or modify an existing textbook. If you are familiar with the "git work flow", we aim to bring that workflow to the development of textbooks in an open source environment.</p>
</section>
<section class="main-content">
<h3> Available textbooks </h3>
<ul>
<li><a href="https://github.com/OSTP/PhysicsArtofModelling/blob/master/README.md">Introductory Physics: Building Models to Describe Our World</a> authors: R.D. Martin, E. Neary, J. Rinaldo, O. Woodman</li>
<li><a href="https://github.com/OSTP/DataAndErrorAnalysis/blob/master/tex/ErrorAnalysis.pdf">Data and Error Analysis</a>, author: R.D. Martin</li>
<li><a href="https://github.com/OSTP/ClassicalMechanics/blob/master/tex/ClassicalMech.pdf">Essentials of Classical mechanics</a>, author: R.D. Martin</li>
</ul>
</section>
</body>
</html>