Skip to content

Commit 9ffec79

Browse files
committed
readme formatting
1 parent e3daef7 commit 9ffec79

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
- [Example](#example)
55
- [Data Access](#data-access)
66
- [Metadata Tables](#metadata-tables)
7-
- [Utilities](#utilities)
7+
- [Utilities](#utilities)
8+
89

910
## Description
1011

@@ -18,6 +19,7 @@ file (`'bsmdata.rda'`) representing the timeseries of strain,
1819
and another file (`'bsmdata_nfo.rda'`) representing metadata associated with the timeseries. We also include a
1920
pdf figure of the timeseries in (`'fig_timeseries.pdf'`) for reference.
2021

22+
2123
### `bsmdata.rda`
2224

2325
These files contain timeseries of linear strain ( in 10<sup>-9 </sup>, or *nanostrain* )
@@ -110,6 +112,7 @@ List of 4
110112

111113
The command used is in `b[['cmd']]`, for example.
112114

115+
113116
## Example
114117

115118
Here, for example, is the timeseries at B084 for the
@@ -122,16 +125,16 @@ shown in the appropriate [fig_timeseries.pdf](2010/2010.094_7.2/B084/fig_timeser
122125
We have included a sample R script [`plot_bsmdata.R`](plot_bsmdata.R) to show how
123126
a similar version of this figure can be reproduced.
124127

125-
## Data Access
126128

127-
Download the full archive here: https://github.com/abarbour/pbe-data/archive/master.zip
129+
## Data Access
128130

129-
Or use version control (git, Subversion, etc.):
131+
Download the full archive through the link above, or
132+
use version control (git, Subversion, etc.) to maintain a local copy:
130133

131134
git clone git@github.com:abarbour/pbe-data.git
132135

133136
The total size of this repository is on the order of 800 Mb, so the first
134-
fetch will take a considerable amount of time. The size can be minimized slightly
137+
fetch through `git` will take a considerable amount of time. The size can be minimized slightly
135138
by replacing `git clone` with `git clone --depth 1` in the expression above.
136139

137140

@@ -198,6 +201,7 @@ $ grep -E 'B084.*2010.094' Earthquake_BSM_pairs.txt
198201
*Note the earthquake identifier is defined as `[year].[jday]_[Mw]`, with the terms
199202
in the brackets representing field names in the tables.*
200203

204+
201205
## Utilities
202206

203207
### [listFiles](listFiles)

0 commit comments

Comments
 (0)