# do this to get the repo, first time only
git clone https://www.github.com/fawda123/oss2017_synthesis.git
# do this every time before you make changes
git pull
# do this after you make changes
git add -A
git commit -m "informative message"
git pull
git push
Data aggregation: https://fawda123.github.io/oss2017_synthesis/tbrest
Final presentation: https://fawda123.github.io/oss2017_synthesis/presentations/final_pres
Extra slides: https://fawda123.github.io/oss2017_synthesis/presentations/final_pres_supp
Shiny: http://tbeptech.org:3939/content/5/, http://tbeptech.org:3939/content/6/
Jiggly plot: https://fawda123.github.io/oss2017_synthesis/presentations/final_pres-figure/bayes_network.html
Folders:
data
RData files, load withdata(filename)
data-raw
- put raw and intermediate data files here, e.g., .xlsx., .txt., .csvDiagrams
- workflow diagramsModel
- BN model filespresentations
presentation filesR
- R scripts
RData files (these should be text files?) in data
, normalized:
allchg.RData
All chlorophyll data with habitat, water treatment, and salinity levels, discretized and continuous chlbmpdat.RData
restoration projects for water treatmentbmpstat.RData
locations of restoration projects for water treatmentchlbar.RData
final data of chlorophyll splits for BNchlchg.RData
All chl data with habitat, water treatment bef/aft projects, discretized and continuouschlchgout.RData
All chl data with habitat, water treatment bef/aft projects, discretized and continuous, intermediate stephabdat.RData
restoration projects for habitathabstat.RData
locations of restoration projects for habitatrestdat.RData
restoration projects combinedreststat.RData
location of restoration projects combinedsalchg.RData
All salinity data with habitat, water treatment bef/aft projects, discretized and continuoussalchgout.RData
All salinity data with habitat, water treatment bef/aft projects, discretized and continuous, intermediate stepwqdat.RData
TB water quality data by site, date, var, valwqstat.RData
TB water quality stations as lat/lon