Learning Discrete Mathematics and Computer Science
via Primary Historical Sources


All Projects

Search Projects based on Courses
"; echo ""; for($i = 0; $i < count($originalarray); $i++) { if($originalarray[$i] != "") { echo ""; } } echo ""; ?>


Sixteen projects developed before 2008 are posted at https://web.nmsu.edu/~davidp/hist_projects/

Projects developed since 2008 are listed below. Most of these projects have been published in Convergence. With each project there is a list of suggested courses where the project may be used and a list of topics covered in the project.

"); if(mysqli_select_db($db,$dbname)) { $sql1 = "select * from upload"; } $result1=mysqli_query($db,$sql1); while($a1=mysqli_fetch_array($result1)) { $date = $a1['Timecreated']; $blog = "Blog"; if($a1[7] == "") $blog = ""; if($date == '0000-00-00') $date = ""; $courses12 = $a1['Courses']; $courses12 = str_replace(",", ", ", $courses12); echo("

  • Project $a1[0]: $a1[Title] $date $blog
    Courses: $courses12
    Topic: $a1[Topic]
  • "); echo ("
    "); } echo(""); ?>
    Note: If you would like to use any of the projects please let us know and we will e-mail you a .tex file of the project which you can modify to better suit your class needs.