Skip to content

Commit

Permalink
add ackowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Dec 16, 2023
1 parent 3a04208 commit b5cec75
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion deploy/spin/web-frontend/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,26 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
{% endblock %}
{% block main %}
<h1>AIMMDB!</h1>

<div class = "container">
<section class="section">
<h1 class="title">AIMMDB</h1>
<h2 class="subtitle">
AIMMDB is a data access and search tool for multimodal scientific data built on top of [tiled](https://github.com/bluesky/tiled).
Currently aimmdb is focused on xray absorption spectroscopy (XAS) data.
</h2>
</section>

<section class="section">
<h1 class="title">Funding Acknowledgement</h1>
<h2 class="subtitle">
Use a basic, data-oriented web interface to navigate Tiled.
</h2>
<p class="box">
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.
</a>

</div>
<div class = "container">
<section class="section">
<h1 class="title">Explore from your web browser</h1>
Expand Down

0 comments on commit b5cec75

Please sign in to comment.