-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreferences.html
75 lines (73 loc) · 5.66 KB
/
references.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Markdown Movement</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-default navbar-fixed-top" id="my-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand"><b>The Markdown Movement</b></a>
</div><!--navbar header-->
<div class="collapse navbar-collapse" id="navbar-collapse">
<a href="try-markdown.html" class="btn btn-success navbar-btn navbar-right"> <b>Try Markdown</b> </a>
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html"><b>Home</b></a>
<li><a href="history.html"><b>History</b></a>
<li><a href="resources.html"><b>Resources</b></a>
<li class="active"><a href="references.html"><b>References</b></a>
</ul>
</div>
</div>
</div>
</nav><!--end Navbar-->
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p style="padding-top:40px;">Arola, K. L. (2010). "The Design of Web 2.0: The Rise of the Template, The Fall of Design." <i>Computers and Composition</i>, <i>27</i>(1), 4–14. <a href="http://doi.org/10.1016/j.compcom.2009.11.004">http://doi.org/10.1016/j.compcom.2009.11.004</a></p>
<p>Atwood, J. (2008, May 13). "Is HTML a Humane Markup Language?." <i>Coding Horror</i>. Retrieved December 19, 2014. <a href="http://blog.codinghorror.com/is-html-a-humane-markup-language/">http://blog.codinghorror.com/is-html-a-humane-markup-language/</a></p>
<p>Atwood, J. (2009, December 29). "Responsible Open Source Code Parenting."<i>Coding Horror</i>. Retrieved December 19, 2014. <a href="http://blog.codinghorror.com/responsible-open-source-code-parenting/">http://blog.codinghorror.com/responsible-open-source-code-parenting/</a></p>
<p>Atwood, J. (2012, October 25). "The Future of Markdown." <i>Coding Horror</i>. Retrieved December 19, 2014. <a href="http://blog.codinghorror.com/the-future-of-markdown/">http://blog.codinghorror.com/the-future-of-markdown/</a></p>
<p>Atwood, J. (2014, September 5). "Standard Markdown is now Common Markdown." <i>Coding Horror</i>. Retrieved December 19, 2014. <a href="http://blog.codinghorror.com/standard-markdown-is-now-common-markdown/">http://blog.codinghorror.com/standard-markdown-is-now-common-markdown/</a></p>
<p>Curtis, D. (2012). <i>The Markdown Mark</i>. <a href="http://dcurt.is/the-markdown-mark">http://dcurt.is/the-markdown-mark</a></p>
<p>Dilger, B., & Rice, J. (Eds.). (2010). <i>From A to <A>: Keywords of Markup</i>. Univ Of Minnesota Press.</p>
<p>Gruber, J. (2004). "Markdown." <i>Daring Fireball.</i> Retrieved March 25, 2016. <a href="http://daringfireball.net/projects/markdown/">http://daringfireball.net/projects/markdown/</a></p>
<p>Mauriello, N., Pagnucci, G. S., & Winner, T. (1999). "Reading between the code: the teaching of HTML and the displacement of writing instruction." <i>Computers and Composition</i>, <i>16</i>(3), 409–419.</p>
<p>Styler, W. (2015, March 2). "Building a Website using Pandoc, Markdown, and Static HTML." <i>Notes from a Linguistic Mystic</i>. Retrieved March 25, 2016. <a href="http://linguisticmystic.com/2015/03/02/how-to-make-a-website-using-pandoc/">http://linguisticmystic.com/2015/03/02/how-to-make-a-website-using-pandoc/</a></p>
<p>Tenen, D., & Wythoff, G. (2014). "Sustainable Authorship in Plain Text using Pandoc and Markdown." <i>Programming Historian</i>. <a href="http://programminghistorian.org/lessons/sustainable-authorship-in-plain-text-using-pandoc-and-markdown">http://programminghistorian.org/lessons/sustainable-authorship-in-plain-text-using-pandoc-and-markdown</a></p>
</div>
</div>
</div>
<footer style="padding-top:20px;">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-5">
<p style="font-size:10pt;">©2015 <a href="http://aaronbeveridge.com" style="color:gray;" target="_blank">Aaron Beveridge</a></p>
</div>
</div>
</div>
</footer>
<!-- Javascript code for Bootstrap 3 -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
</body>
</html>