From 60442d2811bae5ff94b09defe0a9bd7641baa70d Mon Sep 17 00:00:00 2001 From: George <98597244+GeorgeKontsevik@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:27:12 +0300 Subject: [PATCH] workflow and readme fix shield --- .github/workflows/2dev_ci_on_pr.yaml | 4 ++-- README.md | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/2dev_ci_on_pr.yaml b/.github/workflows/2dev_ci_on_pr.yaml index 86dcbcb..c534df2 100644 --- a/.github/workflows/2dev_ci_on_pr.yaml +++ b/.github/workflows/2dev_ci_on_pr.yaml @@ -3,10 +3,10 @@ name: Tests on: push: branches: - - dev + - "*" pull_request: branches: - - dev + - master jobs: test: diff --git a/README.md b/README.md index 406dba7..519b2eb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Documentation Status](https://readthedocs.org/projects/soika/badge/?version=latest)](https://soika.readthedocs.io/en/latest/?badge=latest) [![PythonVersion](https://img.shields.io/badge/python-3.11-blue)](https://pypi.org/project/scikit-learn/) [![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -[![Tests](https://github.com/GeorgeKontsevik/sloyka/.github/workflows/2dev_ci_on_pr.yaml/badge.svg?branch=dev)](https://github.com/GeorgeKontsevik/sloyka/.github/workflows/2dev_ci_on_pr.yaml) +[![Tests](https://github.com/GeorgeKontsevik/sloyka/actions/workflows/2dev_ci_on_pr.yaml/badge.svg?branch=dev)](https://github.com/GeorgeKontsevik/sloyka/actions/workflows/2dev_ci_on_pr.yaml) [![sloyka_community_chat](https://img.shields.io/badge/-community-blue?logo=telegram)](https://t.me/sloyka_community) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1wCUJAqlq9GMKw1wpTsWrzYwr10pWDeHv?usp=sharing) @@ -38,5 +38,15 @@ asantonov@itmo.ru (Александр Антонов, Project Lead) kontsevik@itmo.ru (just in case). ## Цитирование -Antonov, A., Gornova, G., Kontsevik, G., Turkov, L., Vorona, V., & Mityagin, S. (2024, July). Transformation of Local Communities from Neighborhoods to Urban Commons in the Production of Social Representations of Space. In International Conference on Computational Science and Its Applications (pp. 436-447). Cham: Springer Nature Switzerland. + +``` bibtex +@inproceedings{antonov2024transformation, + title={Transformation of Local Communities from Neighborhoods to Urban Commons in the Production of Social Representations of Space}, + author={Antonov, Aleksandr and Gornova, Galina and Kontsevik, Georgii and Turkov, Leonid and Vorona, Vladimir and Mityagin, Sergey}, + booktitle={International Conference on Computational Science and Its Applications}, + pages={436--447}, + year={2024}, + organization={Springer} +} +``` ---