Overview of Deliverables:
- Our main code for our visualizations are stored in the "public" folder. Within this folder are our "js" folder and "css" folders.
The js folder includes the following: galaxy.js ptable.js scatterplot.js script.js The css folder includes the following: style.css
Our index.html file is our main HTML, and the "bower_components" includes our d3 libraries that we have used. The bower_components folder includes the following: d3-tip d3
- Our "data" folder includes all our data sources which are required to run the visualizations. Below are the specific files required and used in our implementation. It also has one jpg of the milky way galaxy. The data folder includes the following: ApogeeToCSV.py ApogeeToCSV_Old.py ClusterData.csv data.csv milky_way_anota_2000.jpg ptable.csv
Full Data links: https://github.com/andrejewski/periodic-table https://data.sdss.org/sas/dr14/apogee/spectro/redux/r8/stars/l31c/l31c.2/allStar-l31c.2.fits https://data.sdss.org/datamodel/files/APOGEE_REDUX/APRED_VERS/APSTAR_VERS/ASPCAP_VERS/RESULTS_VERS/allStar.html
-
Our "Notes" folder includes all of the static images we used throughout the project documentation. A full overview of the imagery is detailed in the process book .pdf file. These images were crucial to our data processing and they allowed us to understand how we needed to display our data to be aesthetic and informational. The Notes folder includes the following: GalacticPosCluster_O_N10.png GalacticPosCluster_O_N100.png GalacticPosCluster_O_N30.png GalacticPosScatter_Fe_H.png GalacticPosScatter_filtered.png GalacticPositionScatterPlot.png GalacticPositionScatterPlot_C_Fe.png GalacticPositionScatterPlot_FilteredByRadialDistance.png GalaxyPlotInitial.tiff GalaxyPlotRadiusAsNumberOfStars_DoesNotWork.png GalaxyPlotRadiusAsNumberOfStars_SplitByThirds.png Galaxy_Background.png Initial_Ptable.png PTable_atomicNumberAndSymbolScalingWthArbitraryColloring.png PTable_wth_symbols.png Ptable_ColorcodedBysource.png Ptable_wthtooltipAndSelectionHighlighting.png ScatterPlot1.png ScatterPlot2.png ScatterPlotFinal.png ScatterPlotInitial.png Screen Shot 2017-11-30 at 1.29.25 PM.png periodic_table.png slide_4.jpg
-
URL to project website: https://stefankapetanovic.github.io/Visualizing-Galactic-Chemical-Distributions-with-SDSS/
-
Screencast Project Video: https://www.youtube.com/embed/2wlnHlyYCcQ
-
Process Book: https://stefankapetanovic.github.io/Visualizing-Galactic-Chemical-Distributions-with-SDSS/6630%20Process%20Book.pdf
Additional Notes: The remaining files in our github repository are .pdf's of milestones in our design process as well, a peer evaluation document, and our index/html .html that we mentioned in our main code above. 6630 Process Book.pdf 6630 Project Proposal.pdf feedback_exercise.pdf .DS_Store index.html project.html
Refer to process book for entire project documentation.