-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark Matter Graph #9
Comments
@andrew-zentner @bechtol @aimalz may all be interested in this. |
I spent 2' on the D3 website and my head is spinning :) Probably a bit early to dive into that, but definitely a rich set of tools! |
Sounds like a useful communication device! Did you talk about also linking the probes to a 4th (or maybe 0th) category, "Fundamental Physics Parameter"? Could be nice to see which probes get at which aspects of the nature of DM (perhaps with the notion of "X mostly measures Y"). |
Thanks for the feedback @drphilmarshall. The "fundamental physics" is absolutely on the docket (and is being discussed on slack). We decide to simplify away from this on the current iteration of the hack, but I expect we will add it back in as a "column 0" in future iterations. |
The web app is hosted in this repo: https://github.com/lsstdarkmatter/dark-matter-graph A preview of the web app is at: https://lsstdarkmatter.github.io/dark-matter-graph/ Comments welcome. @kadrlica @drphilmarshall @aimalz |
Kudos! Is the preview automatically updated when the repo is modified? Is it possible to have a how-to in the Readme.md as to how to deploy it, assuming user install of the D3 toolkit? |
@johannct For now, it does not automatically updates itself when the spreadsheet is changed. I added how to view this web app locally in the README: https://github.com/lsstdarkmatter/dark-matter-graph#usage You don't need to install D3 (as long as you have internet), but you do need to have python available. |
thanks @yymao ! So, D3 is needed to construct the data.json file? If yes, then is it possible to provide a developer note about how to build it? The point is that people can now build upon this nice work by adding to it, or trying new column (I find it currently a bit too abstract without some references or attached graphs or paragraph, that could pop up when a path is hovered upon or a rectangle clicked over, as discussed on slack IIRC) |
It uses Python to construct Currently this preview is hosted on github, which only allows static web app. So it is not easy for people to add new things to the database through the web app. To do that, we'll need a server-side app. |
This is very cool @yymao! I think that this puts the pressure on us to increase the content of the spreadsheet! A few minor thoughts about the minimal example (which is already very close to what we had imagined):
|
@kadrlica Yes, we need to increase the content and also think about if the underlying data format is suffient. As for the cosmetic requests, they are all possible. I just didn't spend too much time on the cosmetic details as you can probably tell. Do you mind opening issues at https://github.com/lsstdarkmatter/dark-matter-graph/issues for these feature requests? Thanks! |
@yymao completely understand on the cosmetics (it already looks really good!). I'll create some issues so we can come back later. |
We would like to prototype out a graphical representation of dark matter probes. After some initial discussion, it seems like this can be divided into a few aspects:
The text was updated successfully, but these errors were encountered: