Resource Catalog
This app provides a user interface to browse projects that are active with approved allocations.
Example
<div id="projects_browser_app"></div>
<script type="module">
import { renderCatalog } from "https://esm.sh/@xras/projects-browser@0.1.0";
renderCatalog({
projects: "/path/to/projects.json",
filters: "/path/to/filters.json",
disable_bootstrap: false
});
</script>
Options
Option | Values | Required |
---|
filters | The URL of the filter lists | True |
project | The URL for your project details | False |
disable_bootstrap | If your site uses Bootstrap and you don't want this app to overwrite your styles, add this parameter. | False |