An open API service indexing awesome lists of open source software.

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.

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
```