<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://education.siggraph.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ACM SIGGRAPH Education Committee - Instructional Materials</title>
 <link>https://education.siggraph.org/archive/instruct_mat</link>
 <description>Archived Instructional Materials. More recent content can be found in cgSource

</description>
 <language>en</language>
<item>
 <title>Educators&#039; Slide Sets</title>
 <link>https://education.siggraph.org/archive/slide-sets</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;script&gt;
&lt;!--//--&gt;&lt;![CDATA[// &gt;&lt;!--

var year = new Array(&quot;1991&quot;,&quot;1991&quot;,&quot;1991&quot;,&quot;1993&quot;,&quot;1993&quot;,&quot;1993&quot;,&quot;1995&quot;,&quot;1995&quot;,&quot;1997&quot;);
var setTitles = new Array(&quot;Ray Tracing&quot;,&quot;3D Projection&quot;,&quot;The Shutterbug Rendering Progression&quot;,&quot;Line and Circle Drawing&quot;,&quot;Anti-aliasing&quot;,&quot;Radiosity&quot;, &quot;Color and Color Reproduction&quot;, &quot;Color Spaces&quot;,&quot;Surface mapping techniques&quot;);
var setDir = new Array(&quot;1991_raytracing/&quot;,&quot;1991_projection/&quot;,&quot;1991_shutterbug/&quot;, &quot;1993_drawlinecircle/&quot;,&quot;1993_aliasing/&quot;,&quot;1993_radiosity/&quot;,&quot;1995_colorrepro/&quot;,&quot;1995_colorspaces/&quot;,&quot;1997_mapping/&quot;);
var dirBase = &quot;/sites/default/files/SlideSets/&quot;;
var setCnt = new Array(26,28,25,26,26,27,19,32,71);

(function ($) {
 $(document).ready(function(){
   $(&quot;a.popup&quot;).click(function(event){
     event.preventDefault();
   });
 });
})(jQuery);

//--&gt;&lt;!]]&gt;
&lt;/script&gt;&lt;script&gt;
&lt;!--//--&gt;&lt;![CDATA[// &gt;&lt;!--

