diff --git a/README.md b/README.md index b1180f80..54c0fe6c 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,17 @@ [![DOI:10.1101/2020.09.12.294538](https://zenodo.org/badge/DOI/10.1101/2020.09.12.294538.svg)](https://doi.org/10.1101/2020.09.12.294538) -A desktop application that allows bioconservation researchers +A desktop application which allows bioconservation researchers to classify camera trap animal images and analyze the results. -Application landing page: https://appsilon.com/data-for-good/mbaza-ai/ +### Links -### Useful files - -* [Windows installer](https://github.com/Appsilon/mbaza/releases/download/v1.3.1/Mbaza.AI.Setup.1.3.1.exe) (v1.3.1) -* [User Guide](https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.EN.pdf) - / [Mode d’emploi](https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.FR.pdf) (v1.2.1) +* [Latest release](https://github.com/Appsilon/mbaza/releases/latest): +installers for Windows, MacOS and Linux. +* [Landing page](https://appsilon.com/data-for-good/mbaza-ai/): +information, testimonials, news. +* [User guide](https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.EN.pdf) +/ [Mode d’emploi](https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.FR.pdf) (v1.2.1) ## Development @@ -54,9 +55,7 @@ which must be peer-reviewed before being merged. 3. README and code comments are updated. 4. Changes are tested (manually or with automated tests): 1. No existing functionality is broken. - 2. Installed app works well on Windows and Linux. + 2. Installed app works well on all systems. 3. The app can handle sample data available on our [Drive](https://drive.google.com/drive/folders/1eQWuf5WCT429xogQ2HiZqapehvweAtxP). -5. The code adheres to -[Airbnb style guide](https://github.com/airbnb/javascript) for JavaScript code -and to [PEP 8](https://www.python.org/dev/peps/pep-0008/) for Python. +5. The code adheres to the [Airbnb style guide](https://github.com/airbnb/javascript). diff --git a/assets/translations.json b/assets/translations.json index 98692e04..464bde97 100644 --- a/assets/translations.json +++ b/assets/translations.json @@ -25,10 +25,6 @@ "link": "https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.EN.pdf" } }, - "warning": { - "title": "This is an early development version", - "message": "

You are using an early version of Mbaza AI.

This application is under active development and provides core functionality only. All feedback regarding features and behavior of the application is welcome - please shoot us an email at ai4good@appsilon.com.

" - }, "dataForGood": "

Our team has gathered significant expertise in interactive data visualization, machine learning, and developing artificial intelligence solutions. We've decided to put these technologies to work in resolving the world's most pressing challenges.

In our Data for Good initiative, we focus primarily on climate change and environmental protection projects, because we believe these issues will become the primary challenges to humanity in the decades to come.

" }, "tools": { @@ -150,11 +146,7 @@ "link": "https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.FR.pdf" } }, - "warning": { - "title": "Il s'agit d'une première version de développement", - "message": "

Vous utilisez une toute première version de Mbaza IA.

Cette application est en cours de développement actif et fournit seulement les fonctionnalités de base. Tout commentaire concernant les fonctionnalités et le comportement de l'application est bienvenu - veuillez nous envoyer un courriel à ai4good@appsilon.com.

" - }, - "dataForGood": "

Our team has gathered significant expertise in interactive data visualization, machine learning, and developing artificial intelligence solutions. We've decided to put these technologies to work in resolving the world's most pressing challenges.

In our Data for Good initiative, we focus primarily on climate change and environmental protection projects, because we believe these issues will become the primary challenges to humanity in the decades to come.

" + "dataForGood": "

Notre équipe a acquis une grande expertise en matière de visualisation interactive des données, d'apprentissage automatique et de développement de solutions d'intelligence artificielle. Nous avons décidé de mettre ces technologies au service de la résolution des problèmes les plus urgents dans le monde.

Dans le cadre de notre initiative Data for Good, nous nous concentrons principalement sur les projets liés au changement climatique et à la protection de l'environnement, car nous pensons que ces questions deviendront les principaux défis de l'humanité dans les décennies à venir.

" }, "tools": { "title": "Créer des vignettes", diff --git a/release/app/package-lock.json b/release/app/package-lock.json index 1d2d42c2..72c403d6 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "mbaza", - "version": "1.3.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mbaza", - "version": "1.3.1", + "version": "2.0.0", "hasInstallScript": true, "license": "AGPL-3.0-or-later", "dependencies": { diff --git a/release/app/package.json b/release/app/package.json index 5fab5273..75d49bfd 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "mbaza", - "version": "1.3.1", + "version": "2.0.0", "license": "AGPL-3.0-or-later", "author": { "name": "Appsilon", diff --git a/src/renderer/containers/HomePage.tsx b/src/renderer/containers/HomePage.tsx index ce78dfcf..d5daa72b 100644 --- a/src/renderer/containers/HomePage.tsx +++ b/src/renderer/containers/HomePage.tsx @@ -30,13 +30,6 @@ export default function HomePage() {

- - -