start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
start [2019/01/21 09:35] benmuellstart [2023/11/07 15:28] benmuell
Line 1: Line 1:
 <html> <html>
-<h1polymake </h1>+   <head> 
 +      <style> 
 +.dark { padding:30px 15px 30px 15px; 
 +   background-color: rgb(241, 241, 241); 
 +   overflow: hidden; /* to make the div fit float imgs*/ 
 +
 +.hidden_image {} 
 +.hidden_br {} 
 +.light { padding:30px 15px 30px 15px; overflow: hidden;} 
 +.col-container { 
 +    display: table; 
 +    table-layout: fixed; 
 +    width: 100%; 
 +    padding: 15px 0 15px 0; 
 +
 +.col { 
 +  display: table-cell; 
 +  padding: 30px 30px 50px 30px; 
 +  background-color: rgb(241, 241, 241); 
 +  text-align: center; 
 +  vertical-align: top; 
 +
 +.middleCol { 
 +  display: table-cell; 
 +  padding: 30px 30px 50px 30px; 
 +  background-color: rgb(241, 241, 241); 
 +  text-align: center; 
 +  vertical-align: top; 
 +
 +.fixed_width_button { 
 +  width: 150px; 
 +
 +@media (max-width: 1200px) { /*rearrange cells on mobile devices*/ 
 +  .middleCol { display: block; width: auto; 
 +    padding: 0px 10px 0px 10px; 
 +  } 
 +  .hidden_image { height: 50px; width: 50px;} 
 +  .hidden_br { display: none;} 
 +
 +@media (max-width: 768px) { /*rearrange cells on mobile devices*/ 
 +  .col { display: block; width: auto; 
 +    padding: 0px 10px 0px 10px; 
 +  } 
 +  .middleCol { display: block; width: auto; 
 +    padding: 0px 10px 0px 10px; 
 +  } 
 +  .hidden_image { display: none;} 
 +  .hidden_br { display: none;} 
 +
 +a { color: rgb(167, 67, 26); } 
 +.button { font-size: 16px; color: rgb(167, 67, 26); } 
 +      </style> 
 +   </head>
  
-<style="clear:left"> polymake is open source software for research in polyhedral geometry. +   <div class="light"> 
-It deals with polytopes, polyhedra and fans as well as simplicial complexes, matroids, graphs, tropical hypersurfaces, and other objects. +      <img heigth="150" width="150" alt="Logo" src="/theme_files/images/pmlogobig.png"  style="float:left; margin:20px;"/> 
-Supported platforms include various flavors of Linux, FreeBSD and Mac OS.</p>+      <img src="/theme_files/images/wikilogo.png"/> 
 +      <br> 
 +      <a href="/doku.php/boxdoc"> 
 +         <button class="button" style="float:right">&#187; try it online!</button> 
 +      </a> 
 +      <hr> 
 +      <p> 
 +      polymake is open source software for research in polyhedral geometry. 
 +      It deals with polytopes, polyhedra and fans as well as simplicial complexes, matroids, graphs, tropical hypersurfaces, and other objects. Supported platforms include various flavors of Linux, FreeBSD and Mac OS. 
 +      </p
 +      <p class="dark"> 
 +      <b>Hint:</b> polymake currently undergoes a major refactoring of its codebase.  
 +      One reason are changes in perl version 5.38 and its successors that restrict access to various internal functions. 
 +      This is why polymake temporarily vanished from several Linux distributions. 
 +      Users can download our tarballs with a <a href="/doku.php/install/jll"><img heigth="20" width="20" alt="Download" src="/theme_files/images/download-pm.png"/>prebuilt polymake</a> (including a suitable perl).<br/> 
 +      <b>Update:</b> The latest polymake 4.11 restores compatibility with perl 5.38 but it is unclear if these workarounds will stay possible for future perl releases. 
 +      </p> 
 +   </div>
  
-<pOn this site you can find the growing collection of <a href="/doku.php/documentation">documentation</a> related to polymake, as well as extra material supplied by the user community To communicate with the <a href="/doku.php/team">polymake team</a>, please use our <a href="//forum.polymake.org">forum</a>. </p>+   <div class="col-container"> 
 +       <div class="middleCol"> 
 +           <a href="/doku.php/news/start"> 
 +              <img heigth="100" width="100" alt="news" src="/theme_files/images/news.png" style="margin:20px;" class="hidden_image"/> 
 +           </a> 
 +           <br class="hidden_br"> 
 +           <a href="/doku.php/news/start"> 
 +              <button class="button fixed_width_button">News</button> 
 +            </a> 
 +      </div> 
 +      <div class="middleCol"> 
 +           <a href="/doku.php/download/start"> 
 +              <img heigth="100" width="100" alt="Download" src="/theme_files/images/download-pm.png" style="margin:20px;" class="hidden_image"/> 
 +           </a> 
 +           <br class="hidden_br"> 
 +           <a href="/doku.php/download/start"> 
 +              <button class="button fixed_width_button">Get Polymake!</button> 
 +            </a> 
 +      </div> 
 +      <div class="middleCol"> 
 +         <a href="/doku.php/user_guide/start"> 
 +            <img heigth="100" width="100" src="/theme_files/images/db-pm.png" style="margin:20px;" class="hidden_image"/> 
 +         </a> 
 +         <br class="hidden_br"> 
 +         <a href="/doku.php/user_guide/start"> 
 +            <button class="button fixed_width_button">User Guide</button> 
 +         </a> 
 +      </div> 
 +      <div class="middleCol"> 
 +         <a href="/doku.php/workshops/start"> 
 +            <img heigth="100" width="100" src="/theme_files/images/team-2.png" style="margin:20px;" class="hidden_image"/> 
 +         </a> 
 +         <br class="hidden_br"> 
 +         <a href="/doku.php/workshops/start"> 
 +            <button class="button fixed_width_button">Workshops</button> 
 +         </a> 
 +      </div> 
 +      <div class="middleCol"> 
 +         <a href="/doku.php/documentation"> 
 +            <img heigth="100" width="100" alt="Documentation" src="/theme_files/images/research-pm.png style="margin:20px;" class="hidden_image"/> 
 +         </a> 
 +         <br class="hidden_br"> 
 +         <a href="/doku.php/documentation"> 
 +            <button class="button fixed_width_button">Documentation</button> 
 +         </a> 
 +      </div> 
 +   </div> 
 +    
 +<!-- 
 +   <div class="light"> 
 +      <center><h3>Join us at the upcoming polymake workshop at TU Berlin!</h3> 
 +We hold a yearly conference at TU Berlin, with workshops for beginners as well as advanced users. Here you can meet the team and other users, discuss your projects, and learn about research done with polymake. Most of the developers will be present and happy to answer questions and give assistance with software troubles at the help desk. If you're interested in polymake, drop by! 
 +<br> 
 +         <a href="/doku.php/workshops/start">Attend the next polymake workshop</a><br> 
 +      </center> 
 +   </div>
  
-<!--<hr> +      <hr> 
-<p>If you're interested in polymake, please note the <b>upcoming <a href="/doku.php/workshop1214">polymake conference</a> in December 2014</b>.</p>+-->
  
-<hr>-->+   <div class="light"> 
 +      <center><h3>Questions? Remarks? Get In Touch!</h3>
  
-<table class="startpage"> +         <a href="//​forum.polymake.org">Visit our forum</a><br
-<tr> +         <a href="//forum.polymake.org/viewforum.php?f=13">Subscribe to the news forum</a><br
-<td><a href="/doku.php/download/start"><img class="startpage" heigth="100" width="100" alt="Download" src="/theme_files/images/download-pm.png/></a></td+         <a href="/doku.php/workshops/start">Attend the next polymake workshop</a><br
-<td> +         <a href="/doku.php/team">Contact the polymake team</a><br>
-<h3 class="startpage">Getting polymake</h3> +
-<ul class="startpage"> +
-<li> <a href="/doku.php/download/start#source_and_binary_distributions">latest release</a></li+
-<li> <a href="/doku.php/news/release_3_2">new features of version 3.2</a></li+
-<li> <a href="https://github.com/polymake">polymake on GitHub</a></li> +
-</ul> +
-</td>+
  
-<td><img class="startpageheigth="100width="100alt="polymake" src="/theme_files/images/using-pm.png" /></td> +      </center> 
-<td+   </div> 
-<h3 class="startpage">Using polymake</h3+    
-<ul class="startpage"+   <div class="col-containerstyle="border-spacing:5px;"
-<li style="font-weight:bold"> <a href="/doku.php/boxdoc">Try polymake online!</a></li+   <div class="col"> 
-<li> <a href="/doku.php/documentation">documentation</a></li+<h3>polymake Callable Library</h3
-<li> <a href="/doku.php/tutorial/start">tutorials</a></li+            <p>polymake offers a C++ callable library, enabling you to use it from your C++ code directly.</p
-<li> <a href="//forum.polymake.org">forum</a></li+            <br
-<li> <a href="/doku.php/workshops">workshops</a></li> +               <a href="/doku.php/callable">Callable library wiki page</a><br> 
-</ul+               <a href="/doku.php/lib_users">Software using our callable library</a><br> 
-</td+</div
-</tr>+         <div class="col"> 
 +         <h3>polymake Extensions</h3> 
 +         <p>polymake provides interfaces to various mathematical software. It also supports an extension system, allowing users to write and maintain their additions to the polymake code outside the distribution.</p> 
 +          <br> 
 +               <a href="/doku.php/extensions">Extensions</a><br
 +               <a href="/doku.php/user_guide/extend/extensions">Write your own extension!</a><br
 +</div> 
 +      <div class="col">  <h3>The polymake Database</h3> 
 +               <p>polyDB is a database for objects in discrete geometry and related areas that can be accessed from within polymake.</p
 +               <br> 
 +               <a href="/doku.php/polydb">polyDB wiki page</a> 
 +</div
 +</div>
  
-<tr> 
-<td><a href="/doku.php/extensions"><img class="startpage" heigth="100" width="100" alt="Extending polymake" src="/theme_files/images/custom-pm.png" /></a></td> 
-<td> 
-<h3 class="startpage">Extending polymake</h3> 
-<ul class="startpage"> 
-<li> <a href="/doku.php/extensions">extensions</a></li> 
-<li> <a href="/doku.php/external_software">external software</a></li> 
-<li> <a href="/doku.php/interfaces">interfaces</a> <!--in the context of the [[http://www.computeralgebra.de/index.php?option=com_content&view=article&id=61&Itemid=29|DFG Priority Program SPP 1489]]--></li> 
-</ul> 
  
 +   <div class="light" style="background: url(https://polymake.org/lib/exe/fetch.php/wiki/bsyourangle.png) right top no-repeat;">
 +   <center>
 +                <h3>Research with polymake</h3>
 +               <p>polymake has been used for various scientific publications, and even is the subject of some.</p>
 +               <a href="/doku.php/publications"><button class="button">List of publications</button></a>
 +               <br><br>
 +               
 +                <h3>External software</h3>
 +                <p>polymake makes use of various external software packages.</p>
 +                <a href="/doku.php/external_software"><button class="button">List of external software</button></a>
 +               </center>
 +               
 +<br>
 +<br>
 +      <h4>Citation</h4>
 +      If you are using polymake we would like to ask you to cite at least one of the following papers [<a href="http://www.math.tu-berlin.de/~joswig/polymake.bib">BibTeX entries</a>]:
  
-</td+      <ul
-<td><a href="/doku.php/data"><img class="startpage" heigth="100" width="100" alt="Data" src="/theme_files/images/db-pm.png/></a></td+         <li>Ewgenij Gawrilow and Michael Joswig. polymake: a framework for analyzing convex polytopes. 
-<td><h3 class="startpage">Database</h3+            <a href="https://link.springer.com/chapter/10.1007/978-3-0348-8438-9_2">Polytopes—combinatorics and computation (Oberwolfach, 1997), 43–73, DMV Sem., 29, Birkhäuser, Basel, 2000</a>. MR1785292 (2001f:52033).</li
-<ul class="startpage"> +         <li>Benjamin Assarf, Ewgenij Gawrilow, Katrin Herr, Michael Joswig, Benjamin Lorenz, Andreas Paffenholz and Thomas Rehn.  
-<li><a href="/doku.php/data">polyDB</a></li> +            Computing convex hulls and counting integer points with polymake.  
-<li><a href="/doku.php/data">other collections</a></li> +            <a href="https://link.springer.com/article/10.1007/s12532-016-0104-z">Math. Program. Comput. 9 (2017), no. 1, 1-38</a>. MR3613012</li>  
-</ul+      </ul>
-</td>+
  
-</tr+      <h4>Acknowledgements</h4
-<tr>+      We gratefully acknowledge partial support by DFG within the <a href="http://www.computeralgebra.de">Priority Program 1489</a>, <a href="http://www.discretization.de">SFB-TRR 109</a> and <a href="http://www.computeralgebra.de">SFB-TRR 195</a>
 +      Research by M. Joswig is carried out in the framework of <a href="http://www.matheon.de">Matheon</a> supported by <a href="http://www.einsteinfoundation.de">Einstein Foundation Berlin</a>.
  
-<td><href="/doku.php/publications"><img class="startpage" heigth="100" width="100" alt="Research" src="/theme_files/images/research-pm.png" /></a></td> +   <h4>Become fan!</h4> 
-<td> +   Get your polymake fan T-shirt <a href="https://shop.spreadshirt.de/polymake/">here!</a> 
-<h3 class="startpage"><a href="/doku.php/publications"> Research with polymake</a> </h3> +      </div>
-<ul class="startpage"> +
-<li> <a href="/doku.php/publications">publications with reference to polymake</a></li> +
-<li> <a href="/doku.php/researchdata/start">supplemental data </a></li> +
-</ul> +
-</td> +
- +
- +
-<td><a href="//forum.polymake.org/viewforum.php?f=13"><img class="startpage" heigth="100" width="100" alt="News" src="/theme_files/images/news.png" /></a></td> +
-<td> +
-<h3 class="startpage"><a href="//forum.polymake.org/viewforum.php?f=13">News</a></h3> +
-<ul class="startpage"> +
-<li> <a href="//forum.polymake.org/viewforum.php?f=13">subscribe to the News forum</a></li> +
-<!-- <li> <a href="/doku.php/workshop1214">upcoming / last workshop</a></li> --> +
-</ul> +
-</td> +
- +
-</tr> +
-<tr> +
-<td><a href="/doku.php/team"><img class="startpage" heigth="100" width="100" alt="Team" src="/theme_files/images/team-2.png" /></a></td> +
-<td><h4 class="startpage"><a href="/doku.php/team">polymake team</a></h4> +
-</td> +
-<td><a href="http://polymake.spreadshirt.de"><img class="startpage" heigth="100" width="100" alt="T-Shirts" src="/theme_files/images/tshirt.png" /></a></td> +
-<td><h4 class="startpage"><a href="http://polymake.spreadshirt.de">polymake t-shirts</a></h4> +
-</td> +
-</table> +
- +
-<hr> +
-<div class="citation"> +
-<h4>Citation</h4> +
-If you are using polymake we would like to ask you to cite at least one of the following papers [<a href="http://www.math.tu-berlin.de/~joswig/polymake.bib">BibTeX entries</a>]: +
- +
-<ul> +
-<li>Ewgenij Gawrilow and Michael Joswig. polymake: a framework for analyzing convex polytopes. +
-<a href="https://link.springer.com/chapter/10.1007/978-3-0348-8438-9_2">Polytopes—combinatorics and computation (Oberwolfach, 1997), 43–73, DMV Sem., 29, Birkhäuser, Basel, 2000</a>. MR1785292 (2001f:52033).</li> +
-<li>Benjamin Assarf, Ewgenij Gawrilow, Katrin Herr, Michael Joswig, Benjamin Lorenz, Andreas Paffenholz and Thomas Rehn.  +
-Computing convex hulls and counting integer points with polymake.  +
-<a href="https://link.springer.com/article/10.1007/s12532-016-0104-z">Math. Program. Comput. 9 (2017), no. 1, 1-38</a>. MR3613012</li>  +
-</ul> +
- +
-<h4>Acknowledgements</h4> +
-We gratefully acknowledge partial support by DFG within the <a href="http://www.computeralgebra.de">Priority Program 1489</a>, <a href="http://www.discretization.de">SFB-TRR 109</a> and <a href="http://www.computeralgebra.de">SFB-TRR 195</a>+
-Research by M. Joswig is carried out in the framework of <a href="http://www.matheon.de">Matheon</a> supported by <a href="http://www.einsteinfoundation.de">Einstein Foundation Berlin</a>. +
-</div>+
 </html> </html>
  • start.txt
  • Last modified: 2024/02/07 10:36
  • by lkastner