<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.cs.vassar.edu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.cs.vassar.edu/feed.php">
        <title>Computer Science | Vassar College</title>
        <description></description>
        <link>https://www.cs.vassar.edu/</link>
        <image rdf:resource="https://www.cs.vassar.edu/_media/favicon.ico" />
       <dc:date>2026-04-14T20:38:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/top?rev=1770677604&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/tikkun_passover_2009_supplement_in_plain_text?rev=1239026436&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/mlsmith/infinite-trees?rev=1588356833&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/mlsmith/teaching?rev=1681268159&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/multihome_dokuwiki_hacks?rev=1203628033&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/mlsmith/pubs?rev=1611430740&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/walter/top?rev=1611255073&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/mlsmith/sidebar?rev=1722043052&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/mlsmith/vss?rev=1308538985&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/top?rev=1309618521&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/romessing/top?rev=1422545254&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/jones/top?rev=1440790698&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/mlsmith/grants?rev=1694408609&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/wearables/context_awarness_project?rev=1260206695&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/wearables/hacks?rev=1210548591&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/wearables/software?rev=1297424512&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/wearables/top?rev=1369319086&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.cs.vassar.edu/_media/favicon.ico">
        <title>Computer Science | Vassar College</title>
        <link>https://www.cs.vassar.edu/</link>
        <url>https://www.cs.vassar.edu/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://www.cs.vassar.edu/people/top?rev=1770677604&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-09T22:53:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>top</title>
        <link>https://www.cs.vassar.edu/people/top?rev=1770677604&amp;do=diff</link>
        <description>People



Faculty

Jacob Erickson

Visiting Assistant Professor of Computer Science 


Jacob Erickson's research explores how digital platforms shape sociopolitical discourse, focusing on platform governance, online safety, and the downstream impacts of design and moderation decisions. Drawing from human-computer interaction, data science, and computational social science, his work examines how platform affordances influence online communication, community behavior, and user trust. His research …</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/tikkun_passover_2009_supplement_in_plain_text?rev=1239026436&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-06T14:00:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tikkun_passover_2009_supplement_in_plain_text</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/tikkun_passover_2009_supplement_in_plain_text?rev=1239026436&amp;do=diff</link>
        <description>Tikkun Passover 2009 Supplement in Plain Text

Some folks have had problems with the font size on the 2009 Passover Supplement.  The original is from &lt;http://www.tikkun.org/article.php/seder_2009&gt;.  Below is a version converted to plain text with acroread and then reformatted in emacs.  Use it if you find it useful.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/mlsmith/infinite-trees?rev=1588356833&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-01T18:13:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>infinite-trees</title>
        <link>https://www.cs.vassar.edu/people/mlsmith/infinite-trees?rev=1588356833&amp;do=diff</link>
        <description>Infinite Trees



1 Motivation

