]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Change the location of video lectures and publications from TAMU to Colorado State. 2976/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 17 Aug 2016 00:07:24 +0000 (18:07 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 17 Aug 2016 02:05:41 +0000 (20:05 -0600)
doc/documentation.html
doc/doxygen/headers/glossary.h
doc/doxygen/scripts/filter
doc/navbar.html
examples/step-1/doc/intro.dox
examples/step-32/doc/results.dox

index e70238aaf05f4199fe4ec81f37f2b4aada237988..1930e672e1b9f4d9a62b74ab0e8824f7d290b2fa 100644 (file)
@@ -5,7 +5,7 @@
     <title>The deal.II Online Documentation</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
     <link href="screen.css" rel="StyleSheet" type="text/css">
-    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 by the deal.II Authors">
+    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 by the deal.II Authors">
     <meta name="date" content="2006/02/07 22:49:01">
     <meta name="keywords" content="deal.II">
   </head>
@@ -34,7 +34,7 @@
           <li><a href="users/gdb.html" target="body">Configuration for debugging via GDB</a></li>
           <li><a href="doxygen/deal.II/Tutorial.html" target="_top">Tutorial</a></li>
           <li><a href="doxygen/deal.II/index.html" target="_top">Manual</a></li>
-          <li><a href="http://www.math.tamu.edu/~bangerth/videos.html" target="_top">Wolfgang's lectures</a></li>
+          <li><a href="http://www.math.colostate.edu/~bangerth/videos.html" target="_top">Wolfgang's lectures</a></li>
           <li><a href="http://www.dealii.org/reports.html" target="body">Technical reports</a></li>
           <li><a href="http://www.dealii.org/publications.html" target="_top">Publications</a></li>
         </ol>
index a2c1667d760bb423a36ca78df69d1b532df9ccf5..e8c5d1149d931ed342a422da52d8acca976bbde5 100644 (file)
   pages =        {4/1--4/31}
 }
  * @endcode
- * It is available from <a href="http://www.math.tamu.edu/~bangerth/publications.html">http://www.math.tamu.edu/~bangerth/publications.html</a>, also see <a href="https://www.dealii.org/publications.html#details">deal.II publications</a> for details.
+ * It is available from <a href="http://www.math.colostate.edu/~bangerth/publications.html">http://www.math.colostate.edu/~bangerth/publications.html</a>, also see <a href="https://www.dealii.org/publications.html#details">deal.II publications</a> for details.
  *
  * The numerical examples shown in that paper are generated with a slightly
  * modified version of step-27. The main difference to that
   author =       {Bruno Turcksin and Martin Kronbichler and Wolfgang Bangerth},
   title =        {\textit{WorkStream} -- a design pattern for multicore-enabled finite element computations},
   journal =      {accepted for publication in the ACM Trans. Math. Softw.},
-  year =         2015
+  year =         2016
 }
  * @endcode
- * It is available from <a href="http://www.math.tamu.edu/~bangerth/publications.html">http://www.math.tamu.edu/~bangerth/publications.html</a>, also see <a href="https://www.dealii.org/publications.html#details">deal.II publications</a> for details.
+ * It is available from <a href="http://www.math.colostate.edu/~bangerth/publications.html">http://www.math.colostate.edu/~bangerth/publications.html</a>, also see <a href="https://www.dealii.org/publications.html#details">deal.II publications</a> for details.
  * </dd>
  *
  * </dl>
index 682eac5638265a045f2cb3be4dd3afe68b5309f6..a8b75467e8ad9edc358c84790614d6fd4b505e9b 100755 (executable)
@@ -86,7 +86,7 @@ while (<>)
         $text = "\@note The material presented here is also discussed in ";
 
         # add links to the individual lectures
-        $text = $text . "<a href=\"http://www.math.tamu.edu/~bangerth/videos.676.$2.html\">video lecture $2</a>";
+        $text = $text . "<a href=\"http://www.math.colostate.edu/~bangerth/videos.676.$2.html\">video lecture $2</a>";
         
         if (length($3) > 0)
         {
@@ -97,11 +97,11 @@ while (<>)
 
             foreach $lecture (@otherlectures)
             {
-                $text = $text . ", <a href=\"http://www.math.tamu.edu/~bangerth/videos.676.$lecture.html\">video lecture $lecture</a>";
+                $text = $text . ", <a href=\"http://www.math.colostate.edu/~bangerth/videos.676.$lecture.html\">video lecture $lecture</a>";
             }
         }
 
