Skip to content

Commit 90f8374

Browse files
committed
Update README.md and CONTRIBUTING.md
1 parent 866b627 commit 90f8374

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ We are keeping track of our current development plans using [GitHub projects](ht
2828

2929
## Updating the documentation
3030

31-
The GUI's documentation is hosted on the [Open Ephys Wiki](https://open-ephys.atlassian.net/wiki/spaces/OEW/pages/491527/Open+Ephys+GUI). In order to edit the wiki, first you'll need to request an account by emailing info@open-ephys.org. After that, you can make changes to any of the pages by clicking the "edit" button (pencil icon) in the upper right.
31+
The GUI's documentation is hosted on the [GitHub](https://github.com/open-ephys/gui-docs). If you'd like to edit the documentation, just fork this repository and submit a pull request to the `main` branch. You can also [open an issue](https://github.com/open-ephys/gui-docs/issues) in the documentation repository to recommend a fix.
3232

3333
## Building a new plugin
3434

35-
The recommended way to add new features to the GUI is by building a new plugin. Instructions on creating plugins can be found [here](https://open-ephys.atlassian.net/wiki/spaces/OEW/pages/46596122/Plugin+build+files). Plugin developers can publish links to their work in [this list](https://open-ephys.atlassian.net/wiki/display/OEW/Third-party+plugin+repositories) to make them available to the general public. Soon, we'll make it possible to share plugins via an installer embedded inside the GUI itself.
35+
The recommended way to add new features to the GUI is by building a new plugin. Before you start developing a new plugin, you should read through the [Developer Guide](https://open-ephys.github.io/gui-docs/Developer-Guide/index.html) as well as the [plugin development tutorial](https://open-ephys.github.io/gui-docs/Tutorials/How-To-Make-Your-Own-Plugin.html).
3636

37-
Before you create a new plugin, you'll need to have some familiarity with C++, as well as makefiles (Linux), Xcode (macOS), or Visual Studio (Windows) for building applications.
37+
Each year, we select a number of plugins to make available to the community via the GUI's Plugin Installer. If you've built a plugin that you like to release to a wider audience, please get in touch with via info@open-ephys.org!
3838

3939
## Updating the main repository
4040

41-
If you'd like to make changes to the code found in this repository, please [open an issue](https://github.com/open-ephys/plugin-GUI/issues) that describes what you're working on. Then, edit the code in your [fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) of the plugin-GUI repository. Once your changes are ready, please submit a pull request to the `development` branch.
41+
If you'd like to make changes to the code found in this repository, please [open an issue](https://github.com/open-ephys/plugin-GUI/issues) that describes what you're working on. Then, edit the code in your [fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) of the `plugin-GUI` repository. Once your changes are ready, please submit a pull request to the `development` branch, where we stage all changes before each new release.
4242

4343
We adhere to the following development cycle:
4444
* New code is merged into the `development` branch
4545
* 2-3 weeks prior to a new release, the `development` branch is merged into `testing`, to allow users to test out any features that have been added
46-
* Once testing is complete, the `testing` branch is merged into `master`, and the pre-compiled binaries are updated
46+
* Once testing is complete, the `testing` branch is merged into `main`, and the pre-compiled binaries are updated
4747

4848
We do not have a predefined release schedule. You can expect releases that include new features to be made every 2-3 months; if there are any critical bug fixes, those will be included in a patch release.
4949

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Open Ephys GUI
22

3-
![GUI screenshot](https://static1.squarespace.com/static/53039db8e4b0649958e13c7b/t/53bc11f0e4b0e16f33110ad8/1404834318628/?format=1000w)
3+
![GUI screenshot](https://images.squarespace-cdn.com/content/v1/53039db8e4b0649958e13c7b/818e42b0-f350-46dd-b413-142b8b11b881/gui-screenshot.png?format=1000w)
44

55
The Open Ephys GUI is designed to provide a fast and flexible interface for acquiring and visualizing data from extracellular electrodes. Compatible data acquisition hardware includes:
66

@@ -9,14 +9,14 @@ The Open Ephys GUI is designed to provide a fast and flexible interface for acqu
99
- [Intan Recording Controller](http://intantech.com/recording_controller.html) (supports up to 1024 channels)
1010
- [Neuropixels Probes](http://www.open-ephys.org/neuropixels/) (Windows only, supports up to 6144 channels)
1111

12-
The GUI is based around a _true plugin architecture_, meaning the data processing modules are compiled separately from the main application. This greatly simplifies the process of adding functionality, since new modules can be created without the need to re-compile the entire application.
12+
The GUI is based around a _plugin architecture_, meaning the data processing modules are compiled separately from the main application. This greatly simplifies the process of adding functionality, since new modules can be shared without the need to re-compile the entire application.
1313

1414
Our primary user base is scientists performing electrophysiology experiments with tetrodes or silicon probes, but the GUI can also be adapted for use with other types of sensors.
1515

1616
[![docs](https://img.shields.io/badge/docs-open--ephys.github.io-blue.svg)](https://open-ephys.github.io/gui-docs/)
1717
[![latest release](https://img.shields.io/github/release/open-ephys/plugin-gui.svg)](https://github.com/open-ephys/plugin-GUI/releases)
1818
![Linux](https://github.com/open-ephys/plugin-GUI/workflows/Linux/badge.svg)
19-
![OSX](https://github.com/open-ephys/plugin-GUI/workflows/macOS/badge.svg)
19+
![macOS](https://github.com/open-ephys/plugin-GUI/workflows/macOS/badge.svg)
2020
![Windows](https://github.com/open-ephys/plugin-GUI/workflows/Windows/badge.svg)
2121
![language](https://img.shields.io/badge/language-c++-blue.svg)
2222
[![license](https://img.shields.io/badge/license-GPL3-blue.svg)](LICENSE)
@@ -33,7 +33,7 @@ Our primary user base is scientists performing electrophysiology experiments wit
3333

3434
The easiest way to get started is to download the installer for your platform of choice:
3535

36-
- [Windows](https://openephysgui.jfrog.io/artifactory/Release-Installer/windows/Install-Open-Ephys-GUI-v0.6.0.exe) (Neuropixels plugins available via File -> Plugin Installer)
36+
- [Windows](https://openephysgui.jfrog.io/artifactory/Release-Installer/windows/Install-Open-Ephys-GUI-v0.6.0.exe)
3737
- [Ubuntu/Debian](https://openephysgui.jfrog.io/artifactory/Release-Installer/linux/open-ephys-gui-v0.6.0.deb)
3838
- [macOS](https://openephysgui.jfrog.io/artifactory/Release-Installer/mac/Open_Ephys_GUI_v0.6.0.dmg)
3939

@@ -45,7 +45,7 @@ To compile the GUI from source, follow the platform-specific instructions in the
4545

4646
## Funding
4747

48-
The Open Ephys GUI was created by scientists in order to make their experiments more adaptable, affordable, and enjoyable. Therefore, much of the development has been indirectly funded by the universities and research institutes where these scientists work, especially MIT, Brown University, and the Allen Institute for Brain Science.
48+
The Open Ephys GUI was created by scientists in order to make their experiments more adaptable, affordable, and enjoyable. Therefore, much of the development has been indirectly funded by the universities and research institutes where these scientists work, especially MIT, Brown University, and the Allen Institute.
4949

5050
Since 2014, the support efforts of [Aarón Cuevas López](https://github.com/aacuevas) have been funded by revenue from the [Open Ephys store](https://open-ephys.org/store), via a contract with Universidad Miguel Hernández in Valencia.
5151

0 commit comments

Comments
 (0)