From 7cd281e4ff42b60be1e93dae2ef711d87f67b485 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20G=C3=B6tz?= <goetz.jexam@gmail.com>
Date: Fri, 21 Jun 2024 09:35:05 +0200
Subject: [PATCH] classified

---
 .project         | 11 +++++++++++
 deletedItems.bib |  2 +-
 temp.bib         | 30 ++++++++----------------------
 temp.taxonomy    |  4 +---
 4 files changed, 21 insertions(+), 26 deletions(-)
 create mode 100644 .project

diff --git a/.project b/.project
new file mode 100644
index 0000000..27f9726
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>bp-study</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
diff --git a/deletedItems.bib b/deletedItems.bib
index 2da583f..0277ef6 100644
--- a/deletedItems.bib
+++ b/deletedItems.bib
@@ -156,7 +156,7 @@
 	doi = {10.1145/2480361.2371411},
 	abstract = {In the context of Component-based Programming, which addresses the implementation stage of a component-based software engineering development process, this paper describes a specification and an operational integration of an inheritance system into a self-contained new component-based programming language named Compo. Our proposal completes and extends related works by making it possible to apply inheritance to the full description of components, i.e. both to structural (description of provisions and requirements, of component architecture) and behavioral (full implementations of services) parts in component descriptions. Inheritance in Compo is designed to be used in conjunction with composition to maximize reuse capabilities and expressive power. Compo implementation proposes a clear operational solution for inheritance and for achieving and testing substitutions.},
 	journal = {SIGPLAN Not.},
-	month = {sep},
+	month = "sep",
 	pages = {60–69},
 	numpages = {10},
 	keywords = {architectures, inheritance, programming, substitutability}
diff --git a/temp.bib b/temp.bib
index b26b0d6..daa9ce1 100644
--- a/temp.bib
+++ b/temp.bib
@@ -13,7 +13,8 @@
 	numpages = {12},
 	keywords = {behavioral programming, browser, client-side, coroutines, googleblockly, html5, javascript, visualprogramming, web application},
 	location = {Tucson, Arizona, USA},
-	series = {AGERE! 2012}
+	series = {AGERE! 2012},
+	classes = {Venue Type {Conference}, Type of Contribution{Approach}}
 }
 
 @inproceedings{10.1145/2095050.2095079,
@@ -31,7 +32,8 @@
 	numpages = {12},
 	keywords = {behavioral programming, bpj, decentralized control, erlang, java, lsc, multiple times scales},
 	location = {Portland, Oregon, USA},
-	series = {SPLASH '11 Workshops}
+	series = {SPLASH '11 Workshops},
+	classes = {Venue Type {Workshop}, Type of Contribution{Approach}}
 }
 
 @inproceedings{10.1145/3270112.3270126,
@@ -67,24 +69,6 @@
 	series = {ECOOP'10}
 }
 
-@inproceedings{10.1145/2414639.2414650,
-	author = {Ricci, Alessandro and Santi, Andrea},
-	title = {Programming abstractions for integrating autonomous and reactive behaviors: an agent-oriented approach},
-	year = {2012},
-	isbn = {9781450316309},
-	publisher = {Association for Computing Machinery},
-	address = {New York, NY, USA},
-	url = {https://doi.org/10.1145/2414639.2414650},
-	doi = {10.1145/2414639.2414650},
-	abstract = {The integration of autonomous and reactive behavior is a relevant problem in the context of concurrent programming, related to the integration of thread-based and event-driven programming. From a programming paradigm perspective, the problem can not be easily solved by approaches based on object-oriented concurrent programming or by the actor model, being them natively based on the reactivity principle only. In this paper we tackle the problem with agent-oriented programming, using an agent-oriented programming language called simpAL.},
-	booktitle = {Proceedings of the 2nd Edition on Programming Systems, Languages and Applications Based on Actors, Agents, and Decentralized Control Abstractions},
-	pages = {83–94},
-	numpages = {12},
-	keywords = {ageactors, agent-oriented programming, autonomy, event-driven programming, reactivity},
-	location = {Tucson, Arizona, USA},
-	series = {AGERE! 2012}
-}
-
 @inproceedings{10.1145/2038642.2038686,
 	author = {Harel, David and Lampert, Robby and Marron, Assaf and Weiss, Gera},
 	title = {Model-checking behavioral programs},
@@ -100,7 +84,8 @@
 	numpages = {10},
 	keywords = {behavioral programming, java},
 	location = {Taipei, Taiwan},
-	series = {EMSOFT '11}
+	series = {EMSOFT '11},
+	classes = {Venue Type {Conference}, Type of Contribution{Approach}}
 }
 
 @inproceedings{10.1145/2687357.2687359,
@@ -134,5 +119,6 @@
 	pages = {243–251},
 	numpages = {9},
 	location = {Munich, Germany},
-	series = {MODELS '19}
+	series = {MODELS '19},
+	classes = {Venue Type {Conference}, Type of Contribution{Lessons Learned}}
 }
\ No newline at end of file
diff --git a/temp.taxonomy b/temp.taxonomy
index 46746d5..0607bbd 100644
--- a/temp.taxonomy
+++ b/temp.taxonomy
@@ -1,3 +1 @@
-Venue,
-Venue Type ,
-Type of Contribution
\ No newline at end of file
+Venue Type  { Conference , Workshop , Journal } , Type of Contribution { Approach , Survey , Lessons Learned }
\ No newline at end of file
-- 
GitLab