davies_project
A CollectionBuilder version of the Davies site
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Repository
A CollectionBuilder version of the Davies site
Basic Info
- Host: GitHub
- Owner: pulibrary
- License: mit
- Language: HTML
- Default Branch: main
- Size: 46.5 MB
Statistics
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 4
- Releases: 0
Metadata Files
README.md
Davies Project Website
The core asset from the original website is the database compiled from punch cards produced by Professor Haynes McMullen in his research on American Libraries before 1876. The contents of that database were converted to CSV, as were some metadata: a key to the library types in the data table, a glossary of those types, and a bibliography.
This is a static site of what was a Wordpress website of the daviesproject
Nginx Docker Container for Serving Files
This project provides a Dockerized Nginx server configured to serve the daviesproject. It was formerly a wordpress site.
Table of Contents
- Introduction
- Prerequisites
- Installation
- Usage
- Configuration
- Docker Compose
- File Structure
- Troubleshooting
- Contributing
- License
Introduction
This repository contains the necessary files to build and run a Docker container with Nginx serving the wordpress converted static site files. The project is designed to be flexible and easy to use, with a configurable server name and a custom Nginx configuration optimized for serving static content.
Prerequisites
- Docker Engine and Docker Compose installed. See the official Docker documentation for installation instructions: https://docs.docker.com/
- A directory containing your static files.
- A custom Nginx configuration file (e.g.,
default.conf).
Installation
- Clone this repository (or copy the necessary files) to your local machine.
- Place your static files in the same directory as the
Dockerfile. - Ensure you have a
default.conffile with your Nginx configuration in the same directory. A sample configuration is provided below.
Usage
- Build the Docker image:
```bash docker build -t daviesproject .
This repository contains code to publish this data as a Jekyll site, using templates from CollectionBuilder.
Owner
- Name: Princeton University Library
- Login: pulibrary
- Kind: organization
- Location: Princeton, New Jersey
- Website: https://library.princeton.edu/
- Repositories: 352
- Profile: https://github.com/pulibrary
GitHub Events
Total
- Issue comment event: 1
- Push event: 7
- Pull request event: 3
- Create event: 2
Last Year
- Issue comment event: 1
- Push event: 7
- Pull request event: 3
- Create event: 2
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Cliff Wulfman | c****n@p****u | 41 |
| Francis Kayiwa | k****a@p****m | 7 |
| Esmé Cowles | e****s@t****g | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 12
- Total pull requests: 10
- Average time to close issues: 14 days
- Average time to close pull requests: 2 days
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.58
- Average comments per pull request: 0.4
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 9
- Average time to close issues: 4 days
- Average time to close pull requests: 3 days
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 0.67
- Average comments per pull request: 0.33
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- cwulfman (9)
- escowles (2)
Pull Request Authors
- cwulfman (16)
- kayiwa (2)