<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>SMARTech Community: Graphics, Visualization, and Usability Center (GVU Center)</title>
    <link>http://smartech.gatech.edu/handle/1853/48</link>
    <description>Interdisciplinary center focused on computing at the boundaries—where computing touches the outside world.</description>
    <image>
      <title>The Channel Image</title>
      <url>http://smartech.gatech.edu/retrieve/7663</url>
      <link>http://smartech.gatech.edu/handle/1853/48</link>
    </image>
    <textInput>
      <title>The Community's search engine</title>
      <description>Search the Channel</description>
      <name>search</name>
      <link>http://smartech.gatech.edu/simple-search</link>
    </textInput>
    <item>
      <title>Lethality and Autonomous Systems: Survey Design and Results</title>
      <link>http://smartech.gatech.edu/handle/1853/20068</link>
      <description>Title: Lethality and Autonomous Systems: Survey Design and Results
&lt;br/&gt;
&lt;br/&gt;Authors: Moshkina, Lilia; Arkin, Ronald C.
&lt;br/&gt;
&lt;br/&gt;Abstract: This article reports the methods and results of an on-line survey addressing the issues&#xD;
surrounding lethality and autonomous systems that was conducted as part of a research project&#xD;
for the U.S. Army Research Office. The data from this survey were analyzed both qualitatively,&#xD;
providing a comparison between four different demographic samples targeted in the survey&#xD;
(namely, robotics researchers, policymakers, the military, and the general public), and&#xD;
quantitatively, for the robotics researcher demographic. In addition to the analysis, the design&#xD;
and administration of this survey and a discussion of the survey results are provided.</description>
      <pubDate>Sun, 29 Oct 2006 22:58:59 GMT</pubDate>
    </item>
    <item>
      <title>Multiple Object Selection in Pattern Hierarchies</title>
      <link>http://smartech.gatech.edu/handle/1853/20065</link>
      <description>Title: Multiple Object Selection in Pattern Hierarchies
&lt;br/&gt;
&lt;br/&gt;Authors: Jang, Justin; Rossignac, Jarek
&lt;br/&gt;
&lt;br/&gt;Abstract: Hierarchies of patterns of features, of subassemblies,&#xD;
or of CSG sub-expressions are used in&#xD;
architectural and mechanical CAD to eliminate laborious&#xD;
repetitions from the design process. Yet, often the&#xD;
placement, shape, or even existence of a selection of&#xD;
the repeated occurrences in the pattern must be adjusted.&#xD;
The specification of a desired selection of occurrences&#xD;
in a hierarchy of patterns is often tedious&#xD;
(involving repetitive steps) or difficult (requiring interaction&#xD;
with an abstract representation of the hierarchy&#xD;
graph). The OCTOR system introduced here addresses&#xD;
these two drawbacks simultaneously, offering an effective&#xD;
and intuitive solution, which requires only two&#xD;
mouse-clicks to specify any one of a wide range of&#xD;
possible selections. It does not require expanding the&#xD;
graph or storing an explicit list of the selected occurrences&#xD;
and is simple to compute. It is hence well suited&#xD;
for a variety of CAD applications, including CSG, feature-based design, assembly mock-up, and animation.&#xD;
We discuss a novel representation of a selection, a&#xD;
technology that makes it possible to use only two&#xD;
mouse-clicks for each selection, and the persistence of&#xD;
these selections when the hierarchy of patterns is edited.</description>
      <pubDate>Sun, 29 Oct 2006 22:58:59 GMT</pubDate>
    </item>
    <item>
      <title>Description of Computer Science Higher Education in Sub-Saharan Africa: Initial Explorations</title>
      <link>http://smartech.gatech.edu/handle/1853/20060</link>
      <description>Title: Description of Computer Science Higher Education in Sub-Saharan Africa: Initial Explorations
