diff --git a/index.html b/index.html index f9a6c46..ca146e0 100644 --- a/index.html +++ b/index.html @@ -533,7 +533,10 @@

Ternary scale properties

- filtering for monotone MOS properties
+ filtering for + monotone MOS properties
Ternary scale properties - guided generator sequence of length @@ -592,7 +599,10 @@

Ternary scale properties

- guide frame complexity + guide frame + complexity Ternary scale properties - maximum variety + maximum variety Guide frame
`; + el.innerHTML += `Guide frame
`; let gsDisp = `${structure["gs"].map((g) => ` ${alsoInCurrentTuning(g)}`)}`.slice( 1, ); - el.innerHTML += `Guided generator sequence of ${stepVectorLength(structure["gs"][0])}-steps: GS(${gsDisp})
`; // TODO prettify + el.innerHTML += `Guided generator sequence of ${stepVectorLength(structure["gs"][0])}-steps: GS(${gsDisp})
`; // TODO prettify el.innerHTML += `Aggregate generator ${alsoInCurrentTuning(structure["aggregate"])}
`; // TODO prettify el.innerHTML += `Offsets ${structure["polyoffset"].map((g) => alsoInCurrentTuning(g))}
`; // TODO prettify el.innerHTML += `Multiplicity ${JSON.stringify(structure["multiplicity"])}
`; // TODO prettify @@ -495,9 +496,9 @@ stack()` const shearString = shear === 0 ? "" : `${shear}-sheared `; const cot = ploidacot["cot"]; const cotString = `${cot}-cot`; - el.innerHTML += `Detempered Ploidacot: ${ploidString}${shearString}${cotString}

`; // TODO prettify + el.innerHTML += `Detempered Ploidacot: ${ploidString}${shearString}${cotString}

`; // TODO prettify } - el.innerHTML += `Monotone MOS properties
`; + el.innerHTML += `Monotone MOS properties
`; el.innerHTML += currentProfile["lm"] ? `L = m
` : ""; el.innerHTML += currentProfile["ms"] ? `m = s
` : ""; el.innerHTML += currentProfile["s0"] ? `s = 0
` : ""; @@ -509,11 +510,11 @@ stack()` el.innerHTML += `None
`; } if (currentProfile["chirality"] === "Achiral") { - el.innerHTML += `
Chirality: Achiral`; + el.innerHTML += `
Chirality: Achiral`; } else { - el.innerHTML += `
Chirality: ${currentProfile["chirality"]} (reversed: ${currentProfile["reversed"]})`; + el.innerHTML += `
Chirality: ${currentProfile["chirality"]} (reversed: ${currentProfile["reversed"]})`; } - el.innerHTML += `
Maximum variety ${currentProfile["mv"]}
`; + el.innerHTML += `
`; } } }