Skip to content

Commit 6ab632e

Browse files
authored
Update README.md
1 parent a52d815 commit 6ab632e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Measuring Your Metadata -- Code4Lib 2016 Pre-Conference Workshop
1+
## Measuring Your Metadata -- Code4Lib 2016 Pre-Conference Workshop
22
Monday, March 7
33
1:30-4:30pm
44
Chemical Heritage Foundation
@@ -16,17 +16,17 @@ Schedule:
1616
3:10 - 4:10 [Hands-on sessions](https://docs.google.com/spreadsheets/d/1ob4imuFCMi3fMkoIjlASBYWVdDd4qTVJj5xeG2eLEVM/edit#gid=634347005)
1717
4:10 - 4:30 Reporting back and discussion
1818

19-
##Before you attend
19+
## Before you attend
2020
You'll get the most out of your hands-on sessions if you install the necessary applications ahead of time. If you're planning to participate in the following hands-on sessions, please try to come prepared!
2121

22-
###Using Python to assess metadata quality in MODS
22+
### Using Python to assess metadata quality in MODS
2323
For this hands-on session, we'll be using [Jupyter (IPython) notebook](http://jupyter.org/) to walk through some simple functions and scripts. We'll also be working with [lxml](http://lxml.de/), a third-party Python library for parsing and manipulating XML. Fortunately, both of these are already included in the [Anaconda Python distribution](https://www.continuum.io/why-anaconda). We strongly recommend [installing Anaconda](http://docs.continuum.io/anaconda/install) for this workshop. It also comes bundled with [pandas](http://pandas.pydata.org/) and all of its dependencies, so it will be useful to have it you're interested in learning more about data analysis.
2424

25-
###A beginner's guide to metadata analysis in Python with pandas
25+
### A beginner's guide to metadata analysis in Python with pandas
2626
For this hands-on session, we'll be using [Jupyter (IPython) notebook](http://jupyter.org/) to explore basic data analysis with [pandas](http://pandas.pydata.org/), a Python data analysis library. Fortunately, both IPython notebook and pandas (as well as two additionally-necessary packages, [numpy](http://www.numpy.org/) and [matplotlib](http://matplotlib.org/)) are already included in the [Anaconda Python distribution](https://www.continuum.io/why-anaconda). We strongly recommend [installing Anaconda](http://docs.continuum.io/anaconda/install) for this session. It also comes bundled with [lxml](http://lxml.de/), a third-party Python library for parsing and manipulating XML, so it will be useful to have if you're interested in learning more about using Python to parse your XML data.
2727

28-
###Visualizing your metadata with d3
28+
### Visualizing your metadata with d3
2929
This hands-on session will be a beginner's intro to the d3 visualization library. We will use it to try to render metadata quality results which allows quick visual analysis. All you will need for this session are the examples and data provided in the d3_viz folder, a text editor and a web browser.
3030

31-
##Notes and Resources
31+
## Notes and Resources
3232
During the workshop, we'll take collaborative notes and share favorite resources in [this Google Doc](http://bit.ly/MeasureMetadataC4L16). We invite you to contribute!

0 commit comments

Comments
 (0)