From 22675607cafab4b6ab31ea972b9458beb8e83e57 Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Thu, 29 Jul 2021 09:10:19 +0200 Subject: [PATCH] Added citation file --- CITATION.cff | 24 ++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..67fef080 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +cff-version: 1.1.0 +message: "If you use iflye in your research, please cite it using these metadata." +abstract: iflye is a framework to implement and evaluate algorithms for virtual network embedding. +authors: + - family-names: Kratz + given-names: Maximilian +title: incremental fast leightweight (y) virtual network embedding +version: 0.0.1 +date-released: 2021-07-29 +url: "https://github.com/maxkratz/iflye" +keywords: + - virtual network embedding + - vne + - data center + - network + - model-driven software engineering + - simulation + - eclipse modeling framework + - pattern-matching + - model + - integer linear programming + - emoflon + - graph transformation +license: "GPL-3.0" diff --git a/README.md b/README.md index 5d527d43..a7697b05 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Installation (development) -* Install [AdoptOpenJDK 13 (HotSpot JVM)](https://adoptopenjdk.net/releases.html?variant=openjdk13&jvmVariant=hotspot). +* Install [AdoptOpenJDK 13 (HotSpot JVM)](https://adoptopenjdk.net/releases.html?variant=openjdk13&jvmVariant=hotspot) or newer. * Install eMoflon::IBeX as described [here](https://github.com/eMoflon/emoflon-ibex#how-to-develop). * Install [Gurobi](https://www.gurobi.com/) in version `8.1.1` and activate a license for your computer. * Launch a runtime workspace (while using a runtime Eclipse) as stated in the eMoflon::IBeX installation steps.