diff --git a/_config.yml b/_config.yml index 2dee78c..c6d8f59 100644 --- a/_config.yml +++ b/_config.yml @@ -2,4 +2,4 @@ theme: jekyll-theme-minimal # title: Mapper Interactive description: Mapper Interactive is a highly customizable visualization framework for you to visualize and explore Mapper algorithm. logo: ./28923103_padded_logo.png -show_downloads: false +show_downloads: false \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 5ae899e..ed6e346 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -27,7 +27,7 @@ {% endif %} {% if site.github.is_user_page %} -

View Our GitHub Profile

+

View Our GitHub Page

{% endif %} {% if site.show_downloads %} diff --git a/index.md b/index.md index 493edb3..2a81f00 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,7 @@ The Mapper algorithm is a method for topological data analysis first proposed by Gurjeet Singh, Facundo Mémoli and Gunnar Carlsson in 2007 [^1]. Mapper Interactive is a web-based visualization tool for high-dimensional data analysis build upon the Mapper algorithm. It is an open source software and is released under the MIT License. -Please find the source on [GitHub](https://github.com/MapperInteractive/MapperInteractive). +Please find the source code on [GitHub](https://github.com/MapperInteractive/MapperInteractive). ### Installation ```shell @@ -12,4 +12,4 @@ cd MapperInteractive python3 run.py ``` -You can view the page at http://0.0.0.0:8080/ (If possible, please use Chrome). \ No newline at end of file +You can view the page at [http://0.0.0.0:8080/]http://0.0.0.0:8080/ (If possible, please use Chrome). \ No newline at end of file