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
Last revisionBoth sides next revision
start [2019/01/31 11:52] – added workshop link and a commented-out section with workshop ad oroehrigstart [2023/12/22 10:50] benmuell
Line 6: Line 6:
    overflow: hidden; /* to make the div fit float imgs*/    overflow: hidden; /* to make the div fit float imgs*/
 } }
 +.hidden_image {}
 +.hidden_br {}
 .light { padding:30px 15px 30px 15px; overflow: hidden;} .light { padding:30px 15px 30px 15px; overflow: hidden;}
 .col-container { .col-container {
Line 19: Line 21:
   text-align: center;   text-align: center;
   vertical-align: top;   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*/ @media (max-width: 768px) { /*rearrange cells on mobile devices*/
-  .col { display: block; width: auto; }+  .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); } a { color: rgb(167, 67, 26); }
-.button { font-size: 20px; color: rgb(167, 67, 26); }+.button { font-size: 16px; color: rgb(167, 67, 26); }
       </style>       </style>
    </head>    </head>
Line 31: Line 57:
       <img heigth="150" width="150" alt="Logo" src="/theme_files/images/pmlogobig.png"  style="float:left; margin:20px;"/>       <img heigth="150" width="150" alt="Logo" src="/theme_files/images/pmlogobig.png"  style="float:left; margin:20px;"/>
       <img src="/theme_files/images/wikilogo.png"/>       <img src="/theme_files/images/wikilogo.png"/>
-      <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. 
       <br>       <br>
       <a href="/doku.php/boxdoc">       <a href="/doku.php/boxdoc">
          <button class="button" style="float:right">&#187; try it online!</button>          <button class="button" style="float:right">&#187; try it online!</button>
       </a>       </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>       </p>
 +      -->
    </div>    </div>
  
    <div class="col-container">    <div class="col-container">
-      <div class="col">+       <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">            <a href="/doku.php/download/start">
-              <img heigth="100" width="100" alt="Download" src="/theme_files/images/download-pm.png" style="margin:20px;"/>+              <img heigth="100" width="100" alt="Download" src="/theme_files/images/download-pm.png" style="margin:20px;" class="hidden_image"/>
            </a>            </a>
-           <br>+           <br class="hidden_br">
            <a href="/doku.php/download/start">            <a href="/doku.php/download/start">
-              <button class="button">Get Polymake!</button>+              <button class="button fixed_width_button">Get Polymake!</button>
             </a>             </a>
       </div>       </div>
-      <div class="col">+      <div class="middleCol">
          <a href="/doku.php/user_guide/start">          <a href="/doku.php/user_guide/start">
-            <img heigth="100" width="100" alt="Team" src="/theme_files/images/team-2.png" style="margin:20px;"/>+            <img heigth="100" width="100" src="/theme_files/images/db-pm.png" style="margin:20px;" class="hidden_image"/>
          </a>          </a>
-         <br>+         <br class="hidden_br">
          <a href="/doku.php/user_guide/start">          <a href="/doku.php/user_guide/start">
-            <button class="button">User Guide</button>+            <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>          </a>
       </div>       </div>
-      <div class="col">+      <div class="middleCol">
          <a href="/doku.php/documentation">          <a href="/doku.php/documentation">
-            <img heigth="100" width="100" alt="Documentation" src="/theme_files/images/research-pm.png"  style="margin:20px;"/>+            <img heigth="100" width="100" alt="Documentation" src="/theme_files/images/research-pm.png"  style="margin:20px;" class="hidden_image"/>
          </a>          </a>
-         <br>+         <br class="hidden_br">
          <a href="/doku.php/documentation">          <a href="/doku.php/documentation">
-            <button class="button">Documentation</button>+            <button class="button fixed_width_button">Documentation</button>
          </a>          </a>
       </div>       </div>
Line 107: Line 160:
          <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>          <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>           <br>
-               <a href="/doku.php/external_software">External software we use</a><br> 
                <a href="/doku.php/extensions">Extensions</a><br>                <a href="/doku.php/extensions">Extensions</a><br>
                <a href="/doku.php/user_guide/extend/extensions">Write your own extension!</a><br>                <a href="/doku.php/user_guide/extend/extensions">Write your own extension!</a><br>
Line 119: Line 171:
  
  
-   <div class="light" style="background: url(https://polymake.org:8443/lib/exe/fetch.php/wiki/bsyourangle.png) right top no-repeat;">+   <div class="light" style="background: url(https://polymake.org/lib/exe/fetch.php/wiki/bsyourangle.png) right top no-repeat;">
    <center>    <center>
                 <h3>Research with polymake</h3>                 <h3>Research with polymake</h3>
Line 125: Line 177:
                <a href="/doku.php/publications"><button class="button">List of publications</button></a>                <a href="/doku.php/publications"><button class="button">List of publications</button></a>
                <br><br>                <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>                </center>
 +               
 <br> <br>
 <br> <br>
Line 144: Line 201:
  
    <h4>Become a fan!</h4>    <h4>Become a fan!</h4>
-   Get your polymake fan T-shirt <a href=https://shop.spreadshirt.de/polymake/">here!</a>+   Get your polymake fan T-shirt <a href="https://shop.spreadshirt.de/polymake/">here!</a>
       </div>       </div>
 </html> </html>
  • start.txt
  • Last modified: 2024/02/07 10:36
  • by lkastner