Science Score: 26.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: EPFL-ENAC
  • License: gpl-3.0
  • Language: Vue
  • Default Branch: main
  • Homepage: https://eira.epfl.ch
  • Size: 210 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 1
  • Open Issues: 2
  • Releases: 2
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

enac-it4r-repo

Template with licences / github templates and contributing processes

Todo when setting up your github repo

  • [ ] Learn how to use github template repository: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template
  • [ ] Activate discussion (https://github.com/EPFL-ENAC/{YOUR-REPO-NAME}/settings)
  • [ ] Replace {YOUR-REPO-NAME} by the name of your repo
  • [ ] Modifiy or remove the CITATION.cff file. How to format it ?
  • [ ] Check if you need all those labels: https://github.com/EPFL-ENAC/{YOUR-REPO-NAME}/labels
  • [ ] Create your first milestone: https://github.com/EPFL-ENAC/{YOUR-REPO-NAME}/milestones
  • [ ] Protect your branch if you're a pro user: https://github.com/EPFL-ENAC/{YOUR-REPO-NAME}/settings/branches

Owner

  • Name: EPFL ENAC
  • Login: EPFL-ENAC
  • Kind: organization
  • Location: Lausanne, Switzerland

EPFL, School of Architecture, Civil and Environmental Engineering

GitHub Events

Total
  • Release event: 2
  • Create event: 1
Last Year
  • Release event: 2
  • Create event: 1

Dependencies

docker-compose.yml docker
  • traefik v2.9
frontend/Dockerfile docker
  • nginx 1-alpine build
  • node 19-alpine build
frontend/package-lock.json npm
  • 552 dependencies
frontend/package.json npm
  • @mdi/js ^7.1.96 development
  • @rushstack/eslint-patch ^1.1.4 development
  • @types/jsdom ^20.0.1 development
  • @types/lodash ^4.14.191 development
  • @types/mapbox__mapbox-gl-draw ^1.3.3 development
  • @types/maplibre-gl ^1.14.0 development
  • @types/node ^18.11.12 development
  • @vitejs/plugin-vue ^4.0.0 development
  • @vue/eslint-config-prettier ^7.0.0 development
  • @vue/eslint-config-typescript ^11.0.0 development
  • @vue/test-utils ^2.2.6 development
  • @vue/tsconfig ^0.1.3 development
  • eslint ^8.22.0 development
  • eslint-plugin-vue ^9.3.0 development
  • jsdom ^20.0.3 development
  • npm-run-all ^4.1.5 development
  • prettier ^2.7.1 development
  • prettier-plugin-organize-imports ^3.2.2 development
  • typescript ~4.7.4 development
  • vite ^4.0.0 development
  • vitest ^0.25.6 development
  • vue-tsc ^1.0.12 development
  • @mapbox/mapbox-gl-draw ^1.3.0
  • @turf/turf ^6.5.0
  • lodash ^4.17.21
  • maplibre-gl ^2.4.0
  • pinia ^2.0.28
  • vue ^3.2.45
  • vue-router ^4.1.6
  • vuetify ^3.1.2
package-lock.json npm
  • 191 dependencies
package.json npm
  • @commitlint/cli ^17.1.2 development
  • @commitlint/config-conventional ^17.1.0 development
  • husky ^8.0.1 development
docker-compose.prod.yml docker
  • ghcr.io/epfl-enac/eira-frontend main
.github/workflows/deploy.yml actions