Software:20779: Difference between revisions

From MaRDI portal
Software:20779
No edit summary
No edit summary
Line 1: Line 1:
{{software}}
{{software}}
<nowiki>
 
<div class="citation-container" style="margin-top: 20px;">
 
     <button class="citation-button" onclick="toggleCitation()">Citation</button>
 
     <div id="citation-content" class="citation-content" style="display: none; margin-top: 10px;">
<div class="mw-collapsible mw-collapsed">
     <strong>Click to view citation</strong>
     <div class="mw-collapsible-content">
         <pre>
         <pre>
@software{javaPlex,
@software{javaPlex,
Line 16: Line 18:
     </div>
     </div>
</div>
</div>
<script>
    function toggleCitation() {
        var content = document.getElementById("citation-content");
        if (content.style.display === "none") {
            content.style.display = "block";
        } else {
            content.style.display = "none";
        }
    }
</script>
</nowiki>

Revision as of 16:26, 18 November 2024



swMATH8779MaRDI QIDQ20779


Author name not available (Why is that?)

Source code repository: https://github.com/appliedtopology/javaplex



No records found.




This page was built for software: javaPlex


   Click to view citation
@software{javaPlex,
  author       = {Vejdemo-Johansson, Mikael and Adams, Henry and Tausz, Andrew},
  title        = {javaPlex},
  url          = {https://zbmath.org/software/8779},
  year         = {2014},
  swhid        = {swh:1:dir:ba50b7dc0025cdbd10911381cf1f5b672b086a1a},
  repository   = {https://github.com/appliedtopology/javaplex}
}