Skip to content

Commit b6fa7f6

Browse files
committed
Update url from ReSurfEMG to resurfemg-org
1 parent 1cda1d4 commit b6fa7f6

8 files changed

+45
-45
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ authors:
3333
given-names: Eline
3434
orcid: "https://orcid.org/0000-0002-0150-306X"
3535

36-
repository-code: 'https://github.com/ReSurfEMG/ReSurfEMG'
36+
repository-code: 'https://github.com/resurfemg-org/ReSurfEMG'
3737
repository-artifact: 'https://pypi.org/project/resurfemg/'
3838

3939
keywords:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The sections below outline the steps in each case.
1212

1313
## You have a question
1414

15-
1. use the search functionality [here](https://github.com/resurfemg/resurfemg/issues) to see if someone already filed the same issue;
15+
1. use the search functionality [here](https://github.com/resurfemg-org/ReSurfEMG/issues) to see if someone already filed the same issue;
1616
1. in some cases checking the documentation may help but if your issue search did not yield any relevant results, make a new issue;
1717
1. apply the "Question" label; apply other labels when relevant.
1818

1919
## You think you may have found a bug
2020

21-
1. use the search functionality [here](https://github.com/resurfemg/resurfemg/issues) to see if someone already filed the same issue;
21+
1. use the search functionality [here](https://github.com/resurfemg-org/ReSurfEMG/issues) to see if someone already filed the same issue;
2222
1. if your issue search did not yield any relevant results, make a new issue, making sure to provide enough information to the rest of the community to understand the cause and context of the problem. Depending on the issue, you may want to include:
2323
- the [SHA hashcode](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) of the commit that is causing your problem;
2424
- some identifying information (name and version number) for dependencies you're using;

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<img style="width: 35%; height: 35%" src="https://github.com/resurfemg/resurfemg/blob/main/Logo_rond_tekst.svg">
2+
<img style="width: 35%; height: 35%" src="https://github.com/resurfemg-org/ReSurfEMG/blob/main/Logo_rond_tekst.svg">
33
</p>
44

55
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6811553.svg)](https://doi.org/10.5281/zenodo.6811553)
66
[![PyPI](https://img.shields.io/pypi/v/resurfemg.svg)](https://pypi.python.org/pypi/resurfemg/)
7-
[![Sanity](https://github.com/resurfemg/resurfemg/actions/workflows/on-commit.yml/badge.svg)](https://github.com/resurfemg/resurfemg/actions/workflows/on-commit.yml)
8-
[![Sanity](https://github.com/resurfemg/resurfemg/actions/workflows/on-tag.yml/badge.svg)](https://github.com/resurfemg/resurfemg/actions/workflows/on-tag.yml)
7+
[![Sanity](https://github.com/resurfemg-org/ReSurfEMG/actions/workflows/on-commit.yml/badge.svg)](https://github.com/resurfemg-org/ReSurfEMG/actions/workflows/on-commit.yml)
8+
[![Sanity](https://github.com/resurfemg-org/ReSurfEMG/actions/workflows/on-tag.yml/badge.svg)](https://github.com/resurfemg-org/ReSurfEMG/actions/workflows/on-tag.yml)
99
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
1010
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6487/badge)](https://bestpractices.coreinfrastructure.org/projects/6487)
1111
[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F-green)](https://fair-software.eu)
@@ -15,16 +15,16 @@
1515
of respiratory electromyography (EMG). On the same site as
1616
the repository for this library we keep [related resources](https://github.com/ReSurfEMG?tab=repositories).
1717

18-
ReSurfEMG includes a [main code library](https://github.com/ReSurfEMG/ReSurfEMG) where the user can access the code to change various filter and analysis settings directly and/or in our [researcher interface notebooks](https://github.com/ReSurfEMG/ReSurfEMG/tree/main/notebooks/researcher_interface).
19-
In addition, ReSurfEMG has a [dashboard interface](https://github.com/ReSurfEMG/ReSurfEMG-dashboard) which contains default settings for preprocessing and analysis which can be changed through a graphical (no code) interface. We have some functionality available through a [command line interface](#command-line-interface) as well.
18+
ReSurfEMG includes a [main code library](https://github.com/resurfemg-org/ReSurfEMG) where the user can access the code to change various filter and analysis settings directly and/or in our [researcher interface notebooks](https://github.com/resurfemg-org/ReSurfEMG/tree/main/notebooks/researcher_interface).
19+
In addition, ReSurfEMG has a [dashboard interface](https://github.com/resurfemg-org/ReSurfEMG-dashboard) which contains default settings for preprocessing and analysis which can be changed through a graphical (no code) interface. We have some functionality available through a [command line interface](#command-line-interface) as well.
2020

2121
The library was initially built for surface EMG, however many functions will also work for
2222
invasively measured respiratory EMG. This library supports the ongoing research at University of Twente on respiratory EMG.
2323

2424

2525
### Program files
2626

27-
The core functions of ReSurfEMG are in the folder [resurfemg](https://github.com/ReSurfEMG/ReSurfEMG/tree/main/resurfemg):
27+
The core functions of ReSurfEMG are in the folder [resurfemg](https://github.com/resurfemg-org/ReSurfEMG/tree/main/resurfemg):
2828

2929
- **cli:** Scripts for the command line interface
3030
- **data_connector:** Converter functions for discovering, loading, simulating and handling data.
@@ -42,7 +42,7 @@ The core functions of ReSurfEMG are in the folder [resurfemg](https://github.com
4242

4343
### Folders and Notebooks
4444

45-
Our [guide to notebooks](https://github.com/ReSurfEMG/ReSurfEMG/blob/main/notebooks_guide.md) is under construction. To look around keep in mind the following distinction on folders:
45+
Our [guide to notebooks](https://github.com/resurfemg-org/ReSurfEMG/blob/main/notebooks_guide.md) is under construction. To look around keep in mind the following distinction on folders:
4646

4747
dev:
4848
- These notebooks are used in feature development and debugging by core members of the ReSurfEMG team. They can provide a basic example how to use some of the functionality.
@@ -62,7 +62,7 @@ Dr. Eline Mos-Oppersma( 📫 [email protected]) to discuss any
6262
questions on data configuration for your datasets.
6363

6464
If you want to use a standardized dataset for any purpose we recommend
65-
the data in the [ReSurfEMG/test_data](https://github.com/ReSurfEMG/ReSurfEMG/blob/main/test_data), which is also used in testing the ReSurfEMG functions.
65+
the data in the [ReSurfEMG/test_data](https://github.com/resurfemg-org/ReSurfEMG/blob/main/test_data), which is also used in testing the ReSurfEMG functions.
6666
Data there can be used with any respiratory EMG algorithms in any program. Thus that data can function as a benchmarking set to compare algorithms across different programs.
6767

6868
Alternatively, the data in the ReSurfEMG/synthetic_data repository:
@@ -172,7 +172,7 @@ pip install resurfemg[dev]
172172
command in your terminal. This opens a browser window where you can browse,
173173
open and run the notebooks. (We use [Jupyter notebooks](https://jupyter.org/try-jupyter/retro/notebooks/?path=notebooks/Intro.ipynb))
174174
The ReSurfEMG notebooks are located in the notebooks folder. Navigate there
175-
and open a notebook of interest. The [basic_emg_analysis](https://github.com/ReSurfEMG/ReSurfEMG/blob/main/researcher_interface/basic_emg_analysis.ipynb)
175+
and open a notebook of interest. The [basic_emg_analysis](https://github.com/resurfemg-org/ReSurfEMG/blob/main/researcher_interface/basic_emg_analysis.ipynb)
176176
notebook can be used to understand how to use the package.
177177

178178

@@ -257,7 +257,7 @@ The project has a sub-project of a related dashboard. Dashboard is a GUI that
257257
exposes some of the project's functionality. In the past, we kept a a legacy
258258
dashboard in the same repository with ReSurfEMG code but we have deleted it.
259259
The current version of the dashboard into it's own repository:
260-
https://github.com/ReSurfEMG/ReSurfEMG-dashboard
260+
https://github.com/resurfemg-org/ReSurfEMG-dashboard
261261

262262

263263
### New commands

docs/developers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ This project has CI setup that uses GitHub Actions
111111
platform.
112112

113113

114-
.. _GitHub repo: https://github.com/ReSurfEMG/ReSurfEMG
115-
.. _GitHub Actions dashboard: https://github.com/ReSurfEMG/ReSurfEMG/actions
114+
.. _GitHub repo: https://github.com/resurfemg-org/ReSurfEMG
115+
.. _GitHub Actions dashboard: https://github.com/resurfemg-org/ReSurfEMG/actions
116116

117117

118118
Style

docs/medical-professionals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Surface EMG interpretation is a rapidly evolving field without many standards.
1515
We build interfaces for ongoing research in the form of Jupyter notebooks,
1616
as well as tools for clinical research. The main tool for clinical researchers is
1717
the dashboard.
18-
The dashboard is in a separate repository (https://github.com/ReSurfEMG/ReSurfEMG-dashboard).
18+
The dashboard is in a separate repository (https://github.com/resurfemg-org/ReSurfEMG-dashboard).
1919
At present to create a dashboard for the first time you need to use some kind of terminal.
2020
After you have created/installed the dashboard once, you will be able to run it like the
2121
executable programs you are used to. If you want to get a new release you will need to repeat the process.

0 commit comments

Comments
 (0)