Changeset 374:5279c022b21a


Ignore:
Timestamp:
Dec 5, 2021, 5:36:49 PM (3 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

Update some Wiki links

Location:
source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/Application.js

    r373 r374  
    20812081           
    20822082            submenu.add(new qx.ui.menu.Separator);
    2083             qc = new qx.ui.command.Command("Ctrl+W");
     2083            qc = new qx.ui.command.Command("Alt+W");
    20842084            qc.addListener("execute", this.loadWikiCB, this);
    20852085            btn = new qx.ui.menu.Button("Load Wikipedia Article",
  • source/entities.js

    r371 r374  
    77        section   : "waves",
    88        formula   : "return s1.getPlasmaFrequency()",
    9         wikiLink  : "Plasma_frequency"
     9        wikiLink  : "Plasma_oscillation"
    1010    },
    1111    {
     
    1616        section   : "fundamental",
    1717        formula   : "return s1.getGyroFrequency(this.plasma.B)",
    18         wikiLink  : "Gyrofrequency"
     18        wikiLink  : "Cyclotron_resonance"
    1919    },
    2020
     
    8080        section   : "fundamental",
    8181        formula   : "return s1.getDeBroglieLength()",
    82         wikiLink  : "DeBroglie_wavelength"
     82        wikiLink  : "Matter_wave"
    8383    },
    8484
     
    138138        section   : "spectroscopy",
    139139        formula   : "return this.plasma.r.getTransitionEnergy()",
    140         wikiLink  : "Energy_spectrum"
     140        wikiLink  : "Discrete_spectrum"
    141141    },
    142142    {
     
    293293        section   : "fundamental",
    294294        formula   : "return this.plasma.getFermiVelocity()",
    295         wikiLink  : "Fermi_velocity"
     295        wikiLink  : "Fermi_energy"
    296296    },
    297297    {
     
    350350        section   : "spectroscopy",
    351351        formula   : "return pf.base.Bohr.c/this.plasma.r.getTransitionEnergy()*(2*Math.PI)",
    352         wikiLink  : "Energy_spectrum"
     352        wikiLink  : "Discrete_spectrum"
    353353    },
    354354    {
     
    359359        section   : "spectroscopy",
    360360        formula   : "return this.plasma.r.getTransitionEnergy()/(2*Math.PI)",
    361         wikiLink  : "Energy_spectrum"
     361        wikiLink  : "Discrete_spectrum"
    362362    },
    363363
     
    531531        section   : "collisions",
    532532        formula   : "return s1.getThomsonXsTotal()",
    533         wikiLink  : "Thomson_cross_section"
     533        wikiLink  : "Thomson_scattering"
    534534    },
    535535
Note: See TracChangeset for help on using the changeset viewer.