Class materials for INFO 628 at Pratt SLIS, Data Librarianship & Management: https://vickyrampin.gitlab.io/info628-data-librarianship.
Go to file
Vicky Rampin 1722cbadd0 update lang on discussions, rename LB pic 2021-10-25 15:14:36 -04:00
files update hw8 example document 2021-08-13 14:29:22 -04:00
imgs update lang on discussions, rename LB pic 2021-10-25 15:14:36 -04:00
.gitignore initial commit of bookdown site 2021-06-13 15:20:48 -04:00
.gitlab-ci.yml add CI to build bookdown 2021-06-13 14:22:19 +00:00
00_syllabus.Rmd update syllabus, move files for easieraccess 2021-08-13 14:23:50 -04:00
01_week01.Rmd update lang on discussions, rename LB pic 2021-10-25 15:14:36 -04:00
02_week02.Rmd update lang on discussions, rename LB pic 2021-10-25 15:14:36 -04:00
03_week03.Rmd update lang on discussions, rename LB pic 2021-10-25 15:14:36 -04:00
CODE_OF_CODUCT.md initial commit of bookdown site 2021-06-13 15:20:48 -04:00
CONTRIBUTING.md initial commit of bookdown site 2021-06-13 15:20:48 -04:00
README.md initial commit of bookdown site 2021-06-13 15:20:48 -04:00
index.Rmd update syllabus, move files for easieraccess 2021-08-13 14:23:50 -04:00
lis-628-data-librarianship.Rproj update syllabus, move files for easieraccess 2021-08-13 14:23:50 -04:00
style.css initial commit of bookdown site 2021-06-13 15:20:48 -04:00

README.md

LIS 628: Data Librarianship and Management

forthebadge forthebadge forthebadge

A class for Pratt SLIS by Vicky Rampin.

Class description

The world of data is seemingly a new frontier for libraries, yet in some ways, data and data sets are comparable to other print and electronic resources that librarians historically have been charged with locating, teaching, collecting, organizing, and preserving. This course asks how best we can serve the needs of a burgeoning community of data users/producers while meeting the new challenges that data present to our existing skillsets, workflows, and infrastructure. Topics will include data reference and literacy; archives and repositories; formats and standards; ethics and policy. Statistical/GIS software and research data management are also explored.

Build our book locally

  1. Fork, clone or download this project (See #1-4 in the 'Contribute!' section below).

  2. Install R & RStudio.

  3. Install the bookdown, RMarkdown, and tinytex packages in RStudio with the following two commands in the R terminal:

    • install.packages(c("rmarkdown", "bookdownplus", "tinytex", "webshot"))
    • tinytex::install_tinytex()
    • webshot::install_phantomjs()

    You can also click Tools > Install Packages and paste in the package names there (make sure "install dependencies" is checked) separated by commas, like so: rmarkdown, bookdownplus, tinytex, webshot.

  4. Go to the project folder and double click lis-628-data-librarianship.Rproj to start the project in RStudio.

  5. Run this command in the R Console after RStudio opens: bookdown::render_book('index.Rmd', 'all')

  6. Go to the folder _book in the project folder and click index.html to view the book locally in your browser.

Contribute!

If you'd like to contribute, that would be amazing! I will try my best to be on top of merge requests and issues. Before you start, please refer to our contributing guide.

Contact info

You are welcome to email me at vicky dot rampin at nyu dot edu if you have questions or concerns, or raise an issue on this repository and I will do my best to respond quickly!