Skip to content
benloh edited this page Nov 12, 2024 · 4 revisions

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".


Major Releases

  • 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

About the Docs

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

REPO HISTORY

GitHub Wiki Editing Tips

  • 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
      1. Get rid of nested folders: Developer [Introduction]('/Developer/Introduction') => Developer [Introduction]('Introduction')
      2. Make page names unique: User [Introduction]('Introduction') => User [Introduction]('/User-Introduction')