Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou325 committed May 19, 2020
1 parent f7a9134 commit 716d02a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% endif %}

{% if site.github.is_user_page %}
<p class="view"><a href="{{ site.github.owner_url }}">View Our GitHub Profile</a></p>
<p class="view"><a href="{{ site.github.owner_url }}">View Our GitHub Page</a></p>
{% endif %}

{% if site.show_downloads %}
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
You can view the page at [http://0.0.0.0:8080/]http://0.0.0.0:8080/ (If possible, please use Chrome).

0 comments on commit 716d02a

Please sign in to comment.