&lt;br/&gt;
&lt;br/&gt;Authors: Chetty, Marshini; Buckhalter, Celeste; Best, Michael L.; Grinter, Rebecca E.; Guzdial, Mark
&lt;br/&gt;
&lt;br/&gt;Abstract: Many countries in Sub-Saharan Africa (SSA) are in need of&#xD;
technology innovators who are equipped to leverage technologies&#xD;
in locally relevant domains such as health, government and&#xD;
education. To create skilled graduates who can build and shape&#xD;
locally relevant technologies, higher education institutes in Africa&#xD;
must have Computer Science (CS) education programs that meet&#xD;
local needs, for example, to satisfy the demand for entrepreneurs&#xD;
to build industry and strengthen an economy.&#xD;
&#xD;
This paper characterizes the current state of CS education in SSA&#xD;
in order to identify opportunities for addressing education&#xD;
challenges and to make suggestions that may improve the&#xD;
Information and Communication Technology (ICT) infrastructure&#xD;
in this region. We present the results of a survey of CS educators&#xD;
in SSA institutions of higher education, which was aimed at&#xD;
exploring the issues they face. In addition to the continued&#xD;
chronic under-funding of SSA education, we found that&#xD;
universities in SSA have smaller departments, less focus on&#xD;
Human Computer Interaction (HCI) and offer a variety of courses&#xD;
aside from undergraduate Bachelors degrees.&#xD;
&#xD;
We discuss directions to improve CS curricula through investing&#xD;
in locally tailored courses and changing perceptions of the value&#xD;
of SSA CS higher education programs, standards and educators.&#xD;
Further, we reflect on the challenges of conducting research on&#xD;
SSA. We conclude that further research in this area is needed to&#xD;
build on the ideas we offer here to continue to strengthen CS&#xD;
higher education in SSA.</description>
      <pubDate>Sun, 29 Oct 2006 22:58:59 GMT</pubDate>
    </item>
    <item>
      <title>Optimized Blist Form (OBF)</title>
      <link>http://smartech.gatech.edu/handle/1853/20059</link>
      <description>Title: Optimized Blist Form (OBF)
&lt;br/&gt;
&lt;br/&gt;Authors: Rossignac, Jarek
&lt;br/&gt;
&lt;br/&gt;Abstract: Any Boolean expressions may be converted into positive-form, which has only union and intersection operators.&#xD;
Let E be a positive-form expression with n literals. Assume that the truth-values of the literals are read one at a&#xD;
time. The numbers s(n) of steps (operations) and b(n) of working memory bits (footprint) needed to evaluate E&#xD;
depend on E and on the evaluation technique. A recursive evaluation performs s(n)=n–1 steps but requires&#xD;
b(n)=log(n)+1 bits. Evaluating the disjunctive form of E uses only b(n)=2 bits, but may lead to an exponential&#xD;
growth of s(n). We propose a new Optimized Blist Form (OBF) that requires only s(n)=n steps and b(n)=⌈log2j⌉&#xD;
bits, where j=⌈log2(2n/3+2)⌉. We provide a simple and linear cost algorithm for converting positive-form&#xD;
expressions to their OBF. We discuss three applications: (1) Direct CSG rendering, where a candidate surfel&#xD;
stored at a pixel is classified against an arbitrarily complex Boolean expression using a footprint of only 6&#xD;
stencil bits; (2) the new Logic Matrix (LM), which evaluates any positive form logical expression of n literals in&#xD;
a single cycle and uses a matrix of at most n×j wire/line connections; and (3) the new Logic Pipe (LP), which&#xD;
uses n gates that are connected by a pipe of ⌈log2j⌉ lines and when receiving a staggered stream of input vectors&#xD;
produces a value of a logical expression at each cycle.
&lt;br/&gt;
&lt;br/&gt;Description: Tech Report GIT-GVU-07-10 (original number: GIT-GVU-06-18) revised on May 23, 2007.</description>
      <pubDate>Tue, 22 May 2007 22:58:59 GMT</pubDate>
    </item>
  </channel>
</rss>

