source: GTP-Internal/trunk/Webpage/NOF/gtp_webpage/gtp_webpage_html/html/body_news.html @ 1461

Revision 1461, 5.4 KB checked in by denisa, 18 years ago (diff)
Line 
1
2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3<HTML>
4<HEAD>
5<TITLE>News</TITLE>
6<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7<META NAME="Generator" CONTENT="NetObjects Fusion 8 für Windows">
8<BASE TARGET="_parent">
9<LINK REL=STYLESHEET TYPE="text/css" HREF="../html/style.css">
10<LINK REL=STYLESHEET TYPE="text/css" HREF="../html/site.css">
11<STYLE>
12.News { font-family: Arial,Helvetica,Geneva,Sans-serif; background-color: rgb(204,204,204); border: 1pt solid rgb(0,0,0); padding: 2pt;}
13</STYLE>
14</HEAD>
15<BODY NOF="(MB=(DefaultMasterBorder, 121, 61, 171, 0), L=(NewsLayout, 1108, 1000))" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
16    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
17        <TR VALIGN=TOP ALIGN=LEFT>
18            <TD WIDTH=15 HEIGHT=29><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=15 HEIGHT=1 BORDER=0 ALT=""></TD>
19            <TD></TD>
20        </TR>
21        <TR VALIGN=TOP ALIGN=LEFT>
22            <TD></TD>
23            <TD WIDTH=740>
24                <TABLE ID="Tabelle2" BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" HEIGHT=73>
25                    <TR>
26                        <TD CLASS="News">
27                            <P><I>8 / SEP /2006</I> - <B>GAMETOOLS</B> at <A HREF="http://www.cg.tuwien.ac.at/events/EG06/index.php">Eurographics 2006</A> in Vienna</P>
28                            <P>Tutorial T4 - <A HREF="http://www.cgg.cvut.cz/~havran/eg2006tut/"><I>Efficient Sorting and Searching in Rendering Algorithms</I></A>, presented examples from the <B>GTP</B>. <A HREF="http://www.gametools.org/archives/publications/tut4eg06.pdf">Here you can find the slides presented</A>. Next follows the abstract:</P>
29                            <BLOCKQUOTE>In the proposed tutorial we would like to highlight the connection between rendering algorithms and sorting and searching as classical problems studied in computer science. We will provide both theoretical and empirical evidence that for many rendering techniques most time is spent by sorting and searching. In particular we will discuss problems and solutions for visibility computation, density estimation, and importance sampling. For each problem we mention its specific issues such as dimensionality of the search domain or online versus offline searching. We will present the underlying data structures and their enhancements in the context of specific rendering algorithms such as ray shooting, photon mapping, and hidden surface removal. </BLOCKQUOTE>
30                            <P>Some pictures of the different events:</P>
31                            <P><A HREF="../game.jpg"><IMG ID="Picture2" HEIGHT=142 WIDTH=200 SRC="../assets/images/game_th.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT="game_th" TITLE="game_th"></A>&nbsp;<A HREF="../tshirts.jpg"><IMG ID="Picture4" HEIGHT=125 WIDTH=200 SRC="../assets/images/tshirts_th.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT="tshirts_th" TITLE="tshirts_th"></A> <A HREF="../presentation.jpg"><IMG ID="Picture5" HEIGHT=150 WIDTH=200 SRC="../assets/images/presentation_th.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT="presentation_th" TITLE="presentation_th"></A></P>
32                            <P>The poster:</P>
33                            <P><A HREF="../EG06poster.png"><IMG ID="Picture6" HEIGHT=211 WIDTH=300 SRC="../assets/images/EG06poster_th.png" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT="EG06poster_th" TITLE="EG06poster_th"></A></P>
34                        </TD>
35                    </TR>
36                </TABLE>
37            </TD>
38        </TR>
39    </TABLE>
40    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
41        <TR VALIGN=TOP ALIGN=LEFT>
42            <TD WIDTH=15 HEIGHT=22><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=15 HEIGHT=1 BORDER=0 ALT=""></TD>
43            <TD></TD>
44        </TR>
45        <TR VALIGN=TOP ALIGN=LEFT>
46            <TD></TD>
47            <TD WIDTH=740>
48                <TABLE ID="Table3" BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" HEIGHT=73>
49                    <TR>
50                        <TD WIDTH=732 CLASS="News">
51                            <P><I>8 / SEP /2006</I> - <B>GAMETOOLS</B> sponsored the <A HREF="http://www.cg.tuwien.ac.at/events/EG06/graphicsmeetsgames.php"><B><I>Graphics meets Games</I></B></A> competition at <A HREF="http://www.cg.tuwien.ac.at/events/EG06/index.php">Eurographics 2006</A> in Vienna.</P>
52                        </TD>
53                    </TR>
54                </TABLE>
55            </TD>
56        </TR>
57    </TABLE>
58    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
59        <TR VALIGN=TOP ALIGN=LEFT>
60            <TD WIDTH=17 HEIGHT=28><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=17 HEIGHT=1 BORDER=0 ALT=""></TD>
61            <TD></TD>
62        </TR>
63        <TR VALIGN=TOP ALIGN=LEFT>
64            <TD></TD>
65            <TD WIDTH=740>
66                <TABLE ID="Table4" BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" HEIGHT=73>
67                    <TR>
68                        <TD CLASS="News">
69                            <P><I>22 / AGO /2006</I> - Dr. Michael Wimmer presented the <B>GAMETOOLS</B> project at <A HREF="http://www.gcdc.de/">GCDC in Leipzig</A>, the biggest event for game developers in Europe, in a panel discussion that had collaboration between academia and industry as a topic.</P>
70                        </TD>
71                    </TR>
72                </TABLE>
73            </TD>
74        </TR>
75    </TABLE>
76</BODY>
77</HTML>
78 
Note: See TracBrowser for help on using the repository browser.