Skip to content

Commit

Permalink
deploy: 9688093
Browse files Browse the repository at this point in the history
  • Loading branch information
baranan committed Nov 5, 2023
1 parent 6c14aac commit fa24c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/start/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
It is suitable for a laboratory or an organization that wants to develop and run experiments at a large scale.</p><p>The <a href=https://github.com/minnojs/simple-minno-server>simple-minnno-server</a> provides a simple way to run a single study on a PHP server.
Its big advantage is that PHP servers are easy to set up, and that free servers can be found easily.
However, it does not scale well to multiple studies, and requires direct tinkering with the files.
For detailed instructions on how to set it up see <a href=/blog/2020/03/12/simple-csv-server>this blog post</a>.</p><p>Some commercial solutions exist that allow direct pluging in of MinnoJS studies.
For detailed instructions on how to set it up see <a href=/blog/2020/03/12/simple-csv-server>this blog post</a>.</p><p>In the past, we developed some examples that show you how to integrate MinnoJS studies with commercial solutions:
You can <a href=/blog/2020/01/01/using-minno-with-qualtrics>integrate</a> time sensitive tasks in <a href=www.qualtrics.com>Qualtrics</a>.
We have a few ready-made extentions that can help you run on Qualtrics tasks such as the <a href=https://minnojs.github.io/blog/2020/03/05/running-project-implicits-iat-from-qualtrics/>IAT</a>, the <a href=https://minnojs.github.io/blog/2020/07/27/running-the-amp-on-qulatrics/>AMP</a>, and <a href=https://minnojs.github.io/blog/2020/08/07/running-the-evaluative-priming-task-on-qulatrics/>Evaluative Priming</a>. You can also run Minno.js studies on <a href=https://minnojs.github.io/blog/2021/03/17/using-minnojs-with-pavlovia/>Pavlovia</a>.</p><p>Finally, if you just want to test something out you can use the <a href=/>playgrounds</a> on this site for single tasks.
We have a few ready-made extentions that can help you run on Qualtrics tasks such as the <a href=https://minnojs.github.io/blog/2020/03/05/running-project-implicits-iat-from-qualtrics/>IAT</a>, the <a href=https://minnojs.github.io/blog/2020/07/27/running-the-amp-on-qulatrics/>AMP</a>, and <a href=https://minnojs.github.io/blog/2020/08/07/running-the-evaluative-priming-task-on-qulatrics/>Evaluative Priming</a>. You can also run Minno.js studies on <a href=https://minnojs.github.io/blog/2021/03/17/using-minnojs-with-pavlovia/>Pavlovia</a>. However, <strong>we stopped developing extensions for services such as Qualtrics and Pavlovia</strong> and recommend using free services instead, as described at the begginning of this section (i.e., using Github Pages, DataPipe, and the OSF).</p><p>Finally, if you just want to test something out you can use the <a href=/>playgrounds</a> on this site for single tasks.
And many times it is useful to run a <a href=/blog/2020/02/01/develop-localy-with-minnojs>local server</a> so that you can get swift feedback on each change that you make.</p><h2 id=getting-help>Getting help</h2><p>If you run into trouble, feel free to ask in the MinnoJS <a href=https://groups.google.com/g/minnojs>Google-group</a>, we&rsquo;re really nice, and love to help out.</p><p>And if you run into a bug, please let us know!
We do all the development on <a href=http://github.com/minnojs>github</a>.
Reporting an issue is extremely helpful, and if you can make a pull request - that would be really awesome.</p><div class=section-index><hr class=panel-line><div class=entry><h5><a href=/docs/start/server/>Server</a></h5><p>All about the Minno Suite server, from installation to user collaboration.</p></div></div><div class="text-muted mt-5 pt-3 border-top">Last modified November 5, 2023: <a href=https://github.com/minnojs/minnojs.github.io/commit/c3347dbadb3f0ae9d9667a7a8bbb6bf0b1ee32f7>Update _index.md (c3347db)</a></div></div></main></div></div><footer class="bg-dark py-5 row d-print-none"><div class="container-fluid mx-sm-5"><div class=row><div class="col-6 col-sm-4 text-xs-center order-sm-2"><ul class="list-inline mb-0"><li class="list-inline-item mx-2 h3" data-toggle=tooltip data-placement=top title="User mailing list" aria-label="User mailing list"><a class=text-white target=_blank rel="noopener noreferrer" href=https://groups.google.com/g/minnojs><i class="fa fa-envelope"></i></a></li></ul></div><div class="col-6 col-sm-4 text-right text-xs-center order-sm-3"><ul class="list-inline mb-0"><li class="list-inline-item mx-2 h3" data-toggle=tooltip data-placement=top title=GitHub aria-label=GitHub><a class=text-white target=_blank rel="noopener noreferrer" href=https://github.com/minnojs/minno-quest><i class="fab fa-github"></i></a></li></ul></div><div class="col-12 col-sm-4 text-center py-2 order-sm-2"><small class=text-white>&copy; 2023 The Docsy Authors All Rights Reserved</small><p class=mt-2><a href=/about/>About MinnoJS</a></p></div></div></div></footer></div><script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js integrity=sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN crossorigin=anonymous></script><script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js integrity=sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l crossorigin=anonymous></script><script src=/js/main.min.77c88615773c4e1870aff3d1d71a5502a3ff02a94dffd042609b7c6b30a4d882.js integrity="sha256-d8iGFXc8Thhwr/PR1xpVAqP/AqlN/9BCYJt8azCk2II=" crossorigin=anonymous></script></body></html>
Reporting an issue is extremely helpful, and if you can make a pull request - that would be really awesome.</p><div class=section-index><hr class=panel-line><div class=entry><h5><a href=/docs/start/server/>Server</a></h5><p>All about the Minno Suite server, from installation to user collaboration.</p></div></div><div class="text-muted mt-5 pt-3 border-top">Last modified November 5, 2023: <a href=https://github.com/minnojs/minnojs.github.io/commit/96880938bdf44a763da372f83693ddd02ce8fc69>Update _index.md (9688093)</a></div></div></main></div></div><footer class="bg-dark py-5 row d-print-none"><div class="container-fluid mx-sm-5"><div class=row><div class="col-6 col-sm-4 text-xs-center order-sm-2"><ul class="list-inline mb-0"><li class="list-inline-item mx-2 h3" data-toggle=tooltip data-placement=top title="User mailing list" aria-label="User mailing list"><a class=text-white target=_blank rel="noopener noreferrer" href=https://groups.google.com/g/minnojs><i class="fa fa-envelope"></i></a></li></ul></div><div class="col-6 col-sm-4 text-right text-xs-center order-sm-3"><ul class="list-inline mb-0"><li class="list-inline-item mx-2 h3" data-toggle=tooltip data-placement=top title=GitHub aria-label=GitHub><a class=text-white target=_blank rel="noopener noreferrer" href=https://github.com/minnojs/minno-quest><i class="fab fa-github"></i></a></li></ul></div><div class="col-12 col-sm-4 text-center py-2 order-sm-2"><small class=text-white>&copy; 2023 The Docsy Authors All Rights Reserved</small><p class=mt-2><a href=/about/>About MinnoJS</a></p></div></div></div></footer></div><script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js integrity=sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN crossorigin=anonymous></script><script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js integrity=sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l crossorigin=anonymous></script><script src=/js/main.min.77c88615773c4e1870aff3d1d71a5502a3ff02a94dffd042609b7c6b30a4d882.js integrity="sha256-d8iGFXc8Thhwr/PR1xpVAqP/AqlN/9BCYJt8azCk2II=" crossorigin=anonymous></script></body></html>
Loading

0 comments on commit fa24c94

Please sign in to comment.