digital-atlas

Interface to visualise connections between postcolonial intellectuals

https://github.com/centrefordigitalhumanities/digital-atlas

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary

Keywords

data-visualization postcolonialism
Last synced: 6 months ago · JSON representation ·

Repository

Interface to visualise connections between postcolonial intellectuals

Basic Info
  • Host: GitHub
  • Owner: CentreForDigitalHumanities
  • License: bsd-3-clause
  • Language: TypeScript
  • Default Branch: develop
  • Homepage: https://atlas.hum.uu.nl
  • Size: 3.17 MB
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 1
  • Open Issues: 2
  • Releases: 3
Topics
data-visualization postcolonialism
Created about 4 years ago · Last pushed 8 months ago
Metadata Files
Readme Contributing License Citation

README.md

Digital Atlas

Actions Status DOI

The Digital ATLAS of postcolonial Europe visualizes the sites, archives, galleries, museums, monuments, organizations and events, collecting information on postcolonial intellectuals and the main migrant organizations/manifestations in Europe.

Presented at Postcolonial Publics: Art and Citizen Media in Europe, Ca' Foscari University of Venice, VIU (May 26th, 2022).

Contents

The repository consist of three modules: - backend: a Django backend that is included so the application can be run in our normal deployment environment. It's not actively used. - data: python scripts to convert excel data provided by researchers into JSON format. - frontend: the web interface, implemented as an Angular application

See CONTRIBUTING for details on the setup of the application and common actions when working on the source code.

Usage

Digital ATLAS is a web application. You can view the deployed version as atlas.hum.uu.nl.

Licence

This repository is shared under a BSD 3-Clause licence.

Owner

  • Name: Centre for Digital Humanities
  • Login: CentreForDigitalHumanities
  • Kind: organization
  • Email: cdh@uu.nl
  • Location: Netherlands

Interdisciplinary centre for research and education in computational and data-driven methods in the humanities.

Citation (CITATION.cff)

cff-version: 1.2.0
title: Digital ATLAS of postcolonial Europ
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - name: 'Research Software Lab, Centre for Digital Humanities, Utrecht University'
    website: 'https://cdh.uu.nl/centre-for-digital-humanities/research-software-lab/'
    city: Utrecht
    country: NL
  - family-names: Ponzanesi
    given-names: Sandra
    affiliation: 'Utrecht University'
  - family-names: Lange
    name-particle: de
    given-names: Julia
    affiliation: 'Utrecht University'
identifiers:
  - type: doi
    value: 10.5281/zenodo.10607128
repository-code: 'https://github.com/CentreForDigitalHumanities/digital-atlas'
url: 'https://atlas.hum.uu.nl/'
license: BSD-3-Clause
version: 0.0.2
date-released: '2024-02-01'

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Dependencies

frontend/package.json npm
  • @angular-devkit/build-angular ~0.1102.18 development
  • @angular/cli ~11.2.18 development
  • @angular/compiler-cli ~11.2.14 development
  • @angular/localize 11.2.14 development
  • @types/jasmine ~3.6.0 development
  • @types/node ^12.11.1 development
  • codelyzer ^6.0.0 development
  • jasmine-core ~3.6.0 development
  • jasmine-spec-reporter ~5.0.0 development
  • karma ~6.3.2 development
  • karma-chrome-launcher ~3.1.0 development
  • karma-coverage ~2.0.3 development
  • karma-jasmine ~4.0.0 development
  • karma-jasmine-html-reporter ~1.5.0 development
  • protractor ~7.0.0 development
  • ts-node ~8.3.0 development
  • tslint ~6.1.0 development
  • typescript ~4.1.5 development
  • @angular/animations ~11.2.14
  • @angular/common ~11.2.14
  • @angular/compiler ~11.2.14
  • @angular/core ~11.2.14
  • @angular/forms ~11.2.14
  • @angular/platform-browser ~11.2.14
  • @angular/platform-browser-dynamic ~11.2.14
  • @angular/router ~11.2.14
  • @fortawesome/angular-fontawesome ^0.8.1
  • @fortawesome/fontawesome-svg-core ^1.2.32
  • @fortawesome/free-solid-svg-icons ^5.15.1
  • @ngrx/effects ^10.1.1
  • @ngrx/store ^10.1.1
  • @types/d3 ^7.1.0
  • @types/underscore ^1.11.4
  • bulma ^0.9.1
  • d3 ^7.4.4
  • moment ^2.29.2
  • primeicons ^4.1.0
  • primeng ^11.0.0
  • rxjs ~6.6.0
  • smoothscroll-polyfill ^0.4.4
  • topojson ^3.0.2
  • tslib ^2.0.0
  • underscore ^1.13.2
  • zone.js ~0.11.3
frontend/yarn.lock npm
  • 1253 dependencies
package.json npm
  • @angular/cli >=11 <12 development
yarn.lock npm
  • 245 dependencies
backend/requirements.in pypi
  • Django >=3.2,<4
  • asgiref <3.5
  • django-livereload-server *
  • django-revproxy >=0.9.16
  • djangorestframework *
  • psycopg2--no-binarypsycopg2 *
  • pytest *
  • pytest-django *
  • pytest-xdist *
backend/requirements.txt pypi
  • asgiref ==3.4.1
  • attrs ==21.4.0
  • beautifulsoup4 ==4.10.0
  • django ==3.2.12
  • django-livereload-server ==0.4
  • django-revproxy ==0.10.0
  • djangorestframework ==3.13.1
  • execnet ==1.9.0
  • importlib-metadata ==4.8.3
  • more-itertools ==8.12.0
  • packaging ==21.3
  • pluggy ==0.13.1
  • psycopg2 ==2.9.3
  • py ==1.11.0
  • pyparsing ==3.0.7
  • pytest ==5.4.3
  • pytest-django ==4.5.2
  • pytest-forked ==1.4.0
  • pytest-xdist ==1.34.0
  • pytz ==2021.3
  • six ==1.16.0
  • soupsieve ==2.3.1
  • sqlparse ==0.4.2
  • tornado ==6.1
  • typing-extensions ==4.1.1
  • urllib3 ==1.26.8
  • wcwidth ==0.2.5
  • zipp ==3.6.0
data/requirements.in pypi
  • openpyxl *
  • pytest *
data/requirements.txt pypi
  • attrs ==21.4.0
  • et-xmlfile ==1.1.0
  • iniconfig ==1.1.1
  • openpyxl ==3.0.9
  • packaging ==21.3
  • pluggy ==1.0.0
  • py ==1.11.0
  • pyparsing ==3.0.7
  • pytest ==7.0.1
  • tomli ==2.0.1
functional-tests/requirements.in pypi
  • pytest *
  • selenium *
functional-tests/requirements.txt pypi
  • async-generator ==1.10
  • attrs ==21.4.0
  • certifi ==2021.10.8
  • cffi ==1.15.0
  • cryptography ==36.0.1
  • h11 ==0.13.0
  • idna ==3.3
  • iniconfig ==1.1.1
  • outcome ==1.1.0
  • packaging ==21.3
  • pluggy ==1.0.0
  • py ==1.11.0
  • pycparser ==2.21
  • pyopenssl ==22.0.0
  • pyparsing ==3.0.7
  • pytest ==7.0.1
  • selenium ==4.1.0
  • sniffio ==1.2.0
  • sortedcontainers ==2.4.0
  • tomli ==2.0.1
  • trio ==0.20.0
  • trio-websocket ==0.9.2
  • urllib3 ==1.26.8
  • wsproto ==1.0.0
.github/workflows/test.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v2 composite
  • actions/setup-python v2 composite