Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
wiki [2016/07/09 15:20] ckuellswiki [2024/04/13 13:19] (aktuell) ckuells
Zeile 1: Zeile 1:
 +FIXME **Diese Seite wurde noch nicht vollständig übersetzt. Bitte helfen Sie bei der Übersetzung.**\\ //(diesen Absatz entfernen, wenn die Übersetzung abgeschlossen wurde)//
 +
 ====== Wiki ====== ====== Wiki ======
  
 ===== Plugins ===== ===== Plugins =====
  
-===== Latex, Latexit and MathJax =====+==== ASCII to SVG ====
  
-Latex is rendered using MathJax as a separate formula+Converts ASCII graphs to embedded SVGs:
  
-$$E=m*c^2$$+<a2s> 
 + .-------------------------. 
 + |[Logo]                   | 
 + | .---.-. .-----. .-----. | 
 + | | .-. | +-->  | |  <--| | 
 + | | '-' | |  <--| +-->  | | 
 + | '---'-' '-----' '-----'
 +  ascii          svg   | 
 +                         | 
 + '-------------------------' 
 +  https://9vx.org/~dho/a2s/ 
 +  
 +[Logo]:     {"fill":"#88d","a2s:delref":true} 
 +</a2s>
  
-or as an escaped bracket 
  
