-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcbef2e
commit 3b8ac4d
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# CWTS OpenAlex databases | ||
|
||
This repository contains the source code used by [CWTS](https://www.cwts.nl) to extract, transform, and load data from [OpenAlex](https://openalex.org) into a Microsoft SQL Server database system. | ||
|
||
The source code produces five Microsoft SQL Server databases: | ||
|
||
(1) Database containing data from OpenAlex in a relational format. | ||
|
||
(2) Database containing titles and abstracts of publications. | ||
|
||
(3) Database containing data on core publications. | ||
|
||
(4) Database containing a classification of publications into research areas. | ||
|
||
(5) Database containing stored procedures for indicator calculations. | ||
|
||
This repository makes use of the [CWTS ETL tooling repository](https://github.com/CWTSLeiden/CWTS-ETL-tooling), the [publicationclassification repository](https://github.com/CWTSLeiden/publicationclassification), and the [publicationclassificationlabeling repository](https://github.com/CWTSLeiden/publicationclassificationlabeling). | ||
|