From: Wolfgang Bangerth Date: Wed, 17 Aug 2016 00:07:24 +0000 (-0600) Subject: Change the location of video lectures and publications from TAMU to Colorado State. X-Git-Tag: v8.5.0-rc1~761^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef4bf56494fd416d6eba7832f69e3106ffda84a;p=dealii.git Change the location of video lectures and publications from TAMU to Colorado State. --- diff --git a/doc/documentation.html b/doc/documentation.html index e70238aaf0..1930e672e1 100644 --- a/doc/documentation.html +++ b/doc/documentation.html @@ -5,7 +5,7 @@ The deal.II Online Documentation - + @@ -34,7 +34,7 @@
  • Configuration for debugging via GDB
  • Tutorial
  • Manual
  • -
  • Wolfgang's lectures
  • +
  • Wolfgang's lectures
  • Technical reports
  • Publications
  • diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index a2c1667d76..e8c5d1149d 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -993,7 +993,7 @@ pages = {4/1--4/31} } * @endcode - * It is available from http://www.math.tamu.edu/~bangerth/publications.html, also see deal.II publications for details. + * It is available from http://www.math.colostate.edu/~bangerth/publications.html, also see deal.II publications for details. * * The numerical examples shown in that paper are generated with a slightly * modified version of step-27. The main difference to that @@ -1698,10 +1698,10 @@ 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 http://www.math.tamu.edu/~bangerth/publications.html, also see deal.II publications for details. + * It is available from http://www.math.colostate.edu/~bangerth/publications.html, also see deal.II publications for details. * * * diff --git a/doc/doxygen/scripts/filter b/doc/doxygen/scripts/filter index 682eac5638..a8b75467e8 100755 --- a/doc/doxygen/scripts/filter +++ b/doc/doxygen/scripts/filter @@ -86,7 +86,7 @@ while (<>) $text = "\@note The material presented here is also discussed in "; # add links to the individual lectures - $text = $text . "video lecture $2"; + $text = $text . "video lecture $2"; if (length($3) > 0) { @@ -97,11 +97,11 @@ while (<>) foreach $lecture (@otherlectures) { - $text = $text . ", video lecture $lecture"; + $text = $text . ", video lecture $lecture"; } } - $text = $text . ". (All video lectures are also available here.)"; + $text = $text . ". (All video lectures are also available here.)"; s/(\@dealiiVideoLecture\{([0-9\.]+)((, *[0-9\.]+ *)*)\})/$text/; } @@ -115,7 +115,7 @@ while (<>) $text = "See also "; # add links to the individual lectures - $text = $text . "video lecture $2"; + $text = $text . "video lecture $2"; if (length($3) > 0) { @@ -125,7 +125,7 @@ while (<>) foreach $lecture (@otherlectures) { - $text = $text . ", video lecture $lecture"; + $text = $text . ", video lecture $lecture"; } } diff --git a/doc/navbar.html b/doc/navbar.html index f0f156a322..a22ff6960b 100644 --- a/doc/navbar.html +++ b/doc/navbar.html @@ -4,7 +4,7 @@ deal.II navigation bar - + @@ -26,7 +26,7 @@

    Tutorial
    Manual
    - Wolfgang's lectures

    diff --git a/examples/step-1/doc/intro.dox b/examples/step-1/doc/intro.dox index 1834ff4d59..f18248b0b8 100644 --- a/examples/step-1/doc/intro.dox +++ b/examples/step-1/doc/intro.dox @@ -115,7 +115,7 @@ to other useful pieces of information. This and several of the other tutorial programs are also discussed and demonstrated in Wolfgang +href="http://www.math.colostate.edu/~bangerth/videos.html">Wolfgang Bangerth's video lectures 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 diff --git a/examples/step-32/doc/results.dox b/examples/step-32/doc/results.dox index 20274729d7..70e802fff5 100644 --- a/examples/step-32/doc/results.dox +++ b/examples/step-32/doc/results.dox @@ -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 shown on +href="http://www.math.colostate.edu/~bangerth/images/pictures/convection-outward/\step-32.2d.convection.gif">shown on this site. Beware that this animation is about 20MB large, though it is well worth watching due to its almost artistic quality.