From c2c73dd01b16ff6a48300c633062139db82deb17 Mon Sep 17 00:00:00 2001 From: Dylan McReynolds Date: Sat, 16 Dec 2023 12:55:15 -0800 Subject: [PATCH] move main page to browse --- deploy/spin/web-frontend/templates/index.html | 67 +++---------------- 1 file changed, 8 insertions(+), 59 deletions(-) diff --git a/deploy/spin/web-frontend/templates/index.html b/deploy/spin/web-frontend/templates/index.html index 51c0bfe..c200642 100644 --- a/deploy/spin/web-frontend/templates/index.html +++ b/deploy/spin/web-frontend/templates/index.html @@ -16,71 +16,20 @@

Funding Acknowledgement

-

- Use a basic, data-oriented web interface to navigate Tiled. -

This research is based upon work supported by the U.S. Department of Energy, Office of Science, Office Basic Energy Sciences, under Award Number FWP PS-030. This research used resources of the Center for Functional Nanomaterials (CFN), which is a U.S. Department of Energy Office of Science User Facility, at Brookhaven National Laboratory under Contract No. DE-SC0012704. -

-
-

Explore from your web browser

-

- Use a basic, data-oriented web interface to navigate Tiled. -

- - - -
-
-

Explore from Python

-

- Install and use Tiled's Python client from Python, IPython, or Jupyter. -

-
$ pip install "tiled[client]"
-$ python
->>> from tiled.client import from_uri
->>> client = from_uri("{{ root_url }}")
- {% if binder_link %} - Alternatively, try it in the cloud on Binder. - {% endif %} -
-
-

Explore the API

-

- Tiled includes interactive OpenAPI documentation you can use in your web browser. -

-

- The Tiled API can be accessed from any Internet-connected software, - including graphical programs that accept URLs and commandline - utilities like wget and curl. -

- - - -
+ +
-

Learn

+

Usage

-

- For tutorials, guides, and more details, see Tiled's project documentation. -

-

-

- Like Jupyter Notebook, Tiled is something you can easily run yourself, on your laptop. - Tiled can also scale up for large multi-user deployment, like JupyterHub. -

- - - -
+ The database can be browsed by navigating to the + + Try it + + page. This page allows you to nagivate datasets.
{% endblock %} \ No newline at end of file