Up until now, we’ve mostly looked at trees as a data structure, but we haven’t looked at them in the context of any particular problems. Trees are used in many applications in computer science, robotics, and game design. One common application is for representing the possible moves in a game or search problem. Imagine that you were exploring the space that a player (character or robot) could move through. On each move, the player would change position (and possibl…</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/mlsmith/teaching?rev=1681268159&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-12T02:55:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching</title>
        <link>https://www.cs.vassar.edu/people/mlsmith/teaching?rev=1681268159&amp;do=diff</link>
        <description>Teaching



General

	*  Computer Science Educator's Hub

First-year computer science

	*  Program by Design - The computer science core of a liberal arts education

	*  How to Design Programs - An Introduction to Programming and Computing 
	*  Racket - Includes the DrRacket programming environment

	*  WeScheme - Web-based programming environment</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/multihome_dokuwiki_hacks?rev=1203628033&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-21T21:07:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>multihome_dokuwiki_hacks</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/multihome_dokuwiki_hacks?rev=1203628033&amp;do=diff</link>
        <description>Multihome Dokuwiki Hacks

I use the article by Lukas Ruf on setting up dokuwiki on a mutihomed web server to allow multiple separate wikis to run on one machine.  The article is available at &lt;http://wiki.lpr.ch/doku.php/multihomed&gt;. 

These are a few things I have done in addition to the suggestions in the article.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/mlsmith/pubs?rev=1611430740&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-23T19:39:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pubs</title>
        <link>https://www.cs.vassar.edu/people/mlsmith/pubs?rev=1611430740&amp;do=diff</link>
        <description>Publications

	*  Dissertation:
		*  Marc L. Smith. View-Centric Reasoning about Parallel and Distributed Computation. PhD thesis, University of Central Florida, Orlando, FL 32816-2362, December 2000. [PDF]  Postscript and in the UCF institutional repository, STARS.


	*</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/walter/top?rev=1611255073&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-21T18:51:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>top</title>
        <link>https://www.cs.vassar.edu/people/walter/top?rev=1611255073&amp;do=diff</link>
        <description>Jennifer E. Walter

Professor Emerita
 Department of Computer Science
 Vassar College

Email:  &lt;jewalter@vassar.edu&gt;  



“When you are the only woman in a group, you are no longer a woman; you are THE woman, as if your actions stand for that of your entire gender.”</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/mlsmith/sidebar?rev=1722043052&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-27T01:17:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sidebar</title>
        <link>https://www.cs.vassar.edu/people/mlsmith/sidebar?rev=1722043052&amp;do=diff</link>
        <description>Marc L. Smith




	*  Home 
	*  Publications
	*  Grants
	*  Past courses
	*  Concurrency
	*  Teaching
	*  Publicity
	*  My Erdös Number
	*  Academic Genealogy
	*  PGP Information
	*  Bio 

 Vassar Content                                                AskBanner           OneLogin                Reference                                             EoS                  Time</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/mlsmith/vss?rev=1308538985&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-20T03:03:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vss</title>
        <link>https://www.cs.vassar.edu/people/mlsmith/vss?rev=1308538985&amp;do=diff</link>
        <description>Vassar Science Scholars Lecture/Lab



Saturday, March 26, 2011 

9:30am--12pm 

Sci Vis Lab, 3rd Floor Mudd Chemistry

WeScheme: from Algebra to Animation

We will explore selected parts of the Scheme programming language using WeScheme, a browser--</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/top?rev=1309618521&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-07-02T14:55:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>top</title>
        <link>https://www.cs.vassar.edu/people/priestdo/top?rev=1309618521&amp;do=diff</link>
        <description>These are my personal pages, if you are looking for system information, please head over to top. -Greg

----------

&lt;http://www.eff.org/blueribbon.html&gt;
 Campaign for Online Freedom of Speech, Press and Association

----------

A point in every direction is the same as no point at all

These pages are XHTML compliant: use any browser you choose!

Where Am I in the world?</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/romessing/top?rev=1422545254&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-01-29T15:27:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>top</title>
        <link>https://www.cs.vassar.edu/people/romessing/top?rev=1422545254&amp;do=diff</link>
        <description>This is Ross Messing's Vassar CS Wiki page. 

I'm a computer vision scientist with Tandent Vision Science Inc.  Most of my work involves designing, analyzing and evaluating new ways of dealing with image and video data.  

During Spring 2015, I'm teaching</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/jones/top?rev=1440790698&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-08-28T19:38:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>top</title>
        <link>https://www.cs.vassar.edu/people/jones/top?rev=1440790698&amp;do=diff</link>
        <description>Barry Jones

Visiting Assistant Professor

Computer Science Department

Vassar College


Office: OLB 118 

Voice: 845 437 7293 

E-mail: &lt;jones@cs.vassar.edu&gt;





----------

Teaching

&lt;https://edit.cs.vassar.edu/courses/cs334-200903/top&gt;

	*  Fall 2015:
		*  CMPU-203 - Computer Science III: Software Design and Implementation






----------

Background

Professor Jones earned his BS in Electrical Engineering at Cooper Union, MS in Computer Science at Marist College, and is currently completin…</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/mlsmith/grants?rev=1694408609&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-11T05:03:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>grants</title>
        <link>https://www.cs.vassar.edu/people/mlsmith/grants?rev=1694408609&amp;do=diff</link>
        <description>Grants

	*  NSF INSPIRE Grant. Award Date: Sep. 18, 2013. Award No: DEB-1344227. Award Amount: $999,314. Effective Jan. 1, 2014. Expires Dec. 31, 2017. INSPIRE Track 1: Is Evolvability Driven By Emergent Modularity? Biomimetic robots, gene inspired information structures, and the evolvability of intelligent agents. PI Kenneth R. Livingston, Co-PI Jodi Schwarz, Co-PI John H. Long, Co-PI</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/wearables/context_awarness_project?rev=1260206695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-07T17:24:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>context_awarness_project</title>
        <link>https://www.cs.vassar.edu/people/priestdo/wearables/context_awarness_project?rev=1260206695&amp;do=diff</link>
        <description>the next big thing...

Endurance Running Harness for Herbert

October 2009

I have been a walker ever since I got my legs back as a teenager.  Before that biking is how I covered distance.  For a time I did not have use of my legs (the result of a biking accident) and was told I would not walk again.  Thankfully that was not the case, but after that the idea of running always seemed foolhardy.  All that impact, thud thud thud, not for me and my spine.  However, of late I am trying running</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/wearables/hacks?rev=1210548591&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-11T23:29:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hacks</title>
        <link>https://www.cs.vassar.edu/people/priestdo/wearables/hacks?rev=1210548591&amp;do=diff</link>
        <description>Wear Hacks and Projects pages

It became clear during the wiki transition that I had a number of “get 'em on the field” hacks in a variety of formats and locations as well as other wearable related pages and I needed to gather them up.

As I clean up my site, this is where they will all be listed.  For now it is a growing list of links to where they currently reside.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/wearables/software?rev=1297424512&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-11T11:41:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>software</title>
        <link>https://www.cs.vassar.edu/people/priestdo/wearables/software?rev=1297424512&amp;do=diff</link>
        <description>Essential Software

Looking for a little more info? The following is a list of some of what I consider to be essential software I run in Xubuntu on my wearable.

Each of these contribute an key part of the experience:
? //software Dectalk// from fonix
:: http://www.fonixspeech.com/dectalk_legacy.php
.. Yep, this is one of two pieces of commercial software I run. For years I ran a hardware dectalk, then for a while I used pc104 based doubletalk units, as the rigs became more powerful and software…</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/wearables/top?rev=1369319086&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-23T14:24:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>top</title>
        <link>https://www.cs.vassar.edu/people/priestdo/wearables/top?rev=1369319086&amp;do=diff</link>
        <description>What am I wearing?

New Scientist

A few details from decades of daily wear 
[gerbert in 2013]Please note, this page documents what I was wearing during the last four of the nineteen wonderful years I spent working for the CS Department at Vassar.  For the last year and a half I have been wearing modified versions of Google Glass running Glass and Ubuntu.  Along with that I am using a Bluetooth version of the Spiffchorder for input.  Please see the</description>
    </item>
</rdf:RDF>
