conversationalspacemapapp

Generate conversational space maps for interview data.

https://github.com/manuelbieri/conversationalspacemapapp

Science Score: 57.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
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Generate conversational space maps for interview data.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • Open Issues: 1
  • Releases: 15
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License Citation

README.rst

Conversational Space Map App
****************************

|PyPI version| |PyPI status| |PyPI license| |PyPI pyversions| |CI| |Code style|


.. |PyPI status| image:: https://img.shields.io/pypi/status/ConversationalSpaceMapApp
   :alt: PyPI - Status
.. |PyPI version| image:: https://img.shields.io/pypi/v/ConversationalSpaceMapApp
   :alt: PyPI - Version
.. |PyPI license| image:: https://img.shields.io/pypi/l/ConversationalSpaceMapApp
   :alt: PyPI - License
.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/ConversationalSpaceMapApp.svg
   :target: https://pypi.python.org/pypi/ConversationalSpaceMapApp/
.. |CI| image:: https://codecov.io/gh/manuelbieri/ConversationalSpaceMapApp/graph/badge.svg?token=VD3LEELSOB 
   :target: https://codecov.io/gh/manuelbieri/ConversationalSpaceMapApp
.. |Code style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :alt: Code style


Generate conversational space maps for interview transcripts generated with `aTrain `_, inspired by Saunders et al. (2023, pp. 458-460).

.. image:: https://raw.githubusercontent.com/manuelbieri/ConversationalSpaceMapApp/refs/heads/master/docs/images/Screenshot.png
   :width: 95%
   :alt: App screenshot
   :align: center

Quickstart
============================

Installation - PyPi
----------------------------

Note: This quickstart guide assumes that you have already installed Python.

1. Install via terminal

.. code-block:: bash

    $ pip install ConversationalSpaceMapApp

2. Run the app in the terminal.

.. code-block:: bash

    $ csm-run


Installation - Executable
----------------------------------------

Go to the `download-page `_ and download the installer matching your system.

Note: You will get a warning while installing the app because it is not signed with a certificate.

References
============================
**Haberl, Armin, Jürgen Fleiss, Dominik Kowald and Stefan Thalmann**, Take the aTrain. Introducing an interface for the accessible transcription of interviews *Journal of Behavioral and Experimental Finance* 41, 2024, DOI: 10.1016/j.jbef.2024.100891.

**Saunders, Mark, Philip Lewis, and Adrian Thornhill**, *Research methods for business students*, 9 ed., Harlow, England: Pearson, 2023.

Owner

  • Name: Manuel Bieri
  • Login: manuelbieri
  • Kind: user
  • Location: Switzerland

Student at the University of Bern

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Bieri
    given-names: Manuel
    orcid: https://orcid.org/0000-0002-1530-423X
title: "ConversationalSpaceMapApp"
version: 0.1.2
date-released: 2025-02-01

GitHub Events

Total
  • Release event: 23
  • Delete event: 10
  • Push event: 146
  • Gollum event: 2
  • Fork event: 3
  • Create event: 24
Last Year
  • Release event: 23
  • Delete event: 10
  • Push event: 146
  • Gollum event: 2
  • Fork event: 3
  • Create event: 24

Dependencies

pyproject.toml pypi