diff --git a/README.md b/README.md index 0536595b..54c7903b 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ **Detailed resources** are available about ... -- ... conceptual foundations: [**SPLC '19 paper**](http://elias-kuiter.de/splc19-foundations) + [slides](http://elias-kuiter.de/splc19-foundations-slides), [**Bachelor thesis**](http://elias-kuiter.de/thesis) + [slides](http://elias-kuiter.de/thesis-slides), [FOSD '19 slides](http://elias-kuiter.de/fosd19-slides) -- ... implementation details: [**Tutorial**](http://elias-kuiter.de/splc19-foundations-artifact), [API documentation](API.md), [kernel documentation](https://s3.eu-central-1.amazonaws.com/de.ovgu.spldev.varied/kernel-documentation/index.html) +- ... conceptual foundations: [**SPLC '19 paper**](https://github.com/ekuiter/variED-meta/blob/master/splc19-foundations.pdf) + [slides](https://github.com/ekuiter/variED-meta/blob/master/splc19-foundations-slides.pdf), [**Bachelor thesis**](https://github.com/ekuiter/variED-meta/blob/master/thesis.pdf) + [slides](https://github.com/ekuiter/variED-meta/blob/master/thesis-slides.pdf), [FOSD '19 slides](https://github.com/ekuiter/variED-meta/blob/master/fosd19-slides.pdf) +- ... implementation details: [**Tutorial**](https://github.com/ekuiter/variED-meta/blob/master/splc19-foundations-artifact.pdf), [API documentation](API.md), [kernel documentation](https://s3.eu-central-1.amazonaws.com/de.ovgu.spldev.varied/kernel-documentation/index.html) +- ... [evaluation results](https://github.com/ekuiter/variED-meta/tree/master/evaluation) (questionnaire and anonymized responses) ### Getting Started @@ -95,4 +96,4 @@ a `common` class is changed (this is not needed when building). --> These are some notes if you want to set up an IDE for development. - **WebStorm / VS Code**: Open the `client` directory in WebStorm. Add a *npm* run configuration and specify the `start` script to run the client from within WebStorm. Configuration files for Visual Studio Code are included as well. Use of the yarn, ESLint/TSLint and Debugger for Chrome plugins is recommended. -- **IntelliJ IDEA**: Open the `server` directory in IntelliJ and choose *Import Gradle project*. Choose to *use local gradle distribution* and supply the Gradle home, e.g. `/usr/local/Cellar/gradle/4.9/libexec` (on macOS, this can be determined with `brew info gradle`). On Windows, use `C:\Users\...\.gradle\wrapper\dists\gradle-...-bin\...\gradle-...`. Add a *Gradle* run configuration with Gradle project `server` and task `run` to run the server from within IntelliJ. The `kernel` can also be developed in IntelliJ using [Cursive](https://cursive-ide.com/). Add a *Clojure REPL* run configuration to run the kernel interactively. \ No newline at end of file +- **IntelliJ IDEA**: Open the `server` directory in IntelliJ and choose *Import Gradle project*. Choose to *use local gradle distribution* and supply the Gradle home, e.g. `/usr/local/Cellar/gradle/4.9/libexec` (on macOS, this can be determined with `brew info gradle`). On Windows, use `C:\Users\...\.gradle\wrapper\dists\gradle-...-bin\...\gradle-...`. Add a *Gradle* run configuration with Gradle project `server` and task `run` to run the server from within IntelliJ. The `kernel` can also be developed in IntelliJ using [Cursive](https://cursive-ide.com/). Add a *Clojure REPL* run configuration to run the kernel interactively.