Skip to content

Commit

Permalink
Merge branch 'main' into sk
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Krieter committed Jan 10, 2025
2 parents 495a94a + 7ed98d5 commit 1496f0c
Show file tree
Hide file tree
Showing 4 changed files with 584 additions and 49 deletions.
5 changes: 5 additions & 0 deletions MYabrv.bib
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ @String{GPCE13
@String{HICSS = "Proc.\ Hawaii Int'l Conf.\ on System Sciences (HICSS)"}
@String{HVC = "Proc.\ Int'l Haifa Verification Conf.\ (HVC)"}
@String{ICAI = "Proc.\ Int'l Conf.\ on Artificial Intelligence (ICAI)"}
@String{ICAIb = "Proc.\ Int'l Conf.\ on Applied Informatics (ICAI)"}
@String{ICALP = "Proc.\ Int'l Colloquium on Automata, Languages, and Programming (ICALP)"}
@String{ICCAD = "Proc.\ Int'l Conf.\ on Computer-Aided Design (ICCAD)"}
@String{ICCD = "Proc.\ Int'l Conf.\ on Computer Design (ICCD)"}
@String{ICCS = "Proc.\ Int'l Conf.\ on Computational Science (ICCS)"}
@String{ICDE = "Proc.\ Int'l Conf.\ on Data Engineering (ICDE)"}
@String{ICE = "Proc.\ Int'l Conf.\ on Engineering, Technology and Innovation (ICE/ITMC)"}
@String{ICECCS = "Proc.\ Int'l Conf.\ on Engineering of Complex Computer Systems (ICECCS)"}
@String{ICFEM = "Proc.\ Int'l Conf.\ on Formal Engineering Methods (ICFEM)"}
@String{ICFI = "Proc.\ Int'l Conf.\ on Feature Interactions in Software and Communication Systems (ICFI)"}
Expand All @@ -79,6 +81,7 @@ @String{ICSE-SEIP
@String{ICSM = "Proc.\ Int'l Conf.\ on Software Maintenance (ICSM)"}
@String{ICSME = "Proc.\ Int'l Conf.\ on Software Maintenance and Evolution (ICSME)"}
@String{ICSR = "Proc.\ Int'l Conf.\ on Software Reuse (ICSR)"}
@String{ICSSP = "Proc.\ Int'l Conf.\ on Software and Systems Processes (ICSSP)"}
@String{ICST = "Proc.\ Int'l Conf.\ on Software Testing, Verification and Validation (ICST)"}
@String{ICTCS = "Proc.\ Italian Conf.\ on Theoretical Computer Science (ICTCS)"}
@String{ICTSS = "Proc.\ Int'l Conf.\ on Testing Software and Systems (ICTSS)"}
Expand Down Expand Up @@ -160,6 +163,7 @@ @String{ASAS
@String{BigMDE = "Proc.\ of the Workshop on Scalability in Model Driven Engineering (BigMDE)"}
@String{CFV = "Proc.\ Int'l Workshop on Constraints in Formal Verification (CFV)"}
@String{CMA = "Proc.\ Int'l Workshop on Comparing Modeling Approaches (CMA)"}
@String{COMMitMDE = "Proc.\ Int'l Workshop on Collaborative Modelling in MDE (COMMitMDE)"}
@String{ConfWS = "Proc.\ Configuration Workshop (ConfWS)"}
@String{CVSM = "Proc.\ of the Workshop on Comparison and Versioning of Software Models (CVSM)"}
@String{DSPL = "Proc.\ Int'l Workshop on Dynamic Software Product Lines (DSPL)"}
Expand Down Expand Up @@ -283,6 +287,7 @@ @String{AIJ
@String{AIR = "Artificial Intelligence Review (AIR)"}
@String{AMAI = "Annals of Mathematics and Artificial Intelligence (AMAI)"}
@String{AMS = "Trans.\ American Mathematical Society (AMS)"}
@String{ATDE = "Advances in Transdisciplinary Engineering (ATDE)"}
@String{AS = "Applied Sciences"}
@String{AUSE = "Automated Software Engineering"}
@String{AUTO = "Automatisierungstechnik"}
Expand Down
5 changes: 5 additions & 0 deletions MYshort.bib
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ @String{GPCE13
@String{HICSS = "HICSS"}
@String{HVC = "HVC"}
@String{ICAI = "ICAI"}
@String{ICAIb = "ICAI"}
@String{ICALP = "ICALP"}
@String{ICCAD = "ICCAD"}
@String{ICCD = "ICCD"}
@String{ICCS = "ICCS"}
@String{ICDE = "ICDE"}
@String{ICE = "ICE/ITMC"}
@String{ICECCS = "ICECCS"}
@String{ICFEM = "ICFEM"}
@String{ICFI = "ICFI"}
Expand All @@ -79,6 +81,7 @@ @String{ICSE-SEIP
@String{ICSM = "ICSM"}
@String{ICSME = "ICSME"}
@String{ICSR = "ICSR"}
@String{ICSSP = "ICSSP"}
@String{ICST = "ICST"}
@String{ICTCS = "ICTCS"}
@String{ICTSS = "ICTSS"}
Expand Down Expand Up @@ -162,6 +165,7 @@ @String{ASAS
@String{BigMDE = "BigMDE"}
@String{CFV = "CFV"}
@String{CMA = "CMA"}
@String{COMMitMDE = "COMMitMDE"}
@String{ConfWS = "ConfWS"}
@String{CVSM = "CVSM"}
@String{DSPL = "DSPL"}
Expand Down Expand Up @@ -282,6 +286,7 @@ @String{AIJ
@String{AIR = "AIR"}
@String{AMAI = "AMAI"}
@String{AMS = "AMS"}
@String{ATDE = "ATDE"}
@String{AS = "Applied Sciences"}
@String{AUSE = "AUSE"}
@String{AUTO = "AUTO"}
Expand Down
2 changes: 1 addition & 1 deletion clean-to.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
java -cp mibtex/mibtex-cleaner.jar de.mibtex.BibtexCleaner "literature.bib" -o "$1/literature-cleaned.bib" "${@:2}"
cp MYabrv.bib $1
cp MYshort.bib $1
Loading

0 comments on commit 1496f0c

Please sign in to comment.