generated from byu-transpolab/template_bookdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
75 lines (66 loc) · 2.4 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
title: "Simulating and prioritizing service areas for regionally exclusive microtransit operations."
author:
- name: Gregory Macfarlane
email: gregmacfarlane@byu.edu
affiliation: BYU
footnote: 1
- name: S. Hayden Atchley
email: shaydenatch@gmail.com
affiliation: BYU
- name: Christopher S. Day
email: christophersday@gmail.com
affiliation: BYU
- name: Gregory Erhardt
email: greg.erhardt@uky.edu
affiliation: UKY
- name: Zach Needell
email: zaneedell@lbl.gov
affiliation: LBNL
address:
- code: BYU
address: Brigham Young University, Civil and Construction Engineering Department
- code: UKY
address: University of Kentucky, Department of Civil Engineering
- code: LBNL
address: Lawrence Berkeley National Laboratory
footnote:
- code: 1
text: "Corresponding Author"
- code: 2
text: "Present affiliation: some nice job"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: article
journal: "Submitted to Journal"
bibliography: [book.bib]
csl: elsevier-harvard-italics.csl
link-citations: yes
abstract: |
This is where the abstract should go.
description: "A short description"
layout: "3p, authoryear"
keywords:
- Accessibility
- Passive Data
- Location Choice
---
# Introduction {#intro}
This repository serves as a template both in how to write a report, and how
to do so in RStudio and Bookdown. The parent repository is available as a free
template at [https://github.com/byu-transpolab/template_bookdown](https://github.com/byu-transpolab/template_bookdown).
The advice in this document comes from numerous sources. Some of it is my own, some
has been shared by others. Particular note belongs to:
- Laurie Garrow
- Lisa Rosenstein
- Kara Kockelman
The introduction of your report is not simply an "introduction", but rather a
**motivation** of why your project matters. What is the cost of not solving
this problem? What have been previous attempts to solve this problem? The *why*
is more important than the *what*. Why is this article worthy of archiving?
A three or four-paragraph structure can work well here.
1. Identify the problem and why it matters.
2. A high-level overview of some previous attempts to solve it, and why those
attempts were limited (this might be two paragraphs).
2. Describe the approach (very briefly), and provide an overview of what is
to come. "In this paper we present ..."