-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>readings reflections [ethical computing]</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
<link href="../../../includes/ecologylab.css" rel="stylesheet"> | ||
<link href="../../../includes/courses.css" rel="stylesheet"> | ||
<link rel="shortcut icon" href="../../../images/ecologylab-16.ico" type="image/ico"> | ||
<link rel="icon" href="../../../images/ecologylab-16.png" type="image/png"> | ||
|
||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-20550827-1']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
</script> | ||
<script type="text/javascript" src="../../../includes/ecologylab.js"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div class="rootcontainer"> | ||
|
||
<div class="banner"> | ||
<a href="../index.html"><img class="course_img" width="72" src="../images/heartBrainJavascript.webp" /></a> | ||
<span onclick="toggleNav(event);" id="triple">≡</span> | ||
<a href="../index.html"><span class="banner_courses banner_centered banner_issues" style=" left: 7.8em;">issues in</span> | ||
<span class="banner_courses banner_design" >ethic</span><span class="banner_courses banner_ethical">al</span> | ||
<span class="banner_courses banner_programming" > computing</span></a> | ||
</div> | ||
|
||
<div id="navigation_container"> | ||
<div class="block"> | ||
<a class="navlink" href="../index.html">welcome</a> | ||
<a class="subnavlink" href="../policies.html">policies</a> | ||
<a class="subnavlink" href="../teamwork.html">teamwork</a> | ||
<a class="subnavselected" href="../contact.html">contact</a> | ||
<a class="subnavlink" href="../texts.html">textbooks</a> | ||
<a class="subnavlink" href="../readings.html">readings</a> | ||
</div> | ||
|
||
|
||
<div class="block"> | ||
<a class="subnavlink" target="_blank" href="https://bit.ly/377schedule">schedule</a> | ||
<!--a class="subnavlink" href="../readings.html">readings--> | ||
<a class="navselected" href="./index.html">deliverables</a> | ||
<a class="subnavlink" target="_blank" href="../../common/nameTag.pdf">name tag</a> | ||
<!-- <a class="subnavlink" href="blog.html">blog post</a> --> | ||
<a class="subnavlink" href="artifact.html">artifact politics</a> | ||
<a class="subnavlink" href="readingReflections.html">reading reflections</a> | ||
<!-- | ||
<a class="subnavlink" href="proposal.html">project proposal</a> | ||
<a class="subnavlink" href="irb.html">irb</a> | ||
<a class="subnavlink" href="requirements.html">requirements</a> | ||
<a class="subnavlink" href="lofi.html">low-fi prototype</a> | ||
<a class="subnavlink" href="study1.html">user study low-fidelity</a> | ||
<a class="subnavlink" href="functional.html">functional prototype</a> | ||
<a class="subnavlink" href="study2.html">user study functional</a> | ||
<a class="subnavlink" href="presentation.html">final presentation</a> | ||
<a class="subnavlink" href="paper.html">final paper</a> --> | ||
</div> | ||
|
||
<div class="block"> | ||
<a class="navlink" href="../../html/index.html" target="_blank">web programming</a> | ||
<a class="navlink" href="../../index.html" target="_blank">courses</a> | ||
</div> | ||
<div class="block"> | ||
<a class="navlink_logo" target="_blank" href="../../../index.html"><img class="navicon" width="70" src="../../../images/interfaceEcologyLabLogoNavGuide.png"/></a> | ||
<!-- | ||
<a class="navlink_logo" target="_blank" href="https://livemache.ecologylab.net"><img class="navicon" width="66" style="margin-bottom: 10px;" src="https://livemache.ecologylab.net/img/mustard_mache_logo2.svg"/></a> | ||
<a class="nav_nowrap" target="_blank" href="http://facebook.com/ecologylab"><img style="vertical-align:text-bottom" src="http://facebook.com/favicon.ico"/>ollow ecologylab</a> | ||
--> | ||
</div> | ||
</div> | ||
|
||
<h1>readings reflections | ||
<img src="../../icons/popout-solid.png" class="popout_icon" onclick="popOutIFrame()"> | ||
</h1> | ||
|
||
<div id="iframe_container"> | ||
<iframe | ||
id="google-doc-iframe" | ||
src="https://docs.google.com/document/d/e/2PACX-1vQVud0SwI6xF03LmIEzWqLKl0Paogk8PXESE0ZqYAfaW4wCH2UX6lGz-yv-xcltSKgfM07n3ALnU-Vx/pub?embedded=true"> | ||
</iframe> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |