knitr and markdown EPID 799C Fall 2017

Slides:



Advertisements
Similar presentations
Introduction to Web Design, HTML & WordPress. What is Web Design? Web Design encompasses many different skills and disciplines in the building and maintenance.
Advertisements

Using the WWW in Teaching and Learning Barbara Watson Andrew Stansfield IT Service.
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
Basics of HTML.
Conferences - Hosting/co-hosting science conferences - Exhibit and present project output and services at community conferences Training Workshops - Data.
Science and technology contents in Bengali language Biggani.org Team.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
From Document Data Model to XML Trade Documents From Document Data Model to XML Trade Documents Electronic trade documents Document Data Model Supply Chain.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
JavaScript Introduction and Background. 2 Web languages Three formal languages HTML JavaScript CSS Three different tasks Document description Client-side.
HTML HyperText Markup Language Victoria E. Kozlek.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Information Structures: Standards Week 7 Lecture notes INF 380E: Perspectives on Information 1.
The Design and Implementation of Free Templates for Digital Achieving Speaker : Kuang-Yu Wu 1.
ImageJ2. Why ImageJ2? ● Support the next generation of image data ● Interoperate and collaborate with other projects ● Broaden the ImageJ community ●
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
Chapter 1 Getting Started with ASP.NET Objectives Why ASP? To get familiar with our IDE (Integrated Development Environment ), Visual Studio. Understand.
CLE Introduction to Agile Software Acquisition
Welcome to Computer Science
Framework for Getting Results at Scale
State Facilitator Training
The End of the Beginning
TUSK - Faculty Overview
ALTOVA XMLSPY.
Chapter 2 Client/Server Applications
Adding Tables on your County Website
Open Geospatial Science Suchith Anand University of Nottingham
TECHNOLOGY GUIDE TWO Computer Software.
Web software.
A Canonical Production January 2013
Jekyll Documentation Theme
Unit 2, Lesson 5 Website Development Tools
Brief Intro to Knitr Package
Unit 2, Lesson 5 Website Development Tools
Chapter 4 Computer Software.
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
Best Offshore Web Development Company In India Employcoder.
Welcome to Computer Science
Implementation and Maintenance
GIFT / Fiscal Data Package Iteration 3
R Shiny EPID 799C Fall 2017.
1 مفهوم ارتباطات ارتباطات معادل واژه communications ) ميباشد(. ارتباطات يك فرايند اجتماعي و دو طرفه است كه در آن اطلاعات مبادله شده و نوعي تفاهم بين طرفهاي.
Modern web applications
EOSCpilot All Hands Meeting 8 March 2018 Pisa
Java Applets.
Knowledge Translation
Computing & Data Resources Application interface
Lenses REcap The Why of Our Work.
Make Web Not War /Web Say(Hello); to the Microsoft Web Platform
An EUDAT-based FAIR Data Approach for Data Interoperability
Modern web applications
Chapter 7 –Implementation Issues
What is HTML?.
RUCHI VOHRA & PREETHI SATISH
Career Pathway ENTRY ADVANCED MANAGER
DD Sir-Infomatics Web Development Part-1.
OCLC, WorldCat and Connexion
HyperText Markup Language
Introduction to Web Application Design
Vision: Web-centric Computation
Brokering as a Core Element of EarthCube’s Cyberinfrastructure
Modernising dissemination and communication of European statistics
GEO Knowledge Hub: overview
PATHWAY MODEL Year 1 and 2: Foundation:
D3.1 Accessibility Statement Generator
Urban Infrastructure: Analysis and Modeling for Their Optimal Management and Operation NSF Workshop NSF Award #: Nada Marie Anid, Ph.D. Professor.
Overview of Computer system
Presentation transcript:

knitr and markdown EPID 799C Fall 2017 To get ready for today: Create new  markdown file (word or html) If it doesn’t work, follow the package prompts…

Why? The loop for generating papers in specific and knowledge in general takes too long to re/iterate. Integrating analysis and outputs / formatting is a key obstacle to that loop. What if you could push a button and rebuild your paper / website / presentation from scratch?

A manifesto for reproducible science https://www.nature.com/articles/s41562-016-0021

rOpenSci Our Vision and Mission rOpenSci fosters a culture that values open and reproducible research using shared data and reusable software. We do this by:  Creating technical infrastructure in the form of carefully vetted, staff- and community-contributed R software tools that lower barriers to working with scientific data sources on the web Creating social infrastructure through a welcoming and diverse community Making the right data, tools and best practices more discoverable building capacity of software users and developers and fostering a sense of pride in their work Building capacity of software users and developers and fostering a sense of pride in their work Promoting advocacy for a culture of data sharing and reusable software. https://ropensci.org/about/

What is Markup? Specific Markup language: HTML = Hypertext Markup Language

Why Markdown? Markdown produces Markup Abstracted to minimize coding Can be sent to multiple platform-specific markup outputs (word, html, etc.)

What is R Markdown? From the cheat sheet…

Let’s Try!