https://github.com/sdhutchins/parse-uab-scholars
A set of scripts to create an easily searchable html of student committees that faculty at UAB are part of.
https://github.com/sdhutchins/parse-uab-scholars
faculty scholars uab
Last synced: 11 months ago
JSON representation
A set of scripts to create an easily searchable html of student committees that faculty at UAB are part of.
- Host: GitHub
- URL: https://github.com/sdhutchins/parse-uab-scholars
- Owner: sdhutchins
- License: mit
- Created: 2025-05-12T20:11:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T03:55:47.000Z (about 1 year ago)
- Last Synced: 2025-05-21T22:12:34.815Z (about 1 year ago)
- Topics: faculty, scholars, uab
- Language: Python
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Base Repository Template
This repository serves as a template for creating new repositories. It provides a basic structure and essential
files to help you get started efficiently.
## Directory Structure
```plaintext
.
├── .github/ # Hidden folder containing issue and pull request templates
├── .gitignore # Specifies files and folders for Git to ignore
├── .markdownlint.json # Configuration file for markdownlint
├── CONTRIBUTING.md # Guidelines for contributing to the project
├── LICENSE # Project license information
├── README.md # Project overview and essential details
├── data/ # Directory for datasets used in the project
├── docs/ # Directory for project documentation
└── tests/ # Directory containing tests for the project
```