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 (11.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: next-exp
  • Language: Python
  • Default Branch: master
  • Size: 90.7 MB
Statistics
  • Stars: 8
  • Watchers: 18
  • Forks: 74
  • Open Issues: 77
  • Releases: 4
Created about 9 years ago · Last pushed 9 months ago
Metadata Files
Readme Contributing Citation

README.rst

IC: Invisible Cities
==============================================

IC stands for Invisible Cities and also for Italo Calvino, the author of the master piece.

Quickstart guide
----------------

+ Make sure you have `git lfs` installed (https://git-lfs.github.com/)

+ Clone the repository

+ :code:`cd` into the `IC` directory

+ :code:`source manage.sh work_in_python_version 3.8`

The last step will, if necessary, install conda and create an
appropriate conda environment, as well as setting environment
variables which are needed for the correct functioning of IC.

The installation steps will be skipped if conda and the required
environment are already available, so subsequent invocations of the
command should be much quicker than the first.

You will need to perform the last two steps in every shell in which
you want to run IC.

To check your progress when you are developing, you will want to
compile any Cython components that have changed and run the test
suite. This can be done with

.. code-block::

   source manage.sh compile_and_test_par

If you check out a commit which requires an older set of dependencies,
the :code:`compile_and_test` commands will automatically switch to an
appropriate environment, creating it on the fly if necessary.

:Travis CI: |travis|

.. |travis| image:: https://img.shields.io/travis/nextic/IC.png
        :target: https://travis-ci.org/nextic/IC

Documentation 
-------------

The documentation for IC, including the individual cities, can be found here: https://next-exp-sw.readthedocs.io/en/latest/IC.html

The above link is continuously updated in intervals. If however, there is no/little documentation for a particular city you need in the above link, check:  https://github.com/next-exp/sw-docs/pulls for the documentation on more recent updates.

Owner

  • Name: The NEXT experiment
  • Login: next-exp
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - name: "NEXT Collaboration"
title: "Invisible Cities"
url: "https://github.com/next-exp/IC"
license-url: "https://github.com/next-exp/IC/blob/master/doc/ic_authors_and_legal.rst"

GitHub Events

Total
  • Issues event: 22
  • Watch event: 3
  • Delete event: 5
  • Issue comment event: 25
  • Push event: 23
  • Pull request event: 43
  • Pull request review event: 155
  • Pull request review comment event: 191
  • Fork event: 4
  • Create event: 16
Last Year
  • Issues event: 22
  • Watch event: 3
  • Delete event: 5
  • Issue comment event: 25
  • Push event: 23
  • Pull request event: 43
  • Pull request review event: 155
  • Pull request review comment event: 191
  • Fork event: 4
  • Create event: 16

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 days
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.4
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.4
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • gonzaponte (21)
  • paolafer (6)
  • jahernando (3)
  • jwaiton (3)
  • jacg (2)
  • mmkekic (1)
  • gondiaz (1)
  • jmunozv (1)
  • atrettin (1)
Pull Request Authors
  • gonzaponte (24)
  • paolafer (9)
  • jwaiton (7)
  • jmbenlloch (5)
  • carhc (4)
  • martinperezmaneiro (1)
  • bpalmeiro (1)
  • RhiannonCoupeNeutrinos (1)
  • soleti (1)
Top Labels
Issue Labels
good first issue (7) testing (5) enhancement (4) help wanted (4) easy (3) bug (1)
Pull Request Labels
enhancement (1) good first issue (1) testing (1)

Dependencies

.github/workflows/check_db_calibration.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • jitterbit/get-changed-files v1 composite
.github/workflows/test_suite.yml actions
  • actions/checkout v2 composite
setup.py pypi