[Commits] [svn:einsteintoolkit] www/info/ (Rev. 312)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Fri Jul 9 17:42:00 CDT 2010


User: eschnett
Date: 2010/07/09 05:42 PM

Modified:
 /info/
  index.php

Log:
 Add a pointer to our tutorial

File Changes:

Directory: /info/
=================

File [modified]: index.php
Delta lines: +39 -8
===================================================================
--- info/index.php	2010-07-08 14:24:29 UTC (rev 311)
+++ info/index.php	2010-07-09 22:42:00 UTC (rev 312)
@@ -2,21 +2,52 @@
 include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
 
 <p>
-<b>Run Physics Codes:</b> download the <a href="documentation/">Einstein Toolkit</a> which includes complete codes for modeling vacuum spacetimes such 
-  as the coalescence of black holes, or  relativistic hydrodynamics. Use example parameter files and Cactus configuration files to run quickly on known machines or use our test accounts on Queen Bee.
+  <b>Get Started:</b> follow
+  our <a href="http://docs.einsteintoolkit.org/et-docs/Tutorial_for_New_Users">Tutorial
+  for New Users</a> where you download the toolkit and run a simple
+  physics example on Queen Bee, one of "our" machines where we worked
+  hard to make sure that everything works just fine out of the box.
+  (Please tell us if this is not so!)  Within a short time, you should
+  be looking at the fundamental mode oscillation of a TOV star.
 </p>
+
 <p>
-<b>Put Together Your Own Code:</b> look through the different thorns making up the <a href="/toolkit">Einstein Toolkit</a>, use what you want and develop or add in your own additional thorns to research new evolution algorithms, new modes of analysis or to evolve new initial data sets. Since the Einstein Toolkit contains examples of initial data, evolution, and analysis thorns, you can see prototypes of how new thorns should be structured.
+  <b>Run Physics Codes:</b> download
+  the <a href="documentation/">Einstein Toolkit</a> which includes
+  complete codes for modeling vacuum spacetimes such as the
+  coalescence of black holes, or relativistic hydrodynamics.  Use
+  example parameter files and Cactus configuration files to run
+  quickly on known machines or use our test accounts on Queen Bee.
 </p>
+
+<p>
+  <b>Put Together Your Own Code:</b> look through the different thorns
+  making up the <a href="/toolkit">Einstein Toolkit</a>, use what you
+  want and develop or add in your own additional thorns to research
+  new evolution algorithms, new modes of analysis or to evolve new
+  initial data sets.  Since the Einstein Toolkit contains examples of
+  initial data, evolution, and analysis thorns, you can see prototypes
+  of how new thorns should be structured.
+</p>
+
 <!-- ES: I moved the pointer to the ThornGuide into the --
   -- "documentation" folder; I think it is easier to find there -->
 <p>
-<b>Join the <a href="/about/members">Einstein Toolkit Consortium</a>:</b> this will show your support for our initiative and involve you in discussions about the toolkit development and support.
+  <b>Join the <a href="/about/members">Einstein Toolkit
+  Consortium</a>:</b> this will show your support for our initiative
+  and involve you in discussions about the toolkit development and
+  support.
 </p>
+
 <p>
-  <b>Interact:</b>: The <a href="mailto:users at einsteintoolkit.org">users at einsteintoolkit.org</a> mail list is for discussions, questions, and new dissemination  about the toolkit.
-  The <code>#cactus</code> IRC channel on <code>irc.oftc.net</code> provides a more
-  interactive way for such discussions.
-  Our Einstein Toolkit <a href="http://blog.einsteintoolkit.org/">blog</a> provides more content, and anyone can sign up to post to it. </p>
+  <b>Interact:</b>
+  The <a href="mailto:users at einsteintoolkit.org">users at einsteintoolkit.org</a>
+  mail list is for discussions, questions, and new dissemination about
+  the toolkit.  The <code>#cactus</code> IRC channel
+  on <code>irc.oftc.net</code> provides a more interactive way for
+  such discussions.  Our Einstein
+  Toolkit <a href="http://blog.einsteintoolkit.org/">blog</a> provides
+  more content, and anyone can sign up to post to it.
+</p>
 
 <?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>



More information about the Commits mailing list