You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/graasp/graasp-app-collaborative-ideation/actions/workflows/deploy-dev.yml)
8
7
[](https://github.com/graasp/graasp-app-collaborative-ideation/actions/workflows/deploy-stage.yml)
The **Collaborative Ideation** app in Graasp was made to organize blended and online activities where participants can share their inputs and react on them in real time. This app was designed and implemented inside the [Graasp](https://graasp.org) platform and is not independent from it.
22
+
23
+
### Citation
24
+
25
+
If you use this software or take inspiration from it, please, cite it as below:
18
26
19
-
# About
27
+
> La Scala, J. (2024). Collaborative Ideation (v3.0.0). Zenodo. https://doi.org/10.5281/zenodo.13862315
20
28
21
-
The **Collaborative Ideation** app in Graasp was made to organise blended and online activities where participants can share their inputs and react on them in real-time. This app was designed and implemented inside the [Graasp](https://graasp.org) platform and is not independant from it.
29
+
For citing the latest version, use the permanent DOI: [10.5281/zenodo.13862314](https://doi.org/10.5281/zenodo.13862314)
22
30
23
-
## Related publications
31
+
###Related publications
24
32
25
33
This app was presented or used in the following publications:
26
34
27
35
- (_preprint_) La Scala, J. A., Bartłomiejczyk, N., Gillet, D., & Holzer, A. C. (2025). Fostering Innovation with Generative AI: A Study on Human-AI Collaborative Ideation and User Anonymity. 58th Hawaii International Conference on System Sciences. https://infoscience.epfl.ch/handle/20.500.14299/241341
28
36
29
-
# Development
37
+
##Development
30
38
31
39
This app being currently part of the general Graasp platform, you will find the most up-to-date general informations on the development of Graasp apps in [the official Graasp technical documentation](https://graasp.github.io/docs/developer/apps/).
32
40
33
-
## Installation
41
+
###Installation
34
42
35
43
Clone this repository. To use and test the collaboration mechanism, we recommend to also install [the full Graasp stack](https://github.com/graasp/graasp/blob/main/README.md).
36
44
37
-
## Running the app
45
+
###Running the app
38
46
39
47
Create a `.env.development` file with the following content:
40
48
@@ -51,7 +59,7 @@ To serve the app with the _full Graasp stack_, use `yarn dev`. If you want to tr
51
59
52
60
> ⚠️ If you don't use the full Graasp stack, please note that you won't be able to save the state of the application and use the collaboration.
53
61
54
-
## Running the tests
62
+
###Running the tests
55
63
56
64
Create a `.env.test` file with the following content:
57
65
@@ -66,6 +74,6 @@ VITE_VERSION=latest
66
74
BROWSER=none
67
75
```
68
76
69
-
# Contributors
77
+
##Contributors
70
78
71
79
This app was designed, implemented, and is currently maintained by [Jérémy La Scala](https://people.epfl.ch/jeremy.lascala) (@swouf) from École Polytechnique Fédérale de Lausanne.
0 commit comments