Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 7462f6f

Browse files
committed
Make math books available.
1 parent e24266f commit 7462f6f

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

views/designer/index.html

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,12 @@ <h3>Misc</h3>
276276
</div>
277277

278278
<h3>Math Books</h3>
279-
279+
<div class="radio">
280+
<label>
281+
<input type="radio" name="coursetype" value="int-algebra" />
282+
Intermediate Algebra, Functions and Graphs by Katherine Yoshiwara
283+
</label>
284+
</div>
280285
<div class="radio">
281286
<label>
282287
<input type="radio" name="coursetype" value="fcla" />
@@ -289,16 +294,44 @@ <h3>Math Books</h3>
289294
Abstract Algebra: Theory and Applications by Thomas W. Judson
290295
</label>
291296
</div>
297+
<!--
292298
<div class="radio">
293299
<label>
294300
<input type="radio" name="coursetype" value="orcca" />
295301
Open Resources for Community College Algebra
296302
</label>
303+
</div> -->
304+
<div class="radio">
305+
<label>
306+
<input type="radio" name="coursetype" value="odeproject" />
307+
The Ordinary Differential Equations Project by Tom Judson
308+
</label>
297309
</div>
298310
<div class="radio">
299311
<label>
300312
<input type="radio" name="coursetype" value="dmoi" />
301-
Discrete Mathematics and Open Introduction
313+
Discrete Mathematics and Open Introduction by Oscar Levin
314+
</label>
315+
</div>
316+
317+
<div class="radio">
318+
<label>
319+
<input type="radio" name="coursetype" value="boelkins-ACS" />
320+
Active Calculus by Matthew Boelkins
321+
</label>
322+
</div>
323+
324+
<div class="radio">
325+
<label>
326+
<input type="radio" name="coursetype" value="APEX" />
327+
Apex Calculus by Gregory Hartman, Ph.D., Sean Fitzpatrick, Ph.D. (Editor), Alex Jordan, Ph.D. (Editor), Carly Vollet, M.S. (Editor)
328+
</label>
329+
</div>
330+
331+
<div class="radio">
332+
<label>
333+
<input type="radio" name="coursetype" value="ExcelCalculus" />
334+
Business Calculus with Excel by Mike May and Anneke Bart
302335
</label>
303336
</div>
304337

0 commit comments

Comments
 (0)