From 3b8ac4d2f8b2fe9f9cd5049f2a92359b50ca1f45 Mon Sep 17 00:00:00 2001 From: Nees Jan van Eck <36573334+neesjanvaneck@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:44:43 +0100 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..72de311 --- /dev/null +++ b/README.md @@ -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). +