sxl-recrete-prognosis

Prognosis of building stock potential for the upcycling reuse of cast-in-place reinforced concrete panels.

https://github.com/epfl-enac/sxl-recrete-prognosis

Science Score: 52.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
    Organization epfl-enac has institutional domain (enac.epfl.ch)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Prognosis of building stock potential for the upcycling reuse of cast-in-place reinforced concrete panels.

Basic Info
  • Host: GitHub
  • Owner: EPFL-ENAC
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Homepage: https://flore.epfl.ch/
  • Size: 4.24 MB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 1
  • Releases: 1
Created about 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

Project Status

recrete-prognosis

What is included on this project?

📦 A basic pyproject.toml file to provide installation, packaging and distribution for your project.

🧪 Testing structure using Pytest.

✅ Code linter Ruff.

✏️ Code formatter using Black.

🤝 Typing checking using Mypy.

🔄 Continuous integration using Github Actions with jobs to check the quality of your code.

📃 Documentation with Sphinx and Readthedocs.

Project structure

This repository contains the following files and folders:

📦 Repository ┣ 📁 .github : contain the github settings ┃ ┗ 📁 ISSUE_TEMPLATE : contains issues templates ┃ ┗ 📜 *.yaml ┃ ┗ 📁 workflows : contains CICD processes ┃ ┣ 📜 code_quality.yml : Ruff + Black + mypy ┃ ┗ 📜 tests.yml : pytest + CodeCov ┣ 📁 docs: contains the documentation. ┣ 📁 project_name: contains the project code. ┃ ┗ 📜 *.py ┣ 📁 test: contains the project tests. ┃ ┗ 📜 test_*.py ┣ 📜 .gitignore: lists the files/folders to ignore for git. ┣ 📜 pre-commit-config.yaml: configuration file for pre-commit. ┣ 📜 CITATION.cff: citation information. ┣ 📜 CODE_OF_CONDUCT.md: code of conduct. ┣ 📜 CONTRIBUTING.md: contributing guidelines. ┣ 📜 LICENSE: license file. ┣ 📜 pyproject.toml: project configuration file. ┣ 📜 README.md: markdown file containing the project's readme. ┣ 📜 readthedocs.yml: Settings for readthedocs.

Owner

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

EPFL, School of Architecture, Civil and Environmental Engineering

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Lisa"
  given-names: "Mona"
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: "My Research Software"
version: 2.0.4
doi: 10.5281/zenodo.1234
date-released: 2017-12-18
url: "https://github.com/EPFL-ENAC/sxl-recrete-prognosis"

GitHub Events

Total
  • Create event: 1
  • Issues event: 1
  • Release event: 1
  • Push event: 1
Last Year
  • Create event: 1
  • Issues event: 1
  • Release event: 1
  • Push event: 1

Dependencies

.github/workflows/code_quality.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • jpetrucciani/ruff-check main composite
  • psf/black stable composite
.github/workflows/deploy-prod.yml actions
  • EPFL-ENAC/epfl-enac-deploy-action main composite
.github/workflows/deploy-test.yml actions
  • EPFL-ENAC/epfl-enac-deploy-action main composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
Dockerfile docker
  • python 3.11.4-slim build
cert/Dockerfile docker
  • alpine latest build
cert/docker-compose.yml docker
docker-compose.yml docker
  • traefik v2.5
pyproject.toml pypi
  • PyYAML *
  • click *
  • kaleido *
  • matplotlib *
  • openpyxl *
  • pandas *
  • plotly-express *
  • streamlit *