-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the meme-2023 wiki!
2023-06-28 UPDATE: NOTE that this wiki was ported from gitlab.com. As a result there are many broken links. Your best bet is to use the sidebar to view all pages.
NOTE: GitLab-originated "Merge Requests" are in the github repo as "Issues" labeled "gitlab merge request".
- v1.3.0 -- 2/2021
- v1.2.0 -- 6/5/2020 for the Fall 2020 studies.
- v1.1.0 -- 2/11/2020 for the February 2020 IU study.
- v1.0.0 -- 11/19/2019 for the November 18, 2019 Rutgers study
See the sidebar for a table of contents.
USER MANUAL -- General instructions for researchers setting up MEME applications. This assumes some degree of technical knowledge.
If you would like to try MEME in your setting, please visit modelingandevidence.org for more information about the MEME project.
DEVELOPER MANUAL -- The developer manual covers
- setting up and running the code
- coding practices if you will be contributing code
- building and deploying Electron apps
- background technical information
- Created 2018: https://gitlab.com/inq-seeds/moved2github-boilerplate
- Migrated from GitLab 2023: https://github.com/theRAPTLab/meme/
- Forked 2024: https://github.com/theRAPTLab/meme-2023
- Referencing pull requests: Use
[#*](../pull/*)
, e.g #2 - Referencing releases/tags: Use
[v1.3.0](../releases/tag/v1.3.0-final)
- Referencing code files from wiki: Use
[label](../blob/dev/*.js)
e.g. ../blob/dev/README.md - GitHub's wiki (Gollum) allows for organizing wiki files by folder, but pages are referenced as via a flat strucuture. e.g. you can save a file at
/Developer/Introduction
, but when referencing it, you need to use[Developer Introduction](Introduction)
. Also, all pages must have unique names, e.g. you can't have a/User/Introduction
and/Developer/Introduction
page. Instead, use/User/User-Introduction
and/Developer/Developer-Introduction
. Note that many gitlab-originated links need to be fixed to address this.- Quick Ref
- Get rid of nested folders:
Developer [Introduction]('/Developer/Introduction')
=>Developer [Introduction]('Introduction')
- Make page names unique:
User [Introduction]('Introduction')
=>User [Introduction]('/User-Introduction')
- Get rid of nested folders:
- Quick Ref
User Manual
Developer Manual
Installation
Setting Up End-User Projects
Deploying
- Deploy Electron
- Electron Code Signing README-signing.md
- Digital Ocean Deployment
- Updating MEME for 2021+
--
Coding Practices
Background
Design Notes
- Dev Insights
- Design Data Management
- Student Login
- Reference Build Differences
- Design Settings Manager
- Why Electron?
Deprecated