https://github.com/cusyio/cusy-design-system

Richtlinien für Benutzeroberflächen, Code-Beispiele, Designtools und Ressourcen

https://github.com/cusyio/cusy-design-system

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 (9.1%) to scientific vocabulary

Keywords

accessibility data-visualization gender-equality visualization
Last synced: 5 months ago · JSON representation

Repository

Richtlinien für Benutzeroberflächen, Code-Beispiele, Designtools und Ressourcen

Basic Info
  • Host: GitHub
  • Owner: cusyio
  • License: bsd-3-clause
  • Default Branch: main
  • Homepage: https://cusy.design
  • Size: 20.1 MB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 3
  • Open Issues: 9
  • Releases: 0
Topics
accessibility data-visualization gender-equality visualization
Created about 6 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License

README.rst

Schnelleinstieg
===============

|Contributors| |License| |Docs|

.. |Contributors| image:: https://img.shields.io/github/contributors/cusyio/cusy-design-system.svg
   :target: https://github.com/cusyio/cusy-design-system/graphs/contributors
.. |License| image:: https://img.shields.io/github/license/cusyio/cusy-design-system.svg
   :target: https://github.com/cusyio/cusy-design-system/blob/master/LICENSE
.. |Docs| image:: https://readthedocs.org/projects/cusy-design-system/badge/?version=latest
   :target: https://cusy.design

.. first-steps::

Installation
------------

#. Herunterladen und auspacken:

   … auf Linux/macOS:

   .. code-block:: console

    $ curl -O https://github.com/cusyio/cusy-design-system/archive/refs/heads/main.zip
    $ unzip cusy-design-system-main.zip
    Archive:  cusy-design-system-main.zip
    …
       creating: cusy-design-system-main/
    …

   … auf Windows:

   .. code-block:: ps1con

    C:> curl.exe -o main.zip -O https://github.com/cusyio/cusy-design-system/archive/refs/heads/main.zip
    C:> tar -xvzf cusy-design-system-main.zip
    …

#. Installieren von Python-Paketen:

   … auf Linux/macOS:

   .. code-block:: console

      $ python3 -m venv .venv
      $ . .venv/bin/activate
      $ python -m pip install -e ".[dev]"

   … auf Windows:

   .. code-block:: ps1con

      C:> py -m venv .venv
      C:> Scripts\activate
      C:> python -m pip install -e ".[dev]"

#. Erstellen der HTML-Dokumentation:

   .. note::
      pandoc muss installiert sein.

      … auf Debian/Ubuntu:

      .. code-block:: console

         $  sudo apt install pandoc

   Zum Erstellen der HTML-Dokumentation führt den folgenden Befehl aus:

   .. code-block:: console

      $ python -m sphinx -b html docs/ docs/_build/html/

#. Erstellen eines PDF:

   Zum Erstellen einer PDF-Dokumentation benötigt ihr zusätzliche Pakete, die
   ihr installieren könnt

   … auf Debian/Ubuntu mit

   .. code-block:: console

      $ sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk

   … auf macOS mit

   .. code-block:: console

      $ brew cask install mactex
      …
      🍺  mactex was successfully installed!
      $ curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts
      $ sudo texlua install-getnonfreefonts
      …
      mktexlsr: Updating /usr/local/texlive/2020/texmf-dist/ls-R...
      mktexlsr: Done.

   Anschließend könnt ihr ein PDF generieren mit:

   .. code-block:: console

    $ . .venv/bin/activate
    $ cd docs/
    $ make latexpdf
    …
    The LaTeX files are in _build/latex.
    Run 'make' in that directory to run these through (pdf)latex
    …

   Das PDF findet ihr dann in ``_build/latex/cusy-design-system.pdf``.

Folge uns
---------

* `GitHub `_
* `Mastodon `_

Pull-Requests
-------------

Wenn ihr Vorschläge für Verbesserungen und Ergänzungen habt, empfehle ich euch,
einen `Fork `_ meines
`GitHub-Repository `_ zu erstellen
und darin eure Änderungen vorzunehmen. Gerne dürft ihr auch einen *Pull Request*
stellen. Sofern die darin enthaltenen Änderungen klein und atomar sind, schaue ich
mir eure Vorschläge gerne an.

Owner

  • Name: cusy GmbH
  • Login: cusyio
  • Kind: organization
  • Email: info@cusy.io
  • Location: Berlin, Germany

Software consultancy solving complex problems, connecting strategy and execution, helping clients to strengthen their core competencies and flexible scaling.

GitHub Events

Total
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 20
  • Pull request event: 6
  • Create event: 1
Last Year
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 20
  • Pull request event: 6
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 10
  • Total pull requests: 32
  • Average time to close issues: 26 days
  • Average time to close pull requests: 12 days
  • Total issue authors: 2
  • Total pull request authors: 5
  • Average comments per issue: 0.1
  • Average comments per pull request: 0.22
  • Merged pull requests: 22
  • Bot issues: 0
  • Bot pull requests: 21
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 months
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • veit (9)
  • thomasmassmann (1)
Pull Request Authors
  • dependabot[bot] (18)
  • rekognizecode (5)
  • thomasmassmann (4)
  • pre-commit-ci[bot] (3)
  • scy (2)
Top Labels
Issue Labels
documentation (6) enhancement (5)
Pull Request Labels
dependencies (18)

Dependencies

docs/requirements.txt pypi
  • furo *
  • nbsphinx *
  • sphinxcontrib-svg2pdfconverter *
.github/workflows/pre-commit.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • pre-commit/action v3.0.0 composite