<?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-18T18:31:16+00:00</dc:date>
        <items>
            <rdf:Seq>
                <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/ben/top?rev=1359597649&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/ide/publications?rev=1207790892&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/mlsmith/concurrency?rev=1596084460&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/priestdo/tips/find_cs?rev=1267456128&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/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/ben/top?rev=1359597649&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-01-31T02:00:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>top</title>
        <link>https://www.cs.vassar.edu/people/ben/top?rev=1359597649&amp;do=diff</link>
        <description>Ben Stoutenburgh

Systems Administrator

OLB 123

&lt;html&gt;&lt;a style=“font-weight: bold;” class=“wikilink1” href=“&lt;http://www.cs.vassar.edu&gt;”&gt;Computer Science Department&lt;/a&gt;&lt;/html&gt;

&lt;html&gt;&lt;a style=“font-weight: bold;” class=“wikilink1” href=“&lt;http://www.vassar.edu&gt;”&gt;Vassar College&lt;/a&gt;&lt;/html&gt;</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/ide/publications?rev=1207790892&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-10T01:28:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>publications</title>
        <link>https://www.cs.vassar.edu/people/ide/publications?rev=1207790892&amp;do=diff</link>
        <description>Selected Publications (1990-onwards)

	*  Ide, N. and Suderman, K. (2007).  GrAF: A Graph-based Format for Linguistic Annotations. Proceedings of the Linguistic Annotation Workshop,held in conjunction with ACL 2007, Prague, June 28-29, 1-8.
	*  Ide, N. and Woolner, D. (2007). Historical Ontologies. In Ahmad, K, Brewster, C., and Stevenson, M. (eds.),</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/mlsmith/concurrency?rev=1596084460&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-30T04:47:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>concurrency</title>
        <link>https://www.cs.vassar.edu/people/mlsmith/concurrency?rev=1596084460&amp;do=diff</link>
        <description>Concurrency



Communicating Sequential Processes (CSP) Links

	*  WoTUG - The place for Communicating Processes
	*  The classic text: Communicating Sequential Processes (Hoare)
	*  The modern text: Theory and Practice of Concurrency (Roscoe)
	*  Unifying Theories of Programming text, by Hoare and He: UTP
	*  JCSP - CSP for Java
	*  C++CSP2 – CSP for C++</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/priestdo/tips/find_cs?rev=1267456128&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-01T15:08:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>find_cs</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/find_cs?rev=1267456128&amp;do=diff</link>
        <description>Directions for March 5th MHVLUG Meeting

To Find campus or see the full map that the one here was modified from try the visitors section of the Vassar College Website:

&lt;http://www.vassar.edu/visitors/index.html&gt;

On the above page you will find several maps.  Computer Science is Building #24 on the PDF</description>
    </item>
</rdf:RDF>
