dusp-nbs

DUSP UROP Project: Nature-Based Solutions Dashboard to Support Carbon Neutrality in Major EU Cities (Summer 2023, Fall 2023, Spring 2024)

https://github.com/mit-dusp-nbs/dusp-nbs

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

Repository

DUSP UROP Project: Nature-Based Solutions Dashboard to Support Carbon Neutrality in Major EU Cities (Summer 2023, Fall 2023, Spring 2024)

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

Nature-Based Solutions Dashboard to Support Carbon Neutrality in Major EU Cities

Deploy React on GH Pages

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:

js parserOptions: { ecmaVersion: 'latest', sourceType: 'module', project: ['./tsconfig.json', './tsconfig.node.json'], tsconfigRootDir: __dirname, },

  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Owner

  • Name: MIT DUSP NBS
  • Login: MIT-DUSP-NBS
  • Kind: organization

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Nature-Based Solutions Dashboard
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Temkin
    family-names: Diego
    email: dtemkin@mit.edu
    affiliation: Massachusetts Institute of Technology
  - given-names: Cong
    family-names: Cong
    email: ccong2@mit.edu
    affiliation: Massachusetts Institute of Technology
repository-code: 'https://github.com/mit-dusp-nbs/dusp-nbs'
url: 'https://mit-dusp-nbs.github.io/dusp-nbs/'
license: MIT
preferred-citation:
  type: article
  authors:
    - family-names: Pan
      given-names: Haozhi
    - family-names: Page
      given-names: Jessica
    - family-names: Shi
      given-names: Rui
    - family-names: Cong
      given-names: Cong
    - family-names: Cai
      given-names: Zipan
    - family-names: Barthel
      given-names: Stephan
    - family-names: Thollander
      given-names: Patrik
    - family-names: Colding
      given-names: Johan
    - family-names: Kalantari
      given-names: Zahra
  year: 2023
  date-published: '2023-07-20'
  title: >-
    Contribution of prioritized urban nature-based solutions allocation to
    carbon neutrality
  journal: Nature Climate Change
  abstract: >-
    Nature-based solutions (NBS) are essential for carbon-neutral cities, yet
    how to effectively allocate them remains a question. Carbon neutrality
    requires city-led climate action plans that incorporate both indirect and
    direct contributions of NBS. Here we assessed the carbon emissions
    mitigation potential of NBS in European cities, focusing particularly on
    commonly overlooked indirect pathways, for example, human behavioural
    interventions and resource savings. Assuming maximum theoretical
    implementation, NBS in the residential, transport and industrial sectors
    could reduce urban carbon emissions by up to 25%. Spatially prioritizing
    different types of NBS in 54 major European Union cities could reduce
    anthropogenic carbon emissions by on average 17.4%. Coupling NBS with other
    existing measures in Representative Concentration Pathway scenarios could
    reduce total carbon emissions by 57.3% in 2030, with both indirect pathways
    and sequestration. Our results indicate that carbon neutrality will be near
    for some pioneering cities by 2030, while three can achieve it completely.
  issn: 1758-6798
  url: 'https://doi.org/10.1038/s41558-023-01737-x'
  doi: 10.1038/s41558-023-01737-x

GitHub Events

Total
  • Delete event: 158
  • Issue comment event: 169
  • Push event: 234
  • Pull request event: 303
  • Fork event: 1
  • Create event: 157
Last Year
  • Delete event: 158
  • Issue comment event: 169
  • Push event: 234
  • Pull request event: 303
  • Fork event: 1
  • Create event: 157

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 1
  • Total pull requests: 226
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: about 13 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.84
  • Merged pull requests: 164
  • Bot issues: 1
  • Bot pull requests: 226
Past Year
  • Issues: 0
  • Pull requests: 130
  • Average time to close issues: N/A
  • Average time to close pull requests: about 11 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.76
  • Merged pull requests: 89
  • Bot issues: 0
  • Bot pull requests: 130
Top Authors
Issue Authors
  • dependabot[bot] (5)
Pull Request Authors
  • dependabot[bot] (285)
Top Labels
Issue Labels
dependencies (5) javascript (5)
Pull Request Labels
dependencies (284) javascript (281) github_actions (3)

Dependencies

.github/workflows/vite.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v2 composite
  • actions/setup-node v3 composite
  • actions/upload-pages-artifact v2 composite
package-lock.json npm
  • 372 dependencies
package.json npm
  • @types/react ^18.2.28 development
  • @types/react-dom ^18.2.13 development
  • @typescript-eslint/eslint-plugin ^6.7.5 development
  • @typescript-eslint/parser ^6.7.5 development
  • @vitejs/plugin-react-swc ^3.4.0 development
  • eslint ^8.51.0 development
  • eslint-config-prettier ^9.0.0 development
  • eslint-plugin-prettier ^5.0.1 development
  • eslint-plugin-react ^7.33.2 development
  • eslint-plugin-react-hooks ^4.6.0 development
  • eslint-plugin-react-refresh ^0.4.3 development
  • postcss ^8.4.31 development
  • postcss-preset-mantine ^1.8.0 development
  • postcss-simple-vars ^7.0.1 development
  • prettier 3.0.3 development
  • typescript ^5.2.2 development
  • vite ^4.4.11 development
  • @mantine/core ^7.1.2
  • @mantine/hooks ^7.0.2
  • @tabler/icons-react ^2.39.0
  • clsx ^2.0.0
  • geotiff ^2.0.7
  • ol ^8.1.0
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-router-dom ^6.16.0
  • rlayers ^2.1.0