Software:20779: Difference between revisions

From MaRDI portal
Software:20779
Created automatically from import240305080343
 
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;">
        <pre>
@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}
}
        </pre>
    </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:12, 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

<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;"> <pre> @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} } </pre> </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>