Changeset 22efc61 in OpenModelica


Ignore:
Timestamp:
2012-11-21T13:36:45+01:00 (11 years ago)
Author:
Martin Sjölund <martin.sjolund@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
f008064
Parents:
f512de7
Message:
  • Update output format to be by year

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@14010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

Location:
bibliography
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bibliography/bib2html.sh

    r28ac5718 r22efc61  
    44# $2: basename of the bib-file
    55# $3: target encoding
    6 # $4: path to where the files are stored (relative on the server)
    7 bibtex2html -r -d --note supervisor --note examiner -charset utf8 -citefile $1.cite -nf pdf pdf -nodoc -noheader -nofooter $2.bib || exit 1
    8 iconv -f utf8 -t $3 $2.html > $1.bibinc || exit 1
    9 sed -i "s/href=\"$2/href=\"$4$2/" $1.bibinc || exit 1
     6# $4: path to where the files are stored (relative on the server)
     7rm -f $1.bibinc
     8for year in `grep -o [0-9]* $1.cite | sort -ru`; do
     9  grep $year $1.cite > $1.cite.$year
     10  bibtex2html -r -d --note supervisor --note examiner -charset utf8 -citefile $1.cite.$year -nf pdf pdf -nodoc -noheader -nofooter $2.bib || exit 1
     11  iconv -f utf8 -t $3 $2.html > $1.bibinc.tmp || exit 1
     12  sed -i "s/href=\"$2/href=\"$4$2/" $1.bibinc.tmp || exit 1
     13  echo "<h3>$year</h3>" >> $1.bibinc
     14  cat $1.bibinc.tmp >> $1.bibinc
     15  rm $1.cite.$year
     16done
     17
     18cp $1.bibinc $1.html
  • bibliography/documentation.cite

    r28ac5718 r22efc61  
    1 openmodelica.org:fritzson:meta2.0
    2 openmodelica.org:fritzson:meta1.0
     1openmodelica.org:fritzson:meta2.0:2011
     2openmodelica.org:fritzson:meta1.0:2011
  • bibliography/openmodelica.bib

    rf512de7 r22efc61  
    3838%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    3939
    40 @PHDTHESIS{openmodelica.org:stavaker:lic,
     40@PHDTHESIS{openmodelica.org:stavaker:lic:2011,
    4141  author = {Kristian Stavåker},
    4242  title = {Contributions to Parallel Simulation of Equation-Based Models on Graphics Processing Units},
     
    5151}
    5252
    53 @PHDTHESIS{openmodelica.org:broman:phd,
     53@PHDTHESIS{openmodelica.org:broman:phd:2010,
    5454 author = "David Broman",
    5555 title = "{Meta-Languages and Semantics for Equation-Based Modeling and Simulation}",
     
    6464}
    6565
    66 @PHDTHESIS{openmodelica.org:pop:phd,
     66@PHDTHESIS{openmodelica.org:pop:phd:2008,
    6767 author = "Adrian Pop",
    6868 title = {Integrated Model-Driven Development Environments for Equation-Based Object-Oriented Languages},
     
    7575}
    7676
    77 @PHDTHESIS{openmodelica.org:lundvall:lic,
     77@PHDTHESIS{openmodelica.org:lundvall:lic:2008,
    7878  author = {Håkan Lundvall},
    7979  title = {Automatic Parallelization using Pipelining for Equation-Based Simulation Languages},
     
    8888}
    8989
    90 @PHDTHESIS{openmodelica.org:aronsson:phd,
     90@PHDTHESIS{openmodelica.org:aronsson:phd:2006,
    9191  author = {Peter Aronsson},
    9292  title = {Automatic Parallelization of Equation-Based Simulation Programs},
     
    101101}
    102102
    103 @PHDTHESIS{openmodelica.org:saldamli:phd,
     103@PHDTHESIS{openmodelica.org:saldamli:phd:2006,
    104104 author = "Levon Saldamli",
    105105 title = "{PDEModelica - A High-Level Language for Modeling with Partial Differential Equations}",
     
    114114}
    115115
    116 @PHDTHESIS{openmodelica.org:bunus:phd,
     116@PHDTHESIS{openmodelica.org:bunus:phd:2004,
    117117  author = {Peter Bunus},
    118118  title = {Debugging techniques for equation-based languages},
     
    126126}
    127127
    128 @PHDTHESIS{openmodelica.org:bunus:lic,
     128@PHDTHESIS{openmodelica.org:bunus:lic:2002,
    129129  author = {Peter Bunus},
    130130  title = {Debugging and Structural Analysis of Declarative Equation-Based Languages},
     
    139139}
    140140
    141 @phdthesis{openmodelica.org:engelson:phd,
     141@phdthesis{openmodelica.org:engelson:phd:2000,
    142142  author = {Engelson, Vadim},
    143143  title = {Tools for design, interactive simulation, and visualization of object-oriented models in scientific computing},
     
    540540 }
    541541
    542 @techreport{openmodelica.org:fritzson:meta2.0,
     542@techreport{openmodelica.org:fritzson:meta2.0:2011,
    543543author = {Fritzson, Peter and Pop, Adrian and Sj{\"o}lund, Martin},
    544544institution = {Linköping University, PELAB - Programming Environment Laboratory},
     
    553553}
    554554
    555 @techreport{openmodelica.org:fritzson:meta1.0,
     555@techreport{openmodelica.org:fritzson:meta1.0:2011,
    556556author = {Fritzson, Peter and Pop, Adrian},
    557557institution = {Linköping University, PELAB - Programming Environment Laboratory},
  • bibliography/phd.cite

    r1f993117 r22efc61  
    1 openmodelica.org:stavaker:lic
    2 openmodelica.org:broman:phd
    3 openmodelica.org:pop:phd
    4 openmodelica.org:lundvall:lic
    5 openmodelica.org:aronsson:phd
    6 openmodelica.org:saldamli:phd
    7 openmodelica.org:bunus:phd
    8 openmodelica.org:bunus:lic
    9 openmodelica.org:engelson:phd
     1openmodelica.org:stavaker:lic:2011
     2openmodelica.org:broman:phd:2010
     3openmodelica.org:pop:phd:2008
     4openmodelica.org:lundvall:lic:2008
     5openmodelica.org:aronsson:phd:2006
     6openmodelica.org:saldamli:phd:2006
     7openmodelica.org:bunus:phd:2004
     8openmodelica.org:bunus:lic:2002
     9openmodelica.org:engelson:phd:2000
    1010openmodelica.org:pettersson:phd:citerelated
    1111openmodelica.org:pettersson:lncs:1999
Note: See TracChangeset for help on using the changeset viewer.