-        $text = $text . ". (All video lectures are also available <a href=\"http://www.math.tamu.edu/~bangerth/videos.html\">here</a>.)";
+        $text = $text . ". (All video lectures are also available <a href=\"http://www.math.colostate.edu/~bangerth/videos.html\">here</a>.)";
         s/(\@dealiiVideoLecture\{([0-9\.]+)((, *[0-9\.]+ *)*)\})/$text/;
     }
 
@@ -115,7 +115,7 @@ while (<>)
         $text = "See also ";
 
         # add links to the individual lectures
-        $text = $text . "<a href=\"http://www.math.tamu.edu/~bangerth/videos.676.$2.html\">video lecture $2</a>";
+        $text = $text . "<a href=\"http://www.math.colostate.edu/~bangerth/videos.676.$2.html\">video lecture $2</a>";
         
         if (length($3) > 0)
         {
@@ -125,7 +125,7 @@ while (<>)
 
             foreach $lecture (@otherlectures)
             {
-                $text = $text . ", <a href=\"http://www.math.tamu.edu/~bangerth/videos.676.$lecture.html\">video lecture $lecture</a>";
+                $text = $text . ", <a href=\"http://www.math.colostate.edu/~bangerth/videos.676.$lecture.html\">video lecture $lecture</a>";
             }
         }
 
index f0f156a322c361feff5491db29dc9f899713f99f..a22ff6960b03f84c1e3fccbd7458a36b99bc5a44 100644 (file)
@@ -4,7 +4,7 @@
   <head>
     <title>deal.II navigation bar</title>
     <link href="screen.css" rel="StyleSheet">
-    <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014 by the deal.II Authors">
+    <meta name="copyright" content="Copyright (C) 1999-2016 by the deal.II Authors">
     <meta name="date" content="2006/02/07 22:49:06">
   </head>
   <body class="navbar">
@@ -26,7 +26,7 @@
     <p>
       <a href="doxygen/deal.II/Tutorial.html" target="_top">Tutorial</a><br />
       <a href="doxygen/deal.II/index.html" target="_top">Manual</a><br />
-      <a href="http://www.math.tamu.edu/~bangerth/videos.html"
+      <a href="http://www.math.colostate.edu/~bangerth/videos.html"
       target="_top">Wolfgang's lectures</a><br />
     </p>
 
index 1834ff4d591c4690ae72d193211c44ffdbd304a3..f18248b0b87d8a1f8fd674619013456fce3d6781 100644 (file)
@@ -115,7 +115,7 @@ to other useful pieces of information.
 
 This and several of the other tutorial programs are also discussed and
 demonstrated in <a
-href="http://www.math.tamu.edu/~bangerth/videos.html">Wolfgang
+href="http://www.math.colostate.edu/~bangerth/videos.html">Wolfgang
 Bangerth's video lectures</a> on deal.II and computational science. In
 particular, you can see the steps he executes to run this and other
 programs, and you will get a much better idea of the tools that can be
index 20274729d7b5c55fc76618d7cea4f6dd83d7f136..70e802fff591d159c16916cbf28fb27c4e277505 100644 (file)
@@ -304,7 +304,7 @@ The last two images show the grid as well as the partitioning of the
 mesh for a computation with 10 subdomains on 10 processors. The full dynamics
 of this simulation are really only visible by looking at
 an animation, for example the one <a
-href="http://www.math.tamu.edu/~bangerth/images/pictures/convection-outward/\step-32.2d.convection.gif">shown on
+href="http://www.math.colostate.edu/~bangerth/images/pictures/convection-outward/\step-32.2d.convection.gif">shown on
 this site</a>. Beware that this animation is
 about 20MB large, though it is well worth watching due to its almost
 artistic quality.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.