This repository is used for publication of additional content of the LightJason project
The bibliographie is stored under static/references.bib as an UTF-8 encoded Bibtex file, convert after changes the Bibtex file into a BibJSON file with
pandoc-citeproc --bib2json static/references.bib > static/references.json
- if you add a key with name
URLto the Bibtex entry the URL can point to of the PDF file, and will create a download link on the publication list - if you add a key with name
Noteyou can reference a comment file e.g. the key-value namedfooa file undercontent/publications/foo.mdmust existst with any additional comments of the reference
The deployment will run automatically on a git push to the developing-Branch
For code hightlighting the JavaScript component Prism.js is used with the following definition:
| Languages | Plugins |
|---|---|
| Markup, C-like, Bash, C, Git, Java, Prolog, Yaml | Line Hightlight, Line Number, Command Line, Show Language, Toolbar, Copy to Clipboard |
- Maven to Eclipse & IntelliJ Web-Video (importing projects into IDE)
- ASL Tutorial (Syntax & Semantic Example) with some tricks
- Tutorial Agent-Configuration & -Generatoren
- Agent-Tutorial (Workflow from an idea to code)
- Problem description
- Problem splitting into distributed and task-orientated solving
- Agent-code developing
- Java-code developing - creating a logic-based event-handler with -listener
- Choice-Behaviour
- Fitness proportionate selection (Linear & Gibbs-Boltzmann)
- CES-function
- PCA
- Plan execution based on the data
- Simulation-Tutorial
- LibGDX with sprites & tilemaps
- scenario configuration with YAML
- Grid / Graph structure
- Perceiving environment
- Interaction between agents
- REST-API
- Java Webserver (here Jetty)
- Servlet Structure
- Agent-Inspector
- Agent-Access via REST
- UI with jQuery / Angular.JS
- Video-Screencast
- import IntelliJ pom.xml
- import Eclipse pom.xml