[IPSUR-commits] r188 - www/book

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Oct 9 07:01:37 CEST 2010


Author: gkerns
Date: 2010-10-09 07:01:37 +0200 (Sat, 09 Oct 2010)
New Revision: 188

Added:
   www/book/resources.php
Log:
added the resources file


Added: www/book/resources.php
===================================================================
--- www/book/resources.php	                        (rev 0)
+++ www/book/resources.php	2010-10-09 05:01:37 UTC (rev 188)
@@ -0,0 +1,76 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+	<title>IPSUR Resources</title>
+	<link rel="Shortcut Icon" href="favicon.ico">
+	<style type="text/css">
+	<!--
+		@import url("main.css");
+		body {
+			background-image: url();
+		}
+	-->
+	</style>
+</head>
+
+<body>
+	<div align="center">
+	<table width="700" height="100%" border="0" cellpadding="0" cellspacing="0">
+		<tr>
+    			<td align="left" valign="top" bgcolor="#FFFFFF">
+			<!-- All of the page content is in this table-->
+
+<!--BEGIN: Page Banner-->
+<?php
+	include "banner.php";
+?>
+<!--END: Page Banner-->
+	
+<!--BEGIN: Top Menu-->
+<?php
+	include "topMenu.php";
+?>
+<!--END: Page Content-->	
+<p class="articleTitle">External Resources</p>
+<blockquote>
+
+<p>
+As of Fall, 2010, I have been recording my STAT 3743 course lectures as part of a team initiative at YSU to develop a 
+distance education program in Statistics.  There are a lot of challenges associated with something like that, particularly 
+with respect to the integrity of the academic climate.  It's a can of worms, to be sure. But I am coming to the opinion 
+that it just might be possible to make it work, and R may very well be just the right tool for the task. We'll see.
+</ p>
+<p>
+In the meantime, the bottom line for you, the user, or the instructor, is a fair amount of supplementary resources.  That means 
+video lectures (in a bunch of FREE formats), scanned lecture notes, course outlines, source code for assessment materials 
+such as labs, quizzes, and exams, blank versions that a person can modify for other courses, and all of it accompanies a FREE textbook, to boot.
+</p>
+<p>
+The current place to find everything is here:   
+</p>
+<p>
+<div align="center">
+	<a href="http://www.ysumathstat.org/faculty/kerns/video/">http://www.ysumathstat.org/faculty/kerns/video/</a>
+</div>
+</p>
+<p>
+If the location changes then I will post any updates on this page. Not everything is finished; I will complete it as time permits. These materials are a work in progress so please excuse any roughness around the edges (it is astonishingly easy to forget to turn on that stupid microphone).
+</p>
+</blockquote>
+
+
+<!--END: Page Content-->
+
+<!--BEGIN: Footer-->      
+ <p align="center">
+	  R logo &copy; the R Foundation, <font face="Courier New"><a href="http://www.r-project.org" style="text-decoration: none"><span style="text-decoration: none">http://www.r-project.org</span></a></font>
+	  </p>
+
+		<!--Close main table-->
+		</td>
+	</tr>
+</table>
+</div>
+</body>
+</html>



More information about the IPSUR-commits mailing list