Release History:
version | DOI |
---|---|
1.1.0 | |
1.0.1 | |
1.0 |
A web app for exploring and visualizing beam companions picked up during charge state boosting in radioactive ion beam experiments.
This project runs 100% client side; simply open companionExplorer.html
in the latest Firefox or Chrome locally, or serve from any static page server.
This project uses Dygraphs for plotting, Twitter Bootstrap for layout, and Ultralight and mustache.js for client-side templating and URL management.
scripts/datastore.js
; essentially all logic is complete after the chain of calls triggered after pageload.auxiliaryCSBdata()
and auxiliaryFoilData()
, then finally triggering logic via pageload()
. Any additional logic should fit into the chain of functions called by pageload()
.dataStore
object exists to accommodate global variables.The Beam Companion Explorer encodes user selections in the URL query string, so results can be bookmarked and shared more easily. The query string parameters are as follows:
species
: the chemical symbol corresponding to the beam species of interest.A
: the atomic mass of the beam species of interest.qOriginal
: the charge state selected after the first charge breeding step.Note that by filling out this query string by hand, it's possible to jump directly to the results of interest, without clicking through earlier pages.
Contributions are very welcome! If you have an idea, question or comment, please open an issue. If you would like to make a change to the project, please follow these steps:
If you use a result from this project, be sure to site it using the correct DOI. This will allow you to go back and reproduce your results later, with the same software version you used originally. To find the correct DOI, look in the footer of the app.
If you push changes to this project onto GRIFFIN's live toolkit, be sure to update the DOI in the footer and in the table at the top of this file. To get a new DOI, simply make a new release via GitHub, then visit Zenodo, sign in with your GitHub credentials, and find this project in the list on that page; clicking on the badge will give you a bunch of options to cut and paste into the appropriate places. Add the markdown one to this document, and the HTML one to the footer.