mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 22:22:19 +02:00
(v2.1.1.9225) fix geom_hline()/_vline() in MIC plotting, add EUCAT 1.2 in full, add London contribs, fix mo codes, add Kleb pneu complex
This commit is contained in:
@ -88,13 +88,16 @@ $(document).ready(function() {
|
||||
x = x.replace("Eric", prefix + "nl" + suffix + "Eric");
|
||||
x = x.replace("Erwin", prefix + "nl" + suffix + "Erwin");
|
||||
x = x.replace("Gwen", prefix + "en" + suffix + "Gwen");
|
||||
x = x.replace("Jane", prefix + "au" + suffix + "Jane");
|
||||
x = x.replace("Jason", prefix + "ca" + suffix + "Jason");
|
||||
x = x.replace("Javier", prefix + "ca" + suffix + "Javier");
|
||||
x = x.replace("Jonas", prefix + "de" + suffix + "Jonas");
|
||||
x = x.replace("Judith", prefix + "nl" + suffix + "Judith");
|
||||
x = x.replace("Kathryn", prefix + "en" + suffix + "Kathryn");
|
||||
x = x.replace("Larisse", prefix + "sa" + suffix + "Larisse");
|
||||
x = x.replace("Matthew", prefix + "ca" + suffix + "Matthew");
|
||||
x = x.replace("Matthijs", prefix + "nl" + suffix + "Matthijs");
|
||||
x = x.replace("Natacha", prefix + "en" + suffix + "Natacha");
|
||||
x = x.replace("Peter", prefix + "en" + suffix + "Peter");
|
||||
x = x.replace("Rogier", prefix + "nl" + suffix + "Rogier");
|
||||
x = x.replace("Sofia", prefix + "sv" + suffix + "Sofia");
|
||||
@ -122,12 +125,15 @@ $(document).ready(function() {
|
||||
x = x.replace("Corinna", "Dr. Corinna");
|
||||
x = x.replace("Dennis", "Dr. Dennis");
|
||||
x = x.replace("Gwen", "Prof. Gwen");
|
||||
x = x.replace("Jane", "Dr. Jane");
|
||||
x = x.replace("Jason", "Dr. Jason");
|
||||
x = x.replace("Javier", "Prof. Javier");
|
||||
x = x.replace("Jonas", "Dr. Jonas");
|
||||
x = x.replace("Judith", "Dr. Judith");
|
||||
x = x.replace("Katryn", "Prof. Katryn");
|
||||
x = x.replace("Larisse", "Dr. Larisse");
|
||||
x = x.replace("Matthijs", "Dr. Matthijs");
|
||||
x = x.replace("Natacha", "Dr. Natacha");
|
||||
x = x.replace("Peter", "Dr. Peter");
|
||||
x = x.replace("Rogier", "Dr. Rogier");
|
||||
x = x.replace("Sofia", "Dr. Sofia");
|
||||
|
Reference in New Issue
Block a user