Skip to content

Commit 9c2592d

Browse files
committed
Fixing images
1 parent 7703a28 commit 9c2592d

6 files changed

+15
-8
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Winform forms and usercontrols can be localizated only when their property "Loca
3030

3131
For dynamic elements, such as error messages displayed during run time, that are global resources located in:
3232

33-
![Localization Resources](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/localization_resources.png)
33+
![Localization Resources](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/localization_resources.png?raw=true)
3434

3535
To use resources in global files
3636

@@ -49,18 +49,18 @@ LocRM.GetString("reactionTest", currentCulture)
4949

5050
There is no database in this application, instead files are used. Below there is an image of the directory tree created for the program.
5151

52-
![Data structure](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/data_structure.png)
52+
![Data structure](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/data_structure.png?raw=true)
5353

5454

5555
# Testing
5656

5757
Unit tests are kept in their own project inside solution. Until now, that are only tests for model classes.
5858

59-
![Tests project](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/test_project.png)
59+
![Tests project](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/test_project.png?raw=true)
6060

6161
You can run tests using visual studio default configurations.
6262

63-
![Running tests](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/run_tests.png)
63+
![Running tests](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/run_tests.png?raw=true)
6464

6565
# Submitting changes
6666

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,18 @@ TestPlatform is a platform used in scientific research in Neuroscience and Behav
2020

2121
### Examples of executing tests
2222

23-
![Stroop Example Portuguese](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/stroop_example_pt-BR.gif)
23+
#### Example of strooptest with portuguese instructions
2424

25-
![Stroop Example English](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/stroop_example_en-US.gif)
25+
![Stroop Example Portuguese](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/stroop_example_pt-BR.gif?raw=true)
2626

27-
![Stroop Image Example](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/stroop_example_image.gif)
27+
#### Example of strooptest with english instructions
28+
29+
![Stroop Example English](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/stroop_example_en-US.gif?raw=true)
30+
31+
32+
#### Example of strooptest using images
33+
34+
![Stroop Image Example](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/stroop_example_image.gif?raw=true)
2835

2936
## Download
3037

@@ -38,7 +45,7 @@ You can download latest installable version of TestPlatform for Windows [here](h
3845

3946
After downloading the program you need to install it, just follow the installing wizard and a shortcut will be created in your Desktop area. And you are all set!
4047

41-
![Installing Program](https://raw.githubusercontent.com/wiki/lab-neuro-comp/Test-Platform/images/installing_program.png)
48+
![Installing Program](https://github.com/lab-neuro-comp/Test-Platform/blob/master/images/installing_program.gif?raw=true)
4249

4350
## Contributors
4451

images/installing_program.gif

345 KB
Loading

images/stroop_example_en-US.gif

124 KB
Loading

images/stroop_example_image.gif

926 KB
Loading

images/stroop_example_pt-BR.gif

154 KB
Loading

0 commit comments

Comments
 (0)