Skip to content

Commit

Permalink
- Generate also phd-theses citations
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@9900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 22, 2011
1 parent 0f9687f commit 25aaf49
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bibliography/generate.sh
Expand Up @@ -2,8 +2,8 @@
rm -f *.bibinc *.html ../*.bibinc ../marsj_bib.html
test -z "$1" && echo "You need to specify output directory (e.g. /media/ida-home/www-pub/ )" && exit

for type in journals; do
./bib2html.sh journals openmodelica utf8 bibliography\\/ || exit 1
for type in journals phd; do
./bib2html.sh $type openmodelica utf8 bibliography\\/ || exit 1
done

bibtex2html -a -charset utf8 openmodelica.bib
Expand Down
114 changes: 114 additions & 0 deletions bibliography/openmodelica.bib
Expand Up @@ -31,6 +31,120 @@
%% [*1*] Books and theses
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@PHDTHESIS{openmodelica.org:broman:phd,
author = "David Broman",
title = "{Meta-Languages and Semantics for Equation-
Based Modeling and Simulation}",
school = "Department of Computer and Information Science, Linköping University",
number = "1333",
address = "Sweden",
year = "2010",
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-58743"
}

@PHDTHESIS{openmodelica.org:pop:phd,
author = "Adrian Pop",
title = "{Integrated Model-Driven Development Environments for Equation-Based Object-Oriented Languages}",
school = "Department of Computer and Information Science, Linköping University",
number = "1183",
address = "Sweden",
month = jun,
year = "2008",
}

@PHDTHESIS{openmodelica.org:lundvall:lic,
author = {Håkan Lundvall},
title = {Automatic Parallelization using Pipelining for Equation-Based Simulation Languages},
type = "{Licentiate thesis No 1381}",
year = {2008},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7393-799-3},
liu = {LIU-TEK-LIC-2008:39},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-12504",
}

@PHDTHESIS{openmodelica.org:aronsson:phd,
author = {Peter Aronsson},
title = {Automatic Parallelization of Equation-Based Simulation Programs},
type = "{Doctoral thesis No 1022}",
month = jun,
year = {2006},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {91-85523-68-2},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-7446",
}

@PHDTHESIS{openmodelica.org:saldamli:phd,
author = "Levon Saldamli",
title = "{PDEModelica - A High-Level Language for Modeling with Partial Differential Equations}",
school = "Department of Computer and Information Science, Linköping University",
number = "1016",
address = "Sweden",
month = may,
year = "2006",
url = {http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-7281}
}

@PHDTHESIS{openmodelica.org:bunus:phd,
author = {Peter Bunus},
title = {Debugging techniques for equation-based languages},
year = {2004},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {91-7373-941-3},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-35555",
}

@PHDTHESIS{openmodelica.org:bunus:lic,
author = {Peter Bunus},
title = {Debugging and Structural Analysis of Declarative Equation-Based Languages},
type = "{Licentiate thesis No 964}",
year = {2002},
address = {Department of Computer and Information Science},
school = {Linköping University},
issn = {0280-7971},
liu = {LiU-Tek-Lic-2002:37},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-5727",
}

@phdthesis{openmodelica.org:engelson:phd,
author = {Engelson, Vadim},
title = {Tools for design, interactive simulation, and visualization of object-oriented models in scientific computing},
number = {627},
address = {Department of Computer and Information Science},
school = {Linköping University},
year = {2000},
url = {http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-35606},
}

@PHDTHESIS{openmodelica.org:pettersson:phd:citerelated,
crossref = {openmodelica.org:pettersson:phd},
note = "Also published in \cite{openmodelica.org:pettersson:lncs:1999}",
}

@PHDTHESIS{openmodelica.org:pettersson:phd,
author = "Mikael Pettersson",
title = "{Compiling Natural Semantics}",
school = "Department of Computer and Information Science, Linköping University",
number = "413",
address = "Sweden",
year = 1995
}

@book{openmodelica.org:pettersson:lncs:1999,
author = {Mikael Pettersson},
title = {Compiling Natural Semantics},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {1549},
year = {1999},
isbn = {3-540-65968-4},
doi = {10.1007/b71652},
bibsource = {DBLP, http://dblp.uni-trier.de}
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% [*2*] Journal articles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
10 changes: 10 additions & 0 deletions bibliography/phd.cite
@@ -0,0 +1,10 @@
openmodelica.org:broman:phd
openmodelica.org:pop:phd
openmodelica.org:lundvall:lic
openmodelica.org:aronsson:phd
openmodelica.org:saldamli:phd
openmodelica.org:bunus:phd
openmodelica.org:bunus:lic
openmodelica.org:engelson:phd
openmodelica.org:pettersson:phd:citerelated
openmodelica.org:pettersson:lncs:1999

0 comments on commit 25aaf49

Please sign in to comment.