<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/eventer/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 28 Mar 2024 07:56:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/eventer/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Andrew Penn</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -4,7 +4,7 @@
 [Quickstart Guide](https://sourceforge.net/p/eventer/wiki/QSGuide)
 [Eventer Input/Output](https://sourceforge.net/p/eventer/wiki/EventerIO)

-For full documentation please see the [User Manual](https://sourceforge.net/projects/eventer/files/Eventer_Manual.pdf/download)
+For full documentation please see the [User Manual](https://sourceforge.net/projects/eventer/files/MANUAL/Eventer_Manual_v1.4.0.pdf/download)

 ## Introduction
 Eventer is a programme designed for the detection of spontaneous synaptic events measured by electrophysiology or imaging. The software combines deconvolution for detection and variable length template matching approaches for screening out false positive events. Eventer also includes a machine learning based approach, utilising a Random Forest algorithm that allows users to train a model fitting their own ‘expert’ selection criteria from exemplar data increasing the reproducibility of the analysis procedure. The software is a MATLAB app but it has also been compiled as standalone applications for 64-bit Windows, Mac and Linux. These standalone applications only require users to download and install freely available MATLAB runtime environments.
@@ -29,21 +29,18 @@
 `sudo ./Eventer-v1.4.0-Linux64-R2023b.install`
 Once installed, run eventer from the command line as follows (replacing `path/to/` with the
 actual path):
-`path/to/eventer/application/run_Eventer.sh path/to/MATLAB_Runtime/R2023b`
+`path/to/eventer/application/run_Eventer.sh path/to/MATLAB_Runtime/&amp;lt;version&amp;gt;`

 ## Tested Operating Systems
-Versions of Eventer exist that are known to be compatible with:  
+Eventer is known to be compatible with:  

 Windows | Linux | Mac OS
 ------------- | ------------- | -------------
 Windows 7 | Ubuntu 14.04.6 Trusty  Tahr | Sierra (10.12)
 Windows 10 | Ubuntu 20.04 Focal  Fossa | High Sierra (10.13) 
-Windows 11 | Ubuntu 22.04 Jammy Jellyfish  | Mojave (10.14)
+ |  | Mojave (10.14)
  |  | Catalina (10.15)
  |  | Big Sur (11)
- |  | Monterey (12)
- |  | Ventura (13)
- |  | Sonoma (14)



&amp;lt;/version&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Penn</dc:creator><pubDate>Thu, 28 Mar 2024 07:56:35 -0000</pubDate><guid>https://sourceforge.net7100d3353e153f9fc405f677b269223863d2eff8</guid></item><item><title>Home modified by Andrew Penn</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -32,7 +32,7 @@
 `path/to/eventer/application/run_Eventer.sh path/to/MATLAB_Runtime/R2023b`

 ## Tested Operating Systems
-Eventer is known to be compatible with:  
+Versions of Eventer exist that are known to be compatible with:  

 Windows | Linux | Mac OS
 ------------- | ------------- | -------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Penn</dc:creator><pubDate>Thu, 28 Mar 2024 06:57:14 -0000</pubDate><guid>https://sourceforge.netc487e1ba67013eb81e273831b219d3e604a3a69a</guid></item><item><title>Home modified by Andrew Penn</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -38,9 +38,12 @@
 ------------- | ------------- | -------------
 Windows 7 | Ubuntu 14.04.6 Trusty  Tahr | Sierra (10.12)
 Windows 10 | Ubuntu 20.04 Focal  Fossa | High Sierra (10.13) 
- |  | Mojave (10.14)
+Windows 11 | Ubuntu 22.04 Jammy Jellyfish  | Mojave (10.14)
  |  | Catalina (10.15)
  |  | Big Sur (11)
+ |  | Monterey (12)
+ |  | Ventura (13)
+ |  | Sonoma (14)



&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Penn</dc:creator><pubDate>Thu, 28 Mar 2024 06:56:37 -0000</pubDate><guid>https://sourceforge.net707ce2c43bccf61a4a26e786a349c48b9e9841f8</guid></item><item><title>Home modified by Andrew Penn</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -23,12 +23,13 @@
 For Mac OSX the .dmg contains both the application and an install.txt file containing instructions to download and install the correct runtime. The version of the MATLAB runtime used to compile the standalone application is provided in the name of the installer.
 ### Linux
 Load a terminal in the directory of the install file and install Eventer using the following commands:
-`chmod a+x Eventer-v1.1.2-Linux64-R2019a.install`
-`./Eventer-v1.1.2-Linux64-R2019a.install`
+`chmod a+x Eventer-v1.4.0-Linux64-R2023b.install`
+`./Eventer-v1.4.0-Linux64-R2023b.install`
 You should be able to choose to install to any location within your home directory. Make a note of where you install Eventer and the MATLAB Runtime. If you intend to install to the default system directories you should use the sudo command version instead.
-`sudo ./Eventer-v1.1.2-Linux64-R2019a.install`
-Once installed, run eventer from the command line as follows:
-`path/to/eventer/application/run_Eventer.sh path/to/MATLAB_Runtime/v96`
+`sudo ./Eventer-v1.4.0-Linux64-R2023b.install`
+Once installed, run eventer from the command line as follows (replacing `path/to/` with the
+actual path):
+`path/to/eventer/application/run_Eventer.sh path/to/MATLAB_Runtime/R2023b`

 ## Tested Operating Systems
 Eventer is known to be compatible with:  
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Penn</dc:creator><pubDate>Thu, 28 Mar 2024 00:50:33 -0000</pubDate><guid>https://sourceforge.net4bff5d22d3655f543372221b4613e251139d9f65</guid></item><item><title>Home modified by Andrew Penn</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Penn</dc:creator><pubDate>Tue, 13 Apr 2021 08:14:13 -0000</pubDate><guid>https://sourceforge.net15e15560f93372305d2bf4f0eac26733863e9adf</guid></item><item><title>Home modified by Andrew Penn</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -23,10 +23,10 @@
 For Mac OSX the .dmg contains both the application and an install.txt file containing instructions to download and install the correct runtime. The version of the MATLAB runtime used to compile the standalone application is provided in the name of the installer.
 ### Linux
 Load a terminal in the directory of the install file and install Eventer using the following commands:
-`chmod a+x Eventer-v1.1.0-Linux64-R2019a.install`
-`./Eventer-v1.1.0-Linux64-R2019a.install`
+`chmod a+x Eventer-v1.1.2-Linux64-R2019a.install`
+`./Eventer-v1.1.2-Linux64-R2019a.install`
 You should be able to choose to install to any location within your home directory. Make a note of where you install Eventer and the MATLAB Runtime. If you intend to install to the default system directories you should use the sudo command version instead.
-`sudo ./Eventer-v1.1.0-Linux64-R2019a.install`
+`sudo ./Eventer-v1.1.2-Linux64-R2019a.install`
 Once installed, run eventer from the command line as follows:
 `path/to/eventer/application/run_Eventer.sh path/to/MATLAB_Runtime/v96`

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Penn</dc:creator><pubDate>Wed, 07 Apr 2021 20:44:49 -0000</pubDate><guid>https://sourceforge.netbcb5f8c83fdf936c61756d4e99fa06df95c8d302</guid></item><item><title>Home modified by Andrew Penn</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -37,6 +37,7 @@
 ------------- | ------------- | -------------
 Windows 7 | Ubuntu 14.04.6 Trusty  Tahr | Sierra (10.12)
 Windows 10 | Ubuntu 20.04 Focal  Fossa | High Sierra (10.13) 
+ |  | Mojave (10.14)
  |  | Catalina (10.15)
  |  | Big Sur (11)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Penn</dc:creator><pubDate>Wed, 07 Apr 2021 20:43:47 -0000</pubDate><guid>https://sourceforge.netf85bf2c1a6e6888271c1ab02cbce07aca0897c92</guid></item><item><title>Home modified by Andrew Penn</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -31,13 +31,14 @@
 `path/to/eventer/application/run_Eventer.sh path/to/MATLAB_Runtime/v96`

 ## Tested Operating Systems
-There are atleast some versions of Eventer compatible with:  
+Eventer is known to be compatible with:  

 Windows | Linux | Mac OS
 ------------- | ------------- | -------------
-Windows 7 | Ubuntu 14.04.6 Trusty  Tahr | High Sierra (10.13.6)
-Windows 10 | Ubuntu 20.04 Focal  Fossa | Catalina (10.15.6)
- |  | Big Sur (11.2.3)
+Windows 7 | Ubuntu 14.04.6 Trusty  Tahr | Sierra (10.12)
+Windows 10 | Ubuntu 20.04 Focal  Fossa | High Sierra (10.13) 
+ |  | Catalina (10.15)
+ |  | Big Sur (11)



&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Penn</dc:creator><pubDate>Wed, 07 Apr 2021 20:42:52 -0000</pubDate><guid>https://sourceforge.netff53af6136abc84cf6554690a737d3db3b9383c1</guid></item><item><title>Home modified by Oliver Steele</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -31,11 +31,15 @@
 `path/to/eventer/application/run_Eventer.sh path/to/MATLAB_Runtime/v96`

 ## Tested Operating Systems
-There are atleast some versions of Eventer compatible with:
+There are atleast some versions of Eventer compatible with:  
+
 Windows | Linux | Mac OS
----------- | ---------- | ------ 
-Windows 7     | Ubuntu 14.04.6 Trusty  Tahr     | High Sierra (10.13.6)
-Windows 10     | Ubuntu 20.04 Focal  Fossa        | Catalina (10.15.6) 
----------- |  ----------  | Big Sur (11.2.3) 
+------------- | ------------- | -------------
+Windows 7 | Ubuntu 14.04.6 Trusty  Tahr | High Sierra (10.13.6)
+Windows 10 | Ubuntu 20.04 Focal  Fossa | Catalina (10.15.6)
+ |  | Big Sur (11.2.3)
+
+  
+  

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver Steele</dc:creator><pubDate>Tue, 09 Mar 2021 10:10:28 -0000</pubDate><guid>https://sourceforge.netf8e610aaed11fdfd61b2804459552230df7bca4c</guid></item><item><title>Home modified by Andrew Penn</title><link>https://sourceforge.net/p/eventer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -36,6 +36,6 @@
 ---------- | ---------- | ------ 
 Windows 7     | Ubuntu 14.04.6 Trusty  Tahr     | High Sierra (10.13.6)
 Windows 10     | Ubuntu 20.04 Focal  Fossa        | Catalina (10.15.6) 
-                             |                             | Big Sur (11.2.3) 
+---------- |  ----------  | Big Sur (11.2.3)

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Penn</dc:creator><pubDate>Tue, 09 Mar 2021 09:19:38 -0000</pubDate><guid>https://sourceforge.net086f3782c733864451fa25818e13067706176974</guid></item></channel></rss>