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
* Update for 2024
* Add workflow that forms the Quatro files
* Add the build workflow
* rename yaml myl
* Add the Quarto Build Workflow
* Output dir is set in _quarto.yml
* Add website publishing to workflow
* Revert "Add website publishing to workflow"
This reverts commit cf1aaed.
* Update build with publish command
* Add artifacts
* Commit new files
* stage only updated files
* Commit html files instead
* Don't recommit license
* Update Quarto files
* Move docs/images to images
* Update Quarto files
* Move images and automate the copying of images
* Add status badge for rendering the Academy
* Create image folder
* Update Quarto files
* change public to docs
* Update docs folder
* Change cmd to terminal
* Update step 1 image
* Update Quarto files
* `` to all quotes
* Update Quarto files
* Fix mistake with overzealous ``ing
* Update Quarto files
* Remove loose `
* Update Quarto files
* Change image sizes
* Update Quarto files
* Centeralign images
* Update Quarto files
* update simulation page
* Fix qmd file simulations
* Update author info
* Update Quarto files
* Add some more figures
* Update Quarto files
* Add cloud info
* Update Quarto files
* add cli image
* Update Quarto files
* add simulation page
* Update Quarto files
* Update some typos
* Update Quarto files
* Move to up to date files
* Update Quarto files
* Update Quarto files
---------
Co-authored-by: jteijema <j.j.teijema@uu.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: ASReviewLAB.qmd
+70-32Lines changed: 70 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,10 @@ title: "Introductory exercise to ASReview LAB"
3
3
author: "The ASReview Academy Team"
4
4
---
5
5
6
-
**This exercise was made using ASReview LAB version 1.6. If you have a different version you can observe differences between your setup and the exercise.**
7
-
8
-
## Introduction to the software ASReview LAB v1.6
6
+
## Introduction to the software ASReview LAB
9
7
10
8
The **goal** of this exercise is to get familiar with AI-aided screening
11
-
by making use of ASReview LAB v1.6.
9
+
by making use of ASReview LAB v1.x.
12
10
13
11
You will learn how to install and set up the software, upload data,
14
12
screen records, and export and interpret the results. The exercise will
@@ -31,41 +29,81 @@ Before you start, you might want to read a bit more on:
*Have you installed the latest version of ASReview? You can proceed to
47
+
step 2!*
35
48
36
-
### Installing ASReview LAB
49
+
### Step 2: Starting ASReview LAB
37
50
38
-
Before you start the tutorial ASReview LAB needs to be installed; see for instructions the [ASReview website](https://asreview.nl/download/){target="_blank"}.
51
+
To open ASReview LAB in your browser, you need to start it in the terminal. You can
52
+
open your terminal by typing ‘`terminal`’ (`cmd` on Windows 10 or lower) in your
53
+
computer’s search bar (select ‘`Run as administrator`’ if you have this option).
39
54
40
-
*Have you installed ASReview LAB? You can proceed to the exercise!*
Open ASReview LAB in your browser. Note that if you do this via Command Prompt (Windows) or Terminal (MacOS) you have to keep your command-line interpreter running while using ASReview LAB, even though the interface is in your browser!
47
83
48
84
*Have you opened ASReview LAB in your browser? If so, you can proceed to
49
-
step 2!*
85
+
step 3!*
50
86
51
-
### Step 2: Creating a project
87
+
### Step 3: Creating a project
52
88
53
-
Now that you have opened ASReview LAB, you can create a
54
-
new project. Below you will find a step-by-step guide.
89
+
Now that you have installed and opened ASReview LAB, you can create a
90
+
new project. Below you will find a step-by-step guide. Note that the
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ This repository contains a website with open teaching materials for using ASRevi
12
12
13
13
The work is published under the CC BY 4.0 license.
14
14
15
+
## Development
16
+
[](https://github.com/jteijema/asreview-academy/actions/workflows/build.yml)
17
+
18
+
All files in the `docs` folder are generated by the GitHub Action workflow. Do not place or adjust files in the `docs` folder.
19
+
15
20
## Contact
16
21
17
22
This repository is part of the ASReview project ([asreview.ai](https://asreview.ai)). It is maintained by the
0 commit comments