Openscapes / 2021-noaa-nmfs

Openscapes Champions Cohort for the National Marine Fisheries Service (NOAA NMFS), Coordinated by NWFSC
https://openscapes.github.io/2021-noaa-nmfs
11 stars 13 forks source link

Add page for integrating Google Drive with GitHub #2

Closed eeholmes closed 3 years ago

eeholmes commented 3 years ago

Emily will work on this.

Notes from Emily

Google Drive package

AFSCDataReport: downloading everything collaborators have worked on from a folder in google drive AFSCDataReport: using text file downloaded from google drive (not actually directly google drive specific) AFSCDataReport: using a spreadsheet downloaded from google drive (not actually directly google drive specific) GAPsurveyTemperatureMap: downloading a specific spreadsheet of data taken in the field from google drive GAPsurveyTemperatureMap: uploading final products to google drive for the comms team

More examples And one more example! Here is a repo https://github.com/emilyhmarkowitz/emilyhmarkowitz for a website https://emilyhmarkowitz.github.io/emilyhmarkowitz/ and CV https://emilyhmarkowitz.github.io/emilyhmarkowitz/markowitz_cv.pdf I created for myself using that references a single google sheet for all of it's content! It's mostly for when I talk to classrooms so students can learn more about me and award/fellowship/grant applications, but also a fun framework example that I think I can use for a few other projects. The real magic happens in this run.R script. Inspiration was from this https://livefreeordichotomize.com/2019/09/04/building_a_data_driven_cv_with_r/ and other similar blogs.

And this example of actually sharing a google doc (site https://emilymarkowitz-noaa.github.io/FishR101/share-help.html, code https://github.com/EmilyMarkowitz-NOAA/FishR101/blob/main/share-help.Rmd#L48), google form (site https://emilymarkowitz-noaa.github.io/FishR101/feedback.html, code https://github.com/EmilyMarkowitz-NOAA/FishR101/blob/main/feedback.Rmd#L34), calendar (site https://500womenscientists-silverspringmd.github.io/500WomenScientists-SilverSpringMD/calendar.html, code https://github.com/500WomenScientists-SilverSpringMD/500WomenScientists-SilverSpringMD/blob/main/calendar.Rmd) and spreadsheet (site https://500womenscientists-silverspringmd.github.io/500WomenScientists-SilverSpringMD/otherresources.html, code https://github.com/500WomenScientists-SilverSpringMD/500WomenScientists-SilverSpringMD/blob/main/otherresources.Rmd#L23) in a github page! To make it truly accessible, you have to share it through a personal email, but otherwise it's easy peasy!

eeholmes commented 3 years ago

Closing. Added Emily's notes to the wiki and that is good enough for now.