function popupSlide( set, num)
{
(function ($) {
    var fg = $( &quot;&lt;div class=&#039;slides_foreground&#039;&gt;&quot; );
    var container = $( &quot;&lt;div class=&#039;slides_foreground_container&#039;&gt;&quot; );
    var topTxt = $( &quot;&lt;h1&gt;&quot; );
    topTxt.append(year[set] +  &quot; Educators\&#039; Slide Sets -&quot;  + setTitles[set]);
    var imgExt = (set==8)?&quot;.jpg&quot;:&quot;.gif&quot;;
    var slideImg = &quot;&lt;img class=&#039;image_full slides_image&#039; src=&#039;&quot;+dirBase + setDir[set] + num + imgExt + &quot;&#039; width=&#039;640&#039; height=&#039;427&#039;/&gt;&lt;br /&gt;&quot; ;
    var exitBut = $(&quot;&lt;div id=&#039;xBut&#039;&gt;&quot;);
    exitBut.append(&quot;&lt;a href=&#039;#&#039;&gt;X&quot;);
    var navButs = $(&quot;&lt;div id=&#039;navButs&#039;&gt;&quot;);
    var prevBut = $(&quot;&lt;span id=&#039;prvBut&#039;&gt;&quot;);
    prevBut.append(&quot;&lt;a href=&#039;#&#039;&gt;&lt; Back&quot;);
    var nextBut = $(&quot;&lt;span id=&#039;nxtBut&#039;&gt;&quot;);
    nextBut.append(&quot;&lt;a href=&#039;#&#039;&gt;Next &gt;&quot;);
    var txtDiv = $(&quot;&lt;div id=&#039;slideTxt&#039; style=&#039;width: 640px&#039;&gt;&quot;);

    var slide = $( slideImg);
    fg.append( container );
    container.append(exitBut);
    container.append(topTxt);
    container.append( slide );
    if(num &lt; setCnt[set]){
       navButs.append(nextBut);
    }
    if(num &gt; 1){ 
       navButs.append(prevBut);
    }
    container.append( navButs );
    container.append( txtDiv );

    $(&quot;body&quot;).append( fg );

    $(&#039;#xBut&#039;).click( function(){
        fg.remove();
    });
    $(&#039;#prvBut&#039;).click( function(){
        fg.remove();
        popupSlide(set, num-1);
    });
    $(&#039;#nxtBut&#039;).click( function(){
        fg.remove();
        popupSlide(set, num+1);
    });

    var txtURL = dirBase + setDir[set] + num +&quot;.txt&quot;;
    $(&#039;#slideTxt&#039;).load(txtURL);

})(jQuery);
}


//--&gt;&lt;!]]&gt;
&lt;/script&gt;&lt;h3&gt;A collection of educational slide sets.&lt;/h3&gt;
&lt;p&gt;These slides are designed to help teach certain concepts. The Education slide sets of &lt;a href=&quot;#1991&quot;&gt;1991&lt;/a&gt;,&lt;a href=&quot;#1993&quot;&gt;1993&lt;/a&gt;, &lt;a href=&quot;#1995&quot;&gt;1995&lt;/a&gt;, and &lt;a href=&quot;#1997&quot;&gt;1997&lt;/a&gt; focused on Computer Science and the Education slide set of &lt;a href=&quot;#1992&quot;&gt;1992&lt;/a&gt; focused on 2D aspects of Art and Design.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;a name=&quot;1997&quot; id=&quot;1997&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;1997 Educators&#039; Slide Set&lt;/h2&gt;
&lt;h2&gt;&lt;a href=&quot;javascript:popupSlide(8, 1)&quot;&gt;Surface mapping techniques&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;including texture and bump mapping and 2D and 3D (procedural) mapping&lt;/p&gt;
&lt;p&gt;You can also download a &lt;a href=&quot;http://education.siggraph.org/media/slide_sets/1997_mapping/s97_ed_slide_set_plus_doc.zip&quot;&gt;Zip file&lt;/a&gt; of this slide set, containing all slides and the documentation (1,753 KB)&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;a name=&quot;1995&quot; id=&quot;1995&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;1995 Educators&#039; Slide Set&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;h2&gt;&lt;a href=&quot;javascript:popupSlide(6, 1)&quot;&gt;Color and Color Reproduction&lt;/a&gt;&lt;/h2&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h2&gt;&lt;a href=&quot;slide-sets/1995-ColorQuantization&quot;&gt;Color Quantization&lt;/a&gt;&lt;/h2&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h2&gt;&lt;a href=&quot;javascript:popupSlide(7, 1)&quot;&gt;Color Spaces&lt;/a&gt;&lt;/h2&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;a name=&quot;1993&quot; id=&quot;1993&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;1993 Educators&#039; Slide Set&lt;/h1&gt;
&lt;hr class=&quot;floatclear&quot; /&gt;
&lt;p&gt;&lt;a href=&quot;javascript:popupSlide(3, 1)&quot;&gt;&lt;img alt=&quot;1993 - Line and Circle Drawing&quot; src=&quot;http://education.siggraph.org/media/slide_sets/1993_1.gif&quot; style=&quot;width: 160px; height: 120px; float: left; margin-right: 1em; margin-top: 1em; clear: both;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;javascript:popupSlide(3, 1)&quot;&gt;Line and Circle Drawing&lt;/a&gt;&lt;/h2&gt;
&lt;hr class=&quot;floatclear&quot; /&gt;
&lt;p&gt;&lt;a href=&quot; javascript:popupslide(4,=&quot;&gt;&lt;img alt=&quot;1993 - Anti-aliasing&quot; src=&quot;http://education.siggraph.org/media/slide_sets/1993_2.gif&quot; style=&quot;width: 160px; height: 120px; float: left; margin-right: 1em; margin-top: 1em; clear: both;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;javascript:popupSlide(4, 1)&quot;&gt;Anti-aliasing&lt;/a&gt;&lt;/h2&gt;
&lt;hr class=&quot;floatclear&quot; /&gt;
&lt;p&gt;&lt;a href=&quot;javascript:popupSlide(5, 1)&quot;&gt;&lt;img alt=&quot;1993 - Radiosity&quot; src=&quot;http://education.siggraph.org/media/slide_sets/1993_3.gif&quot; style=&quot;width: 160px; height: 120px; float: left; margin-right: 1em; margin-top: 1em;  clear: both;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;javascript:popupSlide(5, 1)&quot;&gt;Radiosity&lt;/a&gt;&lt;/h2&gt;
&lt;hr class=&quot;floatclear&quot; /&gt;
&lt;p&gt; &lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;a name=&quot;1992&quot; id=&quot;1992&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;1992 Educators&#039; Slide Set&lt;/h1&gt;
&lt;h2&gt;&lt;a href=&quot;slide-sets/1992_2d_art&quot;&gt;The Process of Creating 2D Images&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;SIGGRAPH 92 Educator&#039;s Slide Set on 2D Art&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;a name=&quot;1991&quot; id=&quot;1991&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;1991 Educators&#039; Slide Set&lt;/h1&gt;
&lt;p&gt;&lt;a href=&quot;javascript:popupSlide(0, 1)&quot;&gt;&lt;img alt=&quot;1991 - Ray Tracing&quot; src=&quot;http://education.siggraph.org/media/slide_sets/1991_0.gif&quot; style=&quot;width: 160px; height: 120px; float: left; margin-right: 1em; margin-top: 1em;  clear: both&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;javascript:popupSlide(0, 1)&quot;&gt;Ray Tracing&lt;/a&gt;&lt;/h2&gt;
&lt;h4&gt;Copyright 1984&lt;br /&gt;
	University of Waterloo&lt;br /&gt;
	Michael Sweeney&lt;/h4&gt;
&lt;hr class=&quot;floatclear&quot; /&gt;
&lt;p&gt;&lt;a href=&quot;javascript:popupSlide(1, 1)&quot;&gt;&lt;img alt=&quot;1991 - Projections&quot; src=&quot;http://education.siggraph.org/media/slide_sets/1991_1.gif&quot; style=&quot;width: 160px; height: 120px; float: left; margin-right: 1em; margin-top: 1em; clear: both&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;javascript:popupSlide(1, 1)&quot;&gt;3D Projection&lt;/a&gt;&lt;/h2&gt;
&lt;h4&gt;Copyright 1991&lt;br /&gt;
	University of Regina&lt;br /&gt;
	Norma Fuller&lt;/h4&gt;
&lt;hr class=&quot;floatclear&quot; /&gt;
&lt;p&gt;&lt;a href=&quot;javascript:popupSlide(2, 1)&quot;&gt;&lt;img alt=&quot;1991 - 3D Projections&quot; src=&quot;http://education.siggraph.org/media/slide_sets/1991_2.gif&quot; style=&quot;width: 160px; height: 120px; float: left; margin-right: 1em; margin-top: 1em; clear: both&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;javascript:popupSlide(2, 1)&quot;&gt;The Shutterbug Rendering Progression&lt;/a&gt;&lt;/h2&gt;
&lt;h4&gt;Copyright 1991&lt;br /&gt;
	P-I-X-A-R&lt;/h4&gt;
&lt;hr class=&quot;floatclear&quot; /&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Tags: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Archive&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-1&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/conferences/annual-conference&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;SIGGRAPH conference&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-2&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive/instruct_mat&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Instructional Materials&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 17 Jun 2009 19:58:00 +0000</pubDate>
 <dc:creator>wobbe</dc:creator>
 <guid isPermaLink="false">211 at https://education.siggraph.org</guid>
 <comments>https://education.siggraph.org/archive/slide-sets#comments</comments>
</item>
<item>
 <title>Computer Graphics Java Applets</title>
 <link>https://education.siggraph.org/archive/java_applets_for_cg</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;h3&gt;&lt;span class=&quot;description&quot;&gt;by Patrick Min, Princeton University&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;The applets and source code can be found at &lt;a href=&quot;http://www.cs.princeton.edu/~min/cs426/applets.html&quot;&gt;www.cs.princeton.edu/~min/cs426/applets.html&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Tags: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Archive&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-1&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive/instruct_mat&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Instructional Materials&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Sat, 02 Sep 2006 20:34:00 +0000</pubDate>
 <dc:creator>wobbe</dc:creator>
 <guid isPermaLink="false">238 at https://education.siggraph.org</guid>
 <comments>https://education.siggraph.org/archive/java_applets_for_cg#comments</comments>
</item>
<item>
 <title>HyperGraph - Teaching Computer Graphics</title>
 <link>https://education.siggraph.org/archive/hypergraph</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;&lt;span class=&quot;description&quot;&gt;A project of the ACM SIGGRAPH Education Committee, the Hypermedia and Visualization Laboratory, Georgia State University, and the National Science Foundation (IIS-9980130), (USE-8954402), (DUE-9255489), (DUE-9752398), (DUE9751419).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Project Director: &lt;a href=&quot;https://grid.cs.gsu.edu/gsowen/&quot; target=&quot;_blank&quot;&gt;G. Scott Owen&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This resources has been archived and &lt;a href=&quot;/static/HyperGraph/hypergraph.htm&quot; target=&quot;_blank&quot;&gt;can still be accessed here&lt;/a&gt;&lt;/p&gt;
&lt;h5&gt;Note: moved to new location, July 2019.&lt;/h5&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Tags: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/resources/past-projects&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Past Projects&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-1&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Archive&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-2&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive/instruct_mat&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Instructional Materials&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 06 Jun 2005 04:00:00 +0000</pubDate>
 <dc:creator>wobbe</dc:creator>
 <guid isPermaLink="false">148 at https://education.siggraph.org</guid>
 <comments>https://education.siggraph.org/archive/hypergraph#comments</comments>
</item>
<item>
 <title>SIGGRAPH 2001 Emerging Technology Exhibit Movies</title>
 <link>https://education.siggraph.org/conferences/annual-conference/siggraph2001</link>
 <description>&lt;div class=&quot;field field-name-field-image field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; rel=&quot;og:image rdfs:seeAlso&quot; resource=&quot;https://education.siggraph.org/sites/default/files/styles/large/public/field/image/S2001ap.png?itok=SVDaesAX&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;https://education.siggraph.org/sites/default/files/styles/large/public/field/image/S2001ap.png?itok=SVDaesAX&quot; width=&quot;375&quot; height=&quot;150&quot; alt=&quot;S2001 logo&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;h2&gt;These movies were made by SIGGRAPH TV at SIGGRAPH 2001.&lt;/h2&gt;
&lt;h5&gt;Note: All files are in the Mpeg format.&lt;/h5&gt;
&lt;h2&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/ET2001Movies/A_Wolf.mpg&quot;&gt;Alpha-Wolf&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;3&quot;&gt;(7.5 mbytes)&lt;/font&gt;&lt;br /&gt;
	Chair&#039;s Prerogative Exhibit&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;	&lt;font size=&quot;3&quot;&gt;This installation, featuring compelling characters with a novel multi-person interface in an expressive graphical setting, allows participants to interact socially with a pack of autonomous wolves. It is an extension of previous work by the MIT Media Lab&#039;s Synthetic Characters Group on creation of autonomous virtual creatures.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;	Technical Innovation &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;&lt;font size=&quot;3&quot;&gt;Interactive synthetic social behavior &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; color=&quot;#669999&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Bill Tomlinson &lt;/font&gt;&lt;br /&gt;
	&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Massachusetts Institute of Technology&lt;br /&gt;
	20 Ames Street&lt;br /&gt;
	Cambridge, Massachusetts 02139 USA&lt;br /&gt;
	Badger&lt;font size=&quot;2&quot;&gt; [at] &lt;/font&gt;media.mit.edu&lt;br /&gt;
	&lt;a href=&quot;http://badger.www.media.mit.edu/people/badger/alphaWolf.html&quot;&gt;badger.www.media.mit.edu/people/badger/alphaWolf.html&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/ET2001Movies/Archiving.mpg&quot;&gt;&lt;b&gt;Micro Archiving&lt;/b&gt; &lt;/a&gt;&lt;/font&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;(9.6 Mbytes)&lt;br /&gt;
	&lt;font size=&quot;2&quot;&gt;Juried Exhibit&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;	Micro Archiving enables digital archives of small objects like insects. This application demonstrates Micro Archiving&#039;s easy acquisition of high-definition 3D models and displays an interactive environment in which visitors interact with virtual bugs.&lt;/p&gt;
&lt;p&gt;	Technical Innovation &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;High-resolution digitizing of shape and color for tiny objects&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; color=&quot;#669999&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Tatsuya Saito &lt;/font&gt;&lt;br /&gt;
	&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Keio University&lt;br /&gt;
	5322 Endo Fujisawa&lt;br /&gt;
	Kanagawa 252-8520 JAPAN&lt;br /&gt;
	&lt;a href=&quot;mailto:tatsu@wem.sfc.keio.ac.jp&quot;&gt;tatsu@wem.sfc.keio.ac.jp&lt;/a&gt;&lt;/font&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt; &lt;/font&gt;&lt;/p&gt;
&lt;!-- *** content END *** --&gt;&lt;p&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/ET2001Movies/Chair.mpg&quot;&gt;sensingChair&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;(&lt;font size=&quot;3&quot;&gt;14&lt;/font&gt;.&lt;font size=&quot;3&quot;&gt;8&lt;/font&gt; Mbytes)&lt;br /&gt;
	&lt;font size=&quot;2&quot;&gt;Juried Exhibit&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;An office chair that senses its occupant through a layer of &quot;artificial skin.&quot; The sensingChair opens up new opportunities for human-computer interactions.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;	Technical Innovations &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Chair-based HCI &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Real-time classification of seated posture&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;&lt;font color=&quot;#669999&quot; size=&quot;2&quot;&gt;Hong Tan &lt;/font&gt;&lt;br /&gt;
	&lt;font size=&quot;2&quot;&gt;Purdue University&lt;br /&gt;
	1285 Electrical Engineering Building West&lt;br /&gt;
	Lafayette, Indiana 47907-1285 USA&lt;br /&gt;
	hongtan&lt;font size=&quot;2&quot;&gt; [at&lt;font size=&quot;2&quot;&gt;] &lt;/font&gt;&lt;/font&gt;purdue.edu&lt;br /&gt;
	&lt;a href=&quot;http://www.ecn.purdue.edu/HIRL/projects_chair.html&quot;&gt;www.ecn.purdue.edu/HIRL/projects_chair.html&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;!-- *** content END *** --&gt;&lt;p&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/ET2001Movies/Displays.mpg&quot;&gt;Everywhere Displays&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;(9.5 Mbytes)&lt;br /&gt;
	&lt;font size=&quot;2&quot;&gt;Juried Exhibit&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;	An everywhere displays projector uses a rotating mirror to project information onto any surface in an environment. User interaction is detected by a video camera so no physical contact with any computer device is required. In this playful demonstration, an ED projector helps visitors collaboratively render an image composed of M&amp;amp;Ms.&lt;/p&gt;
&lt;p&gt;	Technical Innovation &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Responsive projection of information onto real world surfaces&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; color=&quot;#669999&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Claudio Pinhanez&lt;/font&gt;&lt;br /&gt;
	&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;IBM T.J. Watson Research Center&lt;br /&gt;
	P.O. Box 218&lt;br /&gt;
	Yorktown Heights, New York 10598 USA&lt;br /&gt;
	pinhanez&lt;font size=&quot;2&quot;&gt; [at] &lt;/font&gt;us.ibm.com&lt;br /&gt;
	&lt;a href=&quot;http://www.research.ibm.com/people/p/pinhanez/%20cp_research_ed.htm&quot;&gt;www.research.ibm.com/people/p/pinhanez/ cp_research_ed.htm&lt;/a&gt;&lt;/font&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;&lt;/font&gt;&lt;/p&gt;
&lt;!-- *** content END *** --&gt;&lt;p&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/ET2001Movies/EnhancedDesk.mpg&quot;&gt;EnhancedDesk&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;(10.3 Mbytes)&lt;br /&gt;
	&lt;font size=&quot;2&quot;&gt;Juried Exhibit&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;	This augmented desk interface system provides novel man-machine interfaces based on direct manipulation of both real and projected objects with human hands and fingers.&lt;/p&gt;
&lt;p&gt;	Technical Innovations&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;User-specified object recognition &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Overlay of interactive functionality &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Fast and accurate real-time video tracking of multiple hands and fingers&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; color=&quot;#669999&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Yoichi Sato&lt;/font&gt;&lt;br /&gt;
	&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;The University of Tokyo&lt;br /&gt;
	4-6-1 Komaba, Meguro-ku&lt;br /&gt;
	Tokyo 153-8505 JAPAN&lt;br /&gt;
	Ysato [at] iis.u-tokyo.ac.jp&lt;br /&gt;
	&lt;a href=&quot;http://www.hci.iis.u-tokyo.ac.jp/research/index.html&quot;&gt;www.hci.iis.u-tokyo.ac.jp/research/index.html&lt;/a&gt;&lt;/font&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt; &lt;/font&gt;&lt;/p&gt;
&lt;!-- *** content END *** --&gt;&lt;p&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Enhanced Reality: A New Frontier for Computer Entertainment&lt;/h2&gt;
&lt;p&gt;(8.4 Mbytes)&lt;br /&gt;
	&lt;font size=&quot;2&quot;&gt;Juried Exhibit&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;	A new form of computer entertainment that enables movie-like special effects by mixing live video input and computer graphics in real time (Augmented-reality but with an entertainment focus). Participants interact with a virtual character, play with virtual butterflies, and have a &quot;magic&quot; duel.&lt;/p&gt;
&lt;p&gt;	Technical Innovations&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Intelligent natural interfaces &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Video input &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Collaborative, real-time situated awareness&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; color=&quot;#669999&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Richard Marks&lt;/font&gt;&lt;br /&gt;
	&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Sony Computer Entertainment America&lt;br /&gt;
	919 East Hillsdale Boulevard&lt;br /&gt;
	Foster City, California 94404 USA&lt;br /&gt;
	richard_marks&lt;font size=&quot;2&quot;&gt; [at] &lt;/font&gt;playstation.sony.com&lt;br /&gt;
	&lt;a href=&quot;http://www.devnet.scea.com/research/index.html&quot;&gt;www.devnet.scea.com/research/index.html&lt;/a&gt;&lt;/font&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt; &lt;/font&gt;&lt;/p&gt;
&lt;!-- *** content END *** --&gt;&lt;p&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/ET2001Movies/Otto.mpg&quot;&gt;OttoAndIris.com&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;(10.7 Mbytes)&lt;br /&gt;
	&lt;font size=&quot;1&quot;&gt;Chair&#039;s Prerogative Exhibit&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;	A playful theme park filled with fun activities in a 3D world. The core elements of the theme park are two autonomous, real-time interactive characters with individual personalities constructed from believable-agent and interactive-drama technology developed by Zoesis Studios, a spin-off of the Oz project at Carnegie Mellon University.&lt;/p&gt;
&lt;p&gt;	Technical Innovation &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Highly interactive, personality-rich autonomous characters &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Interactive dramatic guidance &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Interactive music &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Web-based online delivery&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; color=&quot;#669999&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Bryan Loyall &lt;/font&gt;&lt;br /&gt;
	&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Zoesis Studios&lt;br /&gt;
	246 Walnut Street, Suite 301&lt;br /&gt;
	Newton, Massachusetts 02460 USA&lt;br /&gt;
	bryan&lt;font size=&quot;2&quot;&gt; [at] &lt;/font&gt;zoesis.com&lt;br /&gt;
	&lt;a href=&quot;http://www.ottoandiris.com/&quot;&gt;ottoandiris.com/&lt;/a&gt;&lt;/font&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt; &lt;/font&gt;&lt;/p&gt;
&lt;!-- *** content END *** --&gt;&lt;p&gt;
	 &lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/ET2001Movies/Phone.mpg&quot;&gt;RobotPHONE: RUI for Interpersonal Communication&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;(11.4 Mbytes)&lt;br /&gt;
	&lt;font size=&quot;2&quot;&gt;Juried Exhibit&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;	A user interface that uses robots as physical avatars for interpersonal communication. It enables users in remote locations to communicate and interact with each other by exchanging the shape and motion of the robot.&lt;/p&gt;
&lt;p&gt;	Technical Innovation &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Cooperative mechanical and interpersonal communication via robotic interfaces&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; color=&quot;#669999&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Dairoku Sekiguchi &lt;/font&gt;&lt;br /&gt;
	&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;The University of Tokyo&lt;br /&gt;
	7-3-1 Hongo, Bunkyo-ku&lt;br /&gt;
	Tokyo 113-0033 JAPAN&lt;br /&gt;
	info&lt;font size=&quot;2&quot;&gt; [at] &lt;/font&gt;robotphone.org&lt;br /&gt;
	&lt;a href=&quot;http://www.robotphone.org/&quot;&gt;www.robotphone.org/&lt;/a&gt;&lt;/font&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;&lt;/font&gt;&lt;/p&gt;
&lt;!-- *** content END *** --&gt;&lt;p&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/ET2001Movies/Riding.mpg&quot;&gt;Riding the Net&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;(10.5 Mbytes)&lt;br /&gt;
	&lt;font size=&quot;2&quot;&gt;Juried Exhibit&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;	In this speech-based image browser, an interactive window displays a collection of constantly updated images derived from the Internet. As users speak into voice-input devices, keywords generate downloads of corresponding images. Users can interact with the images on the window&#039;s surface.&lt;/p&gt;
&lt;p&gt;	Technical Innovations &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Voice-driven image retrieval of data mined from the Internet &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt;Touch-screen intervention&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;font class=&quot;box6base&quot; color=&quot;#669999&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;Christa Sommerer&lt;/font&gt;&lt;br /&gt;
	&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;2&quot;&gt;ATR Media Integration &amp;amp; Communications Research Laboratories, Kyoto&lt;br /&gt;
	2-2 Hikari-dai Seika-cho, Soraku-gun&lt;br /&gt;
	Kyoto 619-0288 JAPAN&lt;br /&gt;
	christa [at] mic.atr.co.jp&lt;br /&gt;
	&lt;a href=&quot;http://www.mic.atr.co.jp/~christa/&quot;&gt;www.mic.atr.co.jp/~christa/&lt;/a&gt; &lt;/font&gt;&lt;font class=&quot;box6base&quot; face=&quot;Arial, Helvetica&quot; size=&quot;3&quot;&gt; &lt;/font&gt;&lt;/p&gt;
&lt;!-- *** content END *** --&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Tags: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/conferences/annual-conference&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;SIGGRAPH conference&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-1&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Archive&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-2&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive/instruct_mat&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Instructional Materials&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 16 Aug 2001 04:00:00 +0000</pubDate>
 <dc:creator>wobbe</dc:creator>
 <guid isPermaLink="false">101 at https://education.siggraph.org</guid>
 <comments>https://education.siggraph.org/conferences/annual-conference/siggraph2001#comments</comments>
</item>
<item>
 <title>Volume Visualization Data Sets</title>
 <link>https://education.siggraph.org/resources/cgsource/instructional-materials/archives/volume-visualization-data-sets</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;h2&gt;The Chapel Hill Volume Rendering Test Data Set, Volume I&lt;/h2&gt;
&lt;p&gt;These were originally on an ftp site at the University of North Carolina, Chapel Hill.&lt;/p&gt;
&lt;p&gt;SoftLab Software Systems Laboratory&lt;br /&gt;
	University of North Carolina&lt;br /&gt;
	Department of Computer Science&lt;br /&gt;
	Chapel Hill, NC 27599-3175&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;b&gt;The Chapel Hill Volume Rendering Test Data Set, Volume I is a collection of the following files:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/VolumeVisDataSets/3dhead.zip&quot;&gt;&lt;b&gt;Head data&lt;/b&gt;&lt;/a&gt; (zip file of 9.2 mbytes)&lt;br /&gt;
	A 109-slice MRI data set of a human head. Complete slices are stored consecutively as a 256 x 256 array. Pixels consist of 2 consecutive bytes making one binary integer. Data taken on the Siemens Magnetom and provided courtesy of Siemens Medical Systems, Inc., Iselin, NJ.&lt;/p&gt;
&lt;p&gt;Head data information article - An ASCII file containing acknowledgements for the head data files.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/VolumeVisDataSets/3dknee.zip&quot;&gt;&lt;b&gt;Knee data&lt;/b&gt;&lt;/a&gt; (zip file of 12.2 mbytes)&lt;br /&gt;
	A 127-slice MRI data set of a human knee. Complete slices are stored consecutively as a 256 x 256 array. Pixels consist of 2 consecutive bytes making one binary integer. Data taken on the Siemens Magnetom and provided courtesy of Siemens Medical Systems, Inc., Iselin, NJ.&lt;/p&gt;
&lt;p&gt;Knee data information article - An ASCII file containing acknowledgements for the knee data files.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/VolumeVisDataSets/cthead.zip&quot;&gt;CT Cadaver Head data&lt;/a&gt; &lt;/b&gt;(zip file of 7.4 mbytes)&lt;br /&gt;
	A 113-slice MRI data set of a CT study of a cadaver head. Slices are stored consecutively as a 256 x 256 array with dimensions of z-113 y-256 x-256 in z-y-x order. Format is 16-bit integers -- two consecutive bytes make up one binary integer. 14,811,136 bytes total file size. Data taken on the General Electric CT Scanner and provided courtesy of North Carolina Memorial Hospital.&lt;/p&gt;
&lt;p&gt;CT Cadaver Head data information article - An ascii file containing acknowledgements for the CT cadaver head data files.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://education.siggraph.org/media/cgsource/Archive/VolumeVisDataSets/mrbrain.zip&quot;&gt;&lt;b&gt;MR Brain data&lt;/b&gt;&lt;/a&gt; (zip file of 7.9 mbytes)&lt;br /&gt;
	A 109-slice MRI data set of a head with skull partially removed to reveal brain. 256 x 256 array. with dimensions of Z=109 Y=256 X=256 in z-y-x order. Format is 16-bit integers -- two consecutive bytes make up one binary integer. 14,286,848 bytes total file size. Data taken on the Siemens Magnetom and provided courtesy of Siemens Medical Systems, Inc., Iselin, NJ. Data edited  (skull removed) by Dr. Julian Rosenman, North Carolina Memorial Hospital.&lt;/p&gt;
&lt;p&gt;MR Brain data information article - An ascii file containing acknowledgements for the MR brain data files.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;The data sets were written on a Digital Equipment Corporation (DEC) VAX computer. Each file contains only pixels, stored in row major order with 2-byte integers per pixel. To use the images on machines that have normal byte order (DECs use reverse byte order), you should swap alternate bytes, for example using the &#039;dd&#039; command in UNIX. A sample command that does this for the 3dknee data set is:&lt;/p&gt;
&lt;p&gt;% dd if=3dknee of=3dknee.new conv=swab&lt;/p&gt;
&lt;p&gt;We do not object to your further distributing these files, but we request that full acknowledgement of the source of the data accompany such distribution. If you are going to send a data set to someone, please also send the accompanying information file (*.info) and this file (Announcement).&lt;/p&gt;
&lt;p&gt;The Computer Science Department, University of North Carolina only distributes these files by anonymous FTP.&lt;/p&gt;
&lt;p&gt;We do not provide any software for displaying these data.&lt;/p&gt;
&lt;p&gt;There is no information available about the data provided here other than that present in these files. For example, missing information about the means of data collection cannot be provided.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Tags: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Archive&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-1&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/resources/visualization&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Visualization&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-2&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive/instruct_mat&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Instructional Materials&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 11 Apr 2000 04:00:00 +0000</pubDate>
 <dc:creator>wobbe</dc:creator>
 <guid isPermaLink="false">150 at https://education.siggraph.org</guid>
 <comments>https://education.siggraph.org/resources/cgsource/instructional-materials/archives/volume-visualization-data-sets#comments</comments>
</item>
<item>
 <title>HyperVis - Teaching Scientific Visualization</title>
 <link>https://education.siggraph.org/archive/hypervis</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;&lt;span class=&quot;description&quot;&gt;A project of the ACM SIGGRAPH Education Committee, the National Science Foundation (DUE-9752398), and the Hypermedia and Visualization Laboratory, Georgia State University.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Project Director: &lt;a href=&quot;https://grid.cs.gsu.edu/gsowen/&quot; target=&quot;_blank&quot;&gt;G. Scott Owen&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This resources has been archived and &lt;a href=&quot;/static/HyperVis/hypervis.htm&quot; target=&quot;_blank&quot;&gt;can still be accessed here&lt;/a&gt;&lt;/p&gt;
&lt;h5&gt;Note: moved to new location July 2019&lt;/h5&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Tags: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/resources/past-projects&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Past Projects&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-1&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/resources/visualization&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Visualization&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-2&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Archive&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-3&quot; rel=&quot;dc:subject&quot;&gt;&lt;a href=&quot;/archive/instruct_mat&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Instructional Materials&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 24 Oct 1999 04:00:00 +0000</pubDate>
 <dc:creator>wobbe</dc:creator>
 <guid isPermaLink="false">147 at https://education.siggraph.org</guid>
 <comments>https://education.siggraph.org/archive/hypervis#comments</comments>
</item>
</channel>
</rss>
