Skip to content

This is a web server application for managing data about academic people and activities.

License

Notifications You must be signed in to change notification settings

UW-Madison-DSI/Academic-Data-Server

Repository files navigation

MIT License

Logo

Academic Data Server

This is a server application / API for managing academic data. It allows storing and retreiving data about university people and activities such as grants, articles, and patents.

Applications

This data server is used in the University of Wisconsin Campus Knowledge Map.

UW Campus Knowledge Map
UW Campus Knowledge Map

UW Campus Knowledge Map Search Results
Example UW Campus Knowledge Map Search Results

Documentation

The API routes that are implemented by this data server are described in the Academic Data API Reference.

Requirements

  • PHP 8.0
  • A SQL Database (MySql or MariaDB)

Built With

The following tools and frameworks were used in the construction of this project:

  • Laravel

Configuration

Before running these scripts, you will need to first create a database to store the information.

  1. Create a database

First, you'll want to create a database to store the information. The database schema that is used for this utility is located in the file: database/academic_data_structure.sql.

  1. Configure your web server

Since this is a web server application, you will need to configure your web server to run it. Please see the documentation for your particular type of web server (Apache, Nginx, etc.) for details.

  1. Configure the .env file

Next, you'll need to configure the academic data server to connect with your database. This application is built on top of the Laravel framework, so please see the Laravel documentation for details.

License

Distributed under the MIT License. See the license for more information.

Acknowledgments

This project was funded by the American Family Insurance Data Science Institute at the Univeristy of Wisconsin-Madison

About

This is a web server application for managing data about academic people and activities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published