Giter VIP home page Giter VIP logo

digital-scholarship's Introduction

Vanderbilt Heard Library digital scholarship resources

Code and documentation for digital scholarship resources provided by the Vanderbilt Libraries Digital Scholarship and Scholarly Communications Office.

Go to the Digital Scholarship Resources website

Repo structure

The repository structure is described below.

├── README.md                  : Description of this repository
├── LICENSE                    : CC0 license description
│
├── code                       : reusable code examples
│   ├── api                    : code for interacting with APIs via HTTP
│   │   ├── README.md          : description of included code
│   │   ├── python             : Python versions
│   │   └── xquery             : XQuery versions
│   │       ├── http_library.py     : API Python module for import or cut/paste
│   │       ├── http_library.xq     : API XQuery code for cut/paste
│   │       └── http_library.xqm    : API XQuery module for import
│   ├── file                   : code for manipulating text files
│   │   ├── README.md          : description of included code
│   │   ├── python             : Python versions
│   │   └── xquery             : XQuery versions
│   │       ├── load_file.xq        : file loading XQuery code for cut/paste
│   │       └── load_file.xqm       : file loading XQuery module for import
│   ├── gui                    : code for generating a graphical interface for user interaction
│   │   ├── README.md          : description of included code
│   │   └── python             : Python versions
│   │       └── simple_form.py      : simple script that generates two text boxes and a button
│   └── scrape                 : example code for scraping a website
│       ├── README.md          : description of included code
│       └── python             : Python versions
│           ├── scrape-sec.py       : code to perform the scrape, including loops
│           └── scrape-sec.ipynb    : Jupyter notebook of code for only a single instance of each resource
└── data                       : sample data
    ├── rdf                    : Resource Description Framework (RDF) examples
    │   ├── vandy              : sample dataset of people associated with Vanderbilt and their works
    │   │   ├── institution.csv     : source data table about insitutions
    │   │   ├── person.csv          : source data table about people
    │   │   ├── work.csv            : source data table about creative works (publications)
    │   │   ├── graph-model.pdf     : diagram showing the relationships between the classes of institutions, people, and works
    │   │   ├── vandy-graph.png     : graph diagram of instances of institution, people, and works represented in the source tables
    │   │   ├── vandy-triples.csv   : table of 66 triples that describe the graph of institution, people, and works
    │   │   └── vandy.ttl           : Turtle serialization of 66 triples in the graph of institution, people, and works
    │   └── serializations         : RDF serialization examples
    │       ├── example.json   : JSON-LD example
    │       ├── example.nt     : N-Triples example
    │       ├── example.nq     : N-Quads example
    │       ├── example.rdf    : XML example
    │       └── example.ttl    : Terse RDF Triple Language (Turtle) example
    │
    ├── gis                    : Geographic Information Systems example data
    │   └── wg                 : GIS working group examples
    │       ├── Metro_Nashville_Schools.csv        : spreadsheet of data about Nashville schools
    │       └── qgis-example.zip    : 
    │
    └── xml                    : Extensible Markup Language (XML) examples
        ├── menu-example-errors.xml    : generic XML example with errors
        ├── menu-example-corrected.xml : generic XML example (corrected)
        └── tei                : Text Encoding Initiative (TEI) examples
            ├── dickinson-tei-example.xml         : brief example of Dickinson text
            └── dickinson-variants-tei-example.xml : example with text variants

digital-scholarship's People

Contributors

scurryjohnson avatar cliffordanderson avatar

Watchers

James Cloos avatar William S avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.