Giter VIP home page Giter VIP logo

pipeline-templates's Introduction

Pipeline-Templates

#To use the docker instance:

  1. Run the Docker Quickstart console
  2. Move to pipeline-templates/Docker
  3. Build the dockerfile with docker build -t pipeline-templates . (The period is important!)
  4. Run the docker image with docker run -d -p 5000:5000 --name Compiler pipeline-templates
  5. To compile a .Rtex to a pdf, curl -o DockerSampleOutput.zip $(docker-machine ip default):5000/ -d "data=https://github.com/Kaspect/DockerPipeline-SampleRepo" -X PUT

#Deliverable 1, for Li, Reminder, Schwarzer 0. Read the following carefully: http://kbroman.org/knitr_knutshell/pages/latex.html

  1. Clone this repo, make a folder with your last name & commit it to master.
  2. Make a new branch called your last name i.e.cohn
  3. Within the repo, make an R-latex file like the one here https://github.com/yihui/knitr-examples/blob/master/005-latex.Rtex
  4. Make frequent, useful commits as you develop https://try.github.io/levels/1/challenges/1
  5. Make an in-line numerical statistic. Of the 8492 elements in the data, the mean was 7.3 and the standard deviation was 3.3.
  6. Make an in-line string.
#for example
x <- "Claremont"

and have the string print to latex as normal text within a sentence.

Technical Task assignments (below)

##Shuming ####Data https://data.cityofnewyork.us/Education/SAT-Results/f9bf-2cp4 ####Visualization

##Nick ####Data https://controllerdata.lacity.org/Budget/City-Expenditures-by-Month/3ctd-sjrm https://controllerdata.lacity.org/api/views/3ctd-sjrm/rows.csv?accessType=DOWNLOAD ####Visualization

  • Design 2 boxplots, 1 with base R and one with ggplot2. Find an interesting way to split up the data into groups, so you can make a comparison between the $ awared to different types of expenditures

###Max ####Data https://controllerdata.lacity.org/Budget/City-Expenditures-by-Month/3ctd-sjrm https://controllerdata.lacity.org/api/views/3ctd-sjrm/rows.csv?accessType=DOWNLOAD ####Visualization

As with everything, Google it & collaborate with each other!

pipeline-templates's People

Contributors

maxaschwarzer avatar shumingli708 avatar nickreminder avatar briancohn avatar

Watchers

James Cloos avatar  avatar  avatar

pipeline-templates's Issues

Modularizing Shuming's code

Feel free to look at my files for inspiration/guidance. It should be straightforward to replicate. Let me know if you have any questions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.