index.html 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  6. <title>iVProgH - LInE (free educational software and contents)</title>
  7. <link href="../css/bootstrap.min.css" rel="stylesheet" />
  8. <link href="../css/style.css" rel="stylesheet" />
  9. </head>
  10. <body>
  11. <nav class="navbar navbar-expand-md navbar-dark fixed-top" style="background-color: #03396c;">
  12. <b><a class="navbar-brand" href="../">iVProgH</a></b>
  13. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
  14. <span class="navbar-toggler-icon"></span>
  15. </button>
  16. <div class="collapse navbar-collapse" id="navbarsExampleDefault">
  17. <ul class="navbar-nav mr-auto">
  18. <li class="nav-item active">
  19. <a class="nav-link" href="../"
  20. title="Navigate to iVProgH homepage.">Home</a>
  21. </li>
  22. <li class="nav-item">
  23. <a class="nav-link" href="../sobre_ivprog.html"
  24. title="Know what iVProgH is and what iVProgH is for.">About</a>
  25. </li>
  26. <li class="nav-item">
  27. <a class="nav-link" href="../ex_en/index.html"
  28. title="See some examples and test iVProgH online.">Examples</a>
  29. </li>
  30. <li class="nav-item">
  31. <a class="nav-link" href="../download.html"
  32. title="Download a copy of iVProgH for your computer.">Download</a>
  33. </li>
  34. <li class="nav-item">
  35. <a class="nav-link" href="../manual_en/index.html"
  36. title="Access online iVProgH manual and learn about all the features.">Help</a>
  37. </li>
  38. <li class="nav-item">
  39. <a class="nav-link" href="../bugs/report.html"
  40. title="Send a message to the iVProgH team.">Contact</a>
  41. </li>
  42. <li class="nav-item">
  43. <a class="nav-link" href="//www.usp.br/line/"
  44. title="Meet the Laboratory of Informatics in Education of the Institute of Mathematics and Statistics of USP.">LInE</a>
  45. </li>
  46. <li class="nav-item">
  47. <a class="nav-link" href="../docs/"
  48. title="Get access to all iVProgH documentation.">Developers</a>
  49. </li>
  50. <li class="nav-item">
  51. <a class="nav-link" href="../publicacoes.html"
  52. title="Read the team publications about iVProgH.">Publications</a>
  53. </li>
  54. </ul>
  55. <!-- bandeiras para lingua -->
  56. <div class="form-inline my-2 my-lg-0">
  57. <img src="../img/img_flag_brazil.png" />
  58. <img src="../img/img_flag_usa.png" ;>
  59. </div>
  60. </div>
  61. </nav>
  62. <main role="main">
  63. <div class="jumbotron ivprogh-desc">
  64. <div class="container">
  65. <h1>iVProg Project</h1>
  66. <p class="text-reduced">
  67. The <b>iVProg</b> Project (<i>Interactive Visual Programming on the Internet</i>) was started in 2009, with
  68. the development of a first version in <i>Java</i>, as an applet, which was the result of the dissertation Master of
  69. <i><a href="https://bdpi.usp.br/item/002192819" title="Reginaldo dissertation defended on 11/09/2010">Reginaldo Rideaki Kamiya</a><i>.
  70. <!--
  71. 09/11/2010 : iVProg : um sistema visual para ensino/aprendizagem de programação via Web
  72. -->
  73. The second version, completely new, has been developed from the framework for <i title="Interactive Learning Modules">iMA</i>
  74. was the result of the
  75. <i><a href="https://bdpi.usp.br/item/002302564" title="Danilo Leite Dalmon dissertation">dissertation Master of Danilo Leite Dalmon</a>.
  76. <!--
  77. 06.07.2012 : Uma Linha de Produto de Software para Módulos de Aprendizagem Interativa
  78. -->
  79. This second version was also developed in <i>Java</i> and was the final product of the
  80. <i><a href="https://www.ime.usp.br/~cpg/teses/Dissertacao-RomenigdaSilvaRibeiro.pdf" title="Romenig da Silva Ribeiro dissertation">master's dissertation of Romenig da Silva Ribeiro</a>.
  81. <!--
  82. 12/05/2015 : Construção e uso de ambiente visual para o ensino de programação introdutória
  83. -->
  84. </p>
  85. <p class="text-reduced">
  86. From the <a href="http://www.matematica.br/igeom" title="iGeom page">iGeom</a> project, for interactive geometry, the idea of an <i>iMA</i>
  87. is that they are systems that can work directly via <i>Web</i>, in particular integrated with a course manager.
  88. For this reason, we have an <i>iMA</i> integrator for <i>Moodle</i> environments, which is the
  89. <a href="http://www.matematica.br/ia" title=" iTarefa page">iTarefa</a></i>. </p>
  90. The <i>iVProg</i> follows this template and can be integrated into <i>Moodle</i> from <i>iTarefa</i>.
  91. </p>
  92. <p class="text-reduced">
  93. Since most browsers (such as <i>Firefox</i>) no longer made the applet integrator available, we
  94. to think of new <i>iMA</i> developed in <i>HTML5 </i> (<i>HTML + JavaScript + CSS </i>).
  95. The <i>iVProgH</i> system was the first in this line, developed in <i>HTML5 </i>, which therefore received the suffix <i>H</i>.
  96. </p>
  97. <!--
  98. <a class="btn btn-primary" href="../sobre_ivprog.html" role="button" title="Conheça resumidamente o que é e para que serve o iVProgH.">
  99. Saiba mais &raquo;</a>
  100. -->
  101. </div>
  102. </div>
  103. <!--
  104. <div class="container ivprog-container">
  105. <div class="embed-responsive embed-responsive-16by9">
  106. <iframe class="embed-responsive-item" src="ivprogh/index.html" allowfullscreen></iframe>
  107. </div>
  108. </div>
  109. -->
  110. <div class="container">
  111. <div class="row thumbs-ivprog">
  112. <div class="col-md-3 item"><a href="version1/" title="version 1: java">
  113. <span class="octicon octicon-light-bulb"></span>
  114. <h4>IVProg Version 1 in Javaa</h4>
  115. <hr>
  116. <p>iVProg based on version 2.0 of Alice</p></a>
  117. </div>
  118. <div class="col-md-3 item"><a href="version2/" title="version 2: java">
  119. <span class="octicon octicon-clock"></span>
  120. <h4>IVProg Version 2 in Java</h4>
  121. <hr>
  122. <p>iVProg based on framework for iMA building in Java</p></a>
  123. </div>
  124. <br/>
  125. <div class="col-md-3 item"><a href="version3/" title="version 3: html">
  126. <span class="octicon octicon-clock"></span>
  127. <h4>i Version 3 in HTML</h4>
  128. <hr>
  129. <p>First version of iVProgH in HTML+JavaScript+CSS</p></a>
  130. </div>
  131. <div class="col-md-3 item"><a href="../" title="version 4: html">
  132. <span class="octicon octicon-clock"></span>
  133. <h4>iVProg Version 4 in HTML</h4>
  134. <hr>
  135. <p>Second version of iVProgH in HTML+JavaScript+CSS</p></a>
  136. </div>
  137. </div>
  138. </div>
  139. </main>
  140. <footer class="container text-center">
  141. <a href="http://www.ime.usp.br/line">iVProgH</a> |
  142. <a href="http://www.ime.usp.br/line">LInE</a> |
  143. <a href="http://www.matematica.br">iM&aacute;tica</a>
  144. </footer>
  145. <script src="./js/jquery.min.js"></script>
  146. <script src="./js/bootstrap.bundle.min.js"></script>
  147. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css">
  148. </body>
  149. </html>