https://github.com/alan-turing-institute/science-gateway-web

Front end web application for the Science Gateway project

https://github.com/alan-turing-institute/science-gateway-web

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Front end web application for the Science Gateway project

Basic Info
Statistics
  • Stars: 1
  • Watchers: 25
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 9 years ago · Last pushed about 9 years ago
Metadata Files
Readme License

README.md

science-gateway-web

This script creates a web-app with the following properties 1) App hosted on science-gateway-web 2) Creates resource group called Science-Gateway-Web 3) Priced onto the account set

``` az login az account list az account set --subscription

az group create \ --name Science-Gateway-Web --location "West Europe"

az group deployment validate \ --resource-group "Science-Gateway-Web" \ --template-file azuredeploy.json \ --parameters @azuredeploy.parameters.json

az group deployment create \ --name "Science-Gateway-Web" \ --resource-group "Science-Gateway-Web" \ --template-file azuredeploy.json --parameters @azuredeploy.parameters.json ```

Owner

  • Name: The Alan Turing Institute
  • Login: alan-turing-institute
  • Kind: organization
  • Email: info@turing.ac.uk

The UK's national institute for data science and artificial intelligence.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • masonlr (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package.json npm
  • @types/core-js ^0.9.34 development
  • @types/node ^6.0.45 development
  • concurrently ^3.0.0 development
  • lite-server ^2.2.2 development
  • typescript ^2.0.3 development
  • @angular/common ~2.2.0
  • @angular/compiler ~2.2.0
  • @angular/core ~2.2.0
  • @angular/forms ~2.2.0
  • @angular/http ~2.2.0
  • @angular/platform-browser ~2.2.0
  • @angular/platform-browser-dynamic ~2.2.0
  • @angular/router ~3.2.0
  • @angular/upgrade ~2.2.0
  • angular-in-memory-web-api ~0.1.15
  • core-js ^2.4.1
  • reflect-metadata ^0.1.8
  • rxjs 5.0.0-beta.12
  • systemjs 0.19.39
  • zone.js ^0.6.25