-\[1+2+\dots+n=\frac{n(n+1)}{2}\]+==== Chemistry (Chem====
  
-or using the equation array+<chem>C2H5O2-Na+</chem>
  
-\begin{align*} +==== CSV ====
-e^x & 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \cdots \\ +
-    & \sum_{n\geq 0} \frac{x^n}{n!} +
-\end{align*}+
  
-or inline as $Q=Q_0*exp(^-\alpha*t)$ or in escaped parenthesis \(1+2+\dots+n=\frac{n(n+1)}{2}\) .+<csv :de:landgrab.csv></csv>
  
-Users can export the page to Tex and process it. Pages containing latex code can be exported to OpenOffice and to PDF files, equations will be included in latex notation, however. If they are to be included as pictures, the MathJax Plugin needs to be disabled and the Latex-Plugin needs to activated. +=== Chart ===
- +
-===== Plugins =====+
  
 <c3> <c3>
 { {
     data: {     data: {
-        x: 'x', +        x: 'Date', 
-//        xFormat: '%Y%m%d', // 'xFormat' can be used as custom format of 'x' +        url: '/files/csv/landgraben.csv', 
-        columns[ +        axes{ 
-            ['x', '2006-01-01', '2006-01-02', '2006-01-03', '2006-01-04', '2006-01-05', '2006-01-06'], +            y: 'Discharge
-//            ['x', '20130101', '20130102', '20130103', '20130104', '20130105', '20130106'], +        }
-            ['data1', 30, 200, 100, 400, 150, 250], +
-            ['data2', 130, 340, 200, 500, 250, 350] +
-        ]+
     },     },
 +    
     axis: {     axis: {
         x: {         x: {
             type: 'timeseries',             type: 'timeseries',
             tick: {             tick: {
-                format: '%Y-%m-%d+                   format: '%Y', 
-            } +                   fittrue, 
-        } +                   line: { 
-    } +                       displaynone
-+                       width: 0 
-</c3> +                   }
- +
-==== Model Simplification (C. Villatoro) ==== +
-<c3> +
-+
-    data{ +
-        xs: { +
-            setosa'setosa_x'+
-            versicolor'versicolor_x', +
-        }, +
-        // iris data from R +
-        columns: [ +
-            ["setosa_x", 3.5, 3.0, 3.2, 3.1, 3.6, 3.9, 3.4, 3.4, 2.9, 3.1, 3.7, 3.4, 3.0, 3.0, 4.0, 4.4, 3.9, 3.5, 3.8, 3.8, 3.4, 3.7, 3.6, 3.3, 3.4, 3.0, 3.4, 3.5, 3.4, 3.2, 3.1, 3.4, 4.1, 4.2, 3.1, 3.2, 3.5, 3.6, 3.0, 3.4, 3.5, 2.3, 3.2, 3.5, 3.8, 3.0, 3.8, 3.2, 3.7, 3.3], +
-            ["versicolor_x", 3.2, 3.2, 3.1, 2.3, 2.8, 2.8, 3.3, 2.4, 2.9, 2.7, 2.0, 3.0, 2.2, 2.9, 2.9, 3.1, 3.0, 2.7, 2.2, 2.5, 3.2, 2.8, 2.5, 2.8, 2.9, 3.0, 2.8, 3.0, 2.9, 2.6, 2.4, 2.4, 2.7, 2.7, 3.0, 3.4, 3.1, 2.3, 3.0, 2.5, 2.6, 3.0, 2.6, 2.3, 2.7, 3.0, 2.9, 2.9, 2.5, 2.8], +
-            ["setosa", 0.2, 0.2, 0.2, 0.2, 0.2, 0.4, 0.3, 0.2, 0.2, 0.1, 0.2, 0.2, 0.1, 0.1, 0.2, 0.4, 0.4, 0.3, 0.3, 0.3, 0.2, 0.4, 0.2, 0.5, 0.2, 0.2, 0.4, 0.2, 0.2, 0.2, 0.2, 0.4, 0.1, 0.2, 0.2, 0.2, 0.2, 0.1, 0.2, 0.2, 0.3, 0.3, 0.2, 0.6, 0.4, 0.3, 0.2, 0.2, 0.2, 0.2], +
-            ["versicolor", 1.4, 1.5, 1.5, 1.3, 1.5, 1.3, 1.6, 1.0, 1.3, 1.4, 1.0, 1.5, 1.0, 1.4, 1.3, 1.4, 1.5, 1.0, 1.5, 1.1, 1.8, 1.3, 1.5, 1.2, 1.3, 1.4, 1.4, 1.7, 1.5, 1.0, 1.1, 1.0, 1.2, 1.6, 1.5, 1.6, 1.5, 1.3, 1.3, 1.3, 1.2, 1.4, 1.2, 1.0, 1.3, 1.2, 1.3, 1.3, 1.1, 1.3], +
-        ], +
-        type: 'scatter' +
-    }+
-    axis: { +
-        x: { +
-            label: 'Sepal.Width', +
-            tick: { +
-                fit: false+
             }             }
         },         },
         y: {         y: {
-            label: 'Petal.Width'+            label: 'Discharge [qms]'
         }         }
     }     }
Zeile 80: Zeile 64:
 </c3> </c3>
  
-==== Documentation ==== 
  
-<c3+==== Latex, Latexit and MathJax ==== 
-+ 
-    data: +Latex is rendered using MathJax as a separate formula 
-        columns: + 
-            ['runoff', 15], +$$E=m*c^2$$ 
-            ['recharge', 5], + 
-            ['evaporation', 80], +or as an escaped bracket 
-        ], + 
-        type : 'donut', +$$1+2+\dots+n=\frac{n(n+1)}{2}$$ 
-    }+ 
-    donut{ +or using the equation array or inline as $Q=Q_0*exp(^{-\alpha*t})$ or in escaped parenthesis $1+2+\dots+n=\frac{n(n+1)}{2}$ . 
-        title: "Water balance+ 
-    }+Users can export the page to Tex and process it. Pages containing latex code can be exported to OpenOffice and to PDF files, equations will be included in latex notation, however.  
 + 
 +==== Graphviz ==== 
 + 
 +<graphviz dot right 400
 +digraph ATN 
 +rankdir=LR; 
 +s25[fontsize=11, label="25", shape=doublecircle, fixedsize=true, width=.6]; 
 +s239[fontsize=14,label="239", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s240[fontsize=11,label="240", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s241[fontsize=11,label="241", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s242[fontsize=11,label="242", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s243[fontsize=11,label="{&rarr;\n243\nd=24|{<p0>|<p1>}}", shape=record, fixedsize=false, peripheries=1]; 
 +s244[fontsize=11,label="&larr;\n244", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s245[fontsize=11,label="245", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s246[fontsize=11,label="246", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s247[fontsize=11,label="&rarr;\n247+", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s24[fontsize=11,label="24", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s248[fontsize=11,label="&larr;\n248", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s249[fontsize=11,label="{249+\nd=25|{<p0>|<p1>}}", shape=record, fixedsize=false, peripheries=1]; 
 +s250[fontsize=11,label="250", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s251[fontsize=11,label="251", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s252[fontsize=11,label="252", shape=circle, fixedsize=true, width=.55, peripheries=1]; 
 +s24 -> s239 [fontname="Times-Italic", label="&epsilon;"]; 
 +s239 -> s247 [fontsize=11, fontname="Courier", arrowsize=.7, label = "'{'"arrowhead = normal]
 +s247 -> s240 [fontname="Times-Italic"label="&epsilon;"]; 
 +s240 -> s243 [fontsize=11, fontname="Courier", arrowsize=.7, label = "'case'"arrowhead = normal]
 +s243:p0 -> s241 [fontname="Times-Italic"label="&epsilon;"]; 
 +s243:p1 -> s242 [fontname="Times-Italic", label="&epsilon;"]; 
 +s241 -> s244 [fontsize=11, fontname="Courier", arrowsize=.7, label = "'null'"arrowhead = normal]; 
 +s242 -> s244 [fontsize=11, fontname="Courier", arrowsize=.7, label = "<element>", arrowhead = normal]
 +s244 -> s245 [fontname="Times-Italic"label="&epsilon;"]; 
 +s245 -> s246 [fontsize=11, fontname="Courier", arrowsize=.7, label = "'=>'"arrowhead = normal]; 
 +s246 -> s248 [fontsize=11fontname="Courier", arrowsize=.7, label = "<block>", arrowhead = normal]; 
 +s248 -> s249 [fontname="Times-Italic", label="&epsilon;"]; 
 +s249:p0 -> s247 [fontname="Times-Italic", label="&epsilon;", style="dashed"]; 
 +s249:p1 -> s250 [fontname="Times-Italic", label="&epsilon;"]; 
 +s250 -> s251 [fontname="Times-Italic", label="&epsilon;"]; 
 +s251 -> s252 [fontsize=11, fontname="Courier", arrowsize=.7, label = "'}'", arrowhead = normal]; 
 +s252 -> s25 [fontname="Times-Italic", label="&epsilon;"];
 } }
-</c3>+</graphviz> 
 + 
 +==== Image Reference ==== 
 + 
 +<imgcaption label|John Doe>{{:wiki:dokuwiki-128.png}}</imgcaption> 
 + 
 +The Dokuwiki image can be seen in <imgref label>
 + 
 +==== Zotero ==== 
 + 
 +Referenz auf [(:ref:Wiener2013)]. 
 + 
 +~~REFNOTES~~
  
  
/usr/www/users/uhydro/doku/data/attic/wiki.1468070439.txt.gz · Zuletzt geändert: 2024/04/10 10:11 (Externe Bearbeitung)