PageRenderTime 30ms CodeModel.GetById 7ms RepoModel.GetById 0ms app.codeStats 0ms

/Prism/Views/Home/Credits.aspx

https://bitbucket.org/kevinf/vvv
ASP.NET | 85 lines | 83 code | 2 blank | 0 comment | 3 complexity | 66858a3e6bf0ac79c25d8be13faf0943 MD5 | raw file
  1. <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
  2. <asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server">
  3. Version Variation Visualization - About
  4. </asp:Content>
  5. <asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
  6. <div class="container">
  7. <header>
  8. <h1>Version Variation Visualization: About</h1>
  9. <p class="lead">Explore great works with their world-wide translations</p>
  10. </header>
  11. <section id="blurp">
  12. <div class="row">
  13. <div class="span12">
  14. <div id="twitter">
  15. <a href="https://twitter.com/transarrays" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @transarrays</a>
  16. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
  17. </div>
  18. <p>Send us an <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;%74%72%61%6E%73%61%72%72%61%79%73%40%67%6D%61%69%6C%2E%63%6F%6D">Email</a></p>
  19. </div>
  20. </div>
  21. </section>
  22. <section>
  23. <div class="page-header">
  24. <h2>Credits</h2>
  25. </div>
  26. <div class="row">
  27. <div class="span8">
  28. <dl>
  29. <dt>Concept</dt><dd><a href="http://www.swansea.ac.uk/staff/academic/artshumanities/ltm/cheesmant/">Tom Cheesman</a></dd>
  30. <dt>Software architecture</dt><dd><a href="http://www.kftrans.co.uk/">Kevin Flanagan</a></dd>
  31. <dt>Interface and visualization design</dt><dd><a href="http://www.nand.io">Studio NAND</a> with support from <a href="http://www.ahoi.in">Sebastian Sadowski</a></dd>
  32. <dt>Text preparation</dt><dd><a href="http://www.swansea.ac.uk/staff/academic/artshumanities/ltm/cheesmant/">Tom Cheesman</a>, Alison Ehrmann</dd>
  33. <dt>TextViz scoping, prototyping, &amp; alt. maths</dt><dd><a href="http://cs.swan.ac.uk/~cszg/">Zhao Geng</a></dd>
  34. </dl>
  35. </div>
  36. </div>
  37. </section>
  38. <section>
  39. <div class="page-header">
  40. <h2>Copyright notice</h2>
  41. </div>
  42. <div class="row">
  43. <div class="span8">
  44. <p>Most translations on this site are © various publishers. The texts are reproduced here with permission. If you use (quote) a text, credit the translator and the copyright owner. Details for each translation are at More About</p>
  45. <p>The editorial content of this Translation Array is published under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. The content can only be non-commercially re-used under the same kind of licence, with express credit to Translation Array Prototype 1, by Tom Cheesman, Kevin Flanagan, Stephan Thiel and others, 2012.</p>
  46. <p>
  47. The VVV software powering this website is released under GNU general public licence v3.
  48. For details see <a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a>. This licence, authorship and copyright details are
  49. included with the source code, which is available at <a href="https://bitbucket.org/kevinf/vvv">https://bitbucket.org/kevinf/vvv</a>.
  50. </p>
  51. </div>
  52. </div>
  53. </section>
  54. <section>
  55. <div class="page-header">
  56. <h2>Acknowledgements</h2>
  57. </div>
  58. <div class="row">
  59. <div class="span8">
  60. <p>Our thanks for generous assistance in kind to: ABBYY OCR Software (Colin Miller), Wolfestone Translation Ltd (Anna Bastek, Silke Lührmann, and their summer 2011 interns), Hartmann &amp; Stauffacher, Theater Verlag Desch, Reclam, Suhrkamp, other German theatre publishers, and the many individual contributors to www.delightedbeauty.org</p>
  61. <p>Instigation: David M Berry. Advice: Dirk Delabastita, Balz Engler, Regula Hohl Trillini, Susan Schreibman, Chris Meister, Desmond Schmidt</p>
  62. </div>
  63. </div>
  64. </section>
  65. <section>
  66. <div class="page-header">
  67. <h2>Funders</h2>
  68. </div>
  69. <div class="row">
  70. <div class="span8">
  71. <p>2012 Arts and Humanities Research Council, Digital Transformations Theme (TC with Robert S Laramee°, Jonathan Hope3); Swansea University and Engineering and Physical Sciences Research Council: Bridging the Gaps (TC with Robert S Laramee)</p>
  72. <p>2011 Swansea University, Research Institute for Arts and Humanities, Research Innovation Fund (TC with David M Berry, Robert S Laramee°, Andrew Rothwell)</p>
  73. <p>All named are currently at Swansea University, College of Arts and Humanities, except: °Swansea University, College of Science; ¹Studio Nand, Berlin; ²Fachhochschule Potsdam; 3Strathclyde University</p>
  74. <div class="logos">
  75. <img src="<%= Url.Content("~/Content/img/logos/swanseau.png") %>" class="logo" title="Swansea University" />
  76. <img src="<%= Url.Content("~/Content/img/logos/ahrc.png") %>" class="logo" title="Arts &amp; Humanities Research Council" />
  77. <img src="<%= Url.Content("~/Content/img/logos/epsrc.png") %>" class="logo" title="ESPRC" />
  78. </div>
  79. </div>
  80. </div>
  81. </section>
  82. </div>
  83. </asp:Content>