Pages

Monday, October 21, 2013

9th Java Sims meeting

agenda for 8th Java Sims meeting
venue: AJC meeting room
date: 21Oct 2013
time: 1500-1730

please add on to the agenda for 9th Java Sims meeting eduLab.


  1. any questions from previous meetings http://weelookang.blogspot.sg/2013/05/8th-java-sims-meeting.html 
  2. MPTL18 sharing by jimmy ee-peow and lookang 
  3. extension approval by ai phing, tat leong and lookang 
    1. approved until Dec 2014 
    2. action plan Outline of implementation plans (including schedules) 
      1. Quarter 2014: Give away lesson packages and implementation guide(s) to all JCs 
        1. 6th IPSG is one such platform
      2. Q2: support interested JC in their implementation of their own revised lesson packages (teaching cycle topic in most JC could be collision carts) 
      3. Q3: support interested JC in their implementation of their own revised lesson packages (packages (teaching cycle topic in most JC could be gravity) 
        1. MPTL19-GiREP http://www.unipa.it/girep2014/ conference
      4. Q4: professional development workshop and public of Invited scholars ( Full professor Wolfgang Christian, Founder of Open Source Physics and Associate Professor Francisco Esquembre Creator of Easy Java Simulation.) 4Q is suggested by invited Professors 
    3. RVHS inputs
    4. YJC 
    5. SRJC co-PIs 
    6. IJC 
    7. AJC 
  4. Suggested best practices to use simulations effectively for conceptual learning by lookang and chee wah 
    1. add-on to 5th redesign pedagogy closing slides https://dl.dropboxusercontent.com/u/44365627/conference/2013redesignpedagogy/SYM001E%20close%20new.pptx
    2. Modeling http://www.sciencemag.org/content/334/6059/1077.full.pdf
    3. PhET literature review by chee wah  https://www.dropbox.com/s/t6pum6dh03h75cm/Literature%20Review.pptx
  5. Evaluation and Most Significant Story by sze yee 
  6. Quick update on the simulations design features and worksheets
  7. collision cart
    http://weelookang.blogspot.sg/2013/03/collision-carts-real-and-ideal-combined.html
    https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejs_model_Momentum1DForceModel04.jar
    author: lookang, paco and engrg1
    worksheets by
    (lead) AJC: https://www.dropbox.com/s/5obo5awn3w3zrgr/CollsionCartsAJC.zip
    (lead) RVHS: https://www.dropbox.com/s/8bq51hqa1jsjcvn/CollsionCartsRVHS.zip
    IJC https://www.dropbox.com/s/ztwc4pkvtc7ho50/CollisoncartsIJC.zip
    SRJC: https://www.dropbox.com/s/m4yrerc97fgesn2/CollisioncartsSRJC.zip
    YJC: https://www.dropbox.com/s/uguy3ewndj0pqxr/CollisionCartsYJC2013.zip
  8. OPTION added as request by HCI: bar magnet oscillating inside a solenoid java applet
    http://weelookang.blogspot.sg/2013/07/bar-magnet-oscillating-inside-solenoid.html
    falling magnet through coil simulation.
    https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejs_FallingMagnet13_4.3.0.jar
    author: paco, lookang,and engrg1
    worksheets by (lead) AJC: https://www.dropbox.com/s/a38tmxslprzmtkw/FallingMagnetAJC.zip
    RVHS: https://www.dropbox.com/s/siievhgeyihyxn8/FallingMagnetRVHS.zip
    RVHS: https://www.dropbox.com/s/ljnxqabi2gdgprd/FallingMagnetRVHS2013.zip
    SRJC: https://www.dropbox.com/s/0t2upmmlu0ltfoh/FallingMagnetSRJC.zip
    SRJC: https://www.dropbox.com/s/kbr5r06ba1i0wlv/FallingMagnetSRJC2013.zip

    http://weelookang.blogspot.sg/2010/08/ejs-open-source-gravitational-field.html
    prototype working by using text to render $//phi_net$ and equation to render " - \\frac{G{M_1}}{{r_1}}" work:https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejs_GField_and_Potential_1D_v8wee.jar
    working model:
    https://dl.dropbox.com/u/44365627/lookangEJSworkspace/export/ejs_GField_and_Potential_1D_v7wee.jar
    author: lookang and andrew based on andrew duffy early model
    worksheets by (lead) YJC: same link of four simulations https://www.dropbox.com/s/53vztw6meupn4r5/GravitationYJC.zip
    version Jan 2013 http://weelookang.blogspot.sg/2010/08/ejs-open-source-gravitational-field_10.html 
    picture of computer model of Earth and Moon gravity system
    https://dl.dropbox.com/u/44365627/lookangEJSworkspace/export/ejs_GFieldandPotential1Dv7EarthMoon.jar
    author: lookang and andrew based on andrew duffy early model
    worksheets by (lead) YJC: same link of four simulations https://www.dropbox.com/s/53vztw6meupn4r5/GravitationYJC.zip
    version 08 March 2013 with reconnected html and zoom slider
    http://weelookang.blogspot.sg/2010/07/ejs-open-source-geostationary-satellite.html
    https://dl.dropbox.com/u/44365627/lookangEJSworkspace/export/ejs_EarthAndSatelite.jar
    author: lookang and paco
    worksheets by (lead) YJC: same link of four simulations https://www.dropbox.com/s/53vztw6meupn4r5/GravitationYJC.zip


    MIN = xsource
    MAX =Math.sqrt((xpoint-xsource)*(xpoint-xsource)+(ypoint-ysource)*(ypoint-ysource))+xsource
    X(x,t)= "xsource+sign*((x-xsource)*cs-0.1*A1*Math.cos(omega*t-k*(x-xsource))*sc)"
    Y(x,t) ="ysource+sign*((x-xsource)*sc+0.1*A1*Math.cos(omega*t-k*(x-xsource))*cs)"
    where
    angle = Math.atan((ypoint-ysource)/(xpoint-xsource));
    cs=Math.cos(angle); / /lookang & FKH
    sc=Math.sin(angle);//lookang & FKH
    cs2=Math.cos(angle2); // use to rotate to universal axes
    sc2=Math.sin(angle2); // use to rotate to universal axes
    using if ((xsourcexpoint)){ sign = -1;  } // fix another bug where the curve flips
    the using new feature with new wave form to allow counting of number of wavelength with RVHS tat leong in ripple tank sim plus some bug fixes. made dt smaller 0.01 for smooth graph
    Ripple Tank Model (Wee, Duffy, Aguirregabiria, Hwang & Lee, 2012) with simplified physics equations modeled, realistic 2D and 3D (shown) visualizations, hints and scientific measurement tools for inquiry activities and data gathering for inquiry learning
    https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejs_model_Ripple_Tank_Interferencewee13.jar

    http://weelookang.blogspot.com/2010/06/open-source-ejs-superposition-of-2.html
    added (1) autoscale x axis false, (2) -T/8 button (3) blue color for wave 2 for greater contrast on the projector screen thanks to joshua yeo.
    https://dl.dropbox.com/u/44365627/lookangEJSworkspace/export/ejs_WaveFunctionPlotterSuperpositionwee01.jar
    author: wolfgang and lookang
    worksheets by (lead) SRJC:https://www.dropbox.com/s/uslrrrdkyq2puqe/WavesSRJC.zip


    Projectile Motion (with/without air resistance)
    http://weelookang.blogspot.com/2010/06/ejs-open-source-creative-commons.html
    https://dl.dropbox.com/u/44365627/lookangEJSworkspace/export/ejs_users_sgeducation_lookang_Projectile02.jar
    author: lookang based on the works of paco
    worksheet by
    RVHS (lead): https://www.dropbox.com/s/6tv1twkc5u92pb2/P04%20EduLabs%20%28tr%29%20v2wee.doc

    version 26feb 2013 electric field lines drawn when Q1=-1C, Q2 = 2C
    http://weelookang.blogspot.com/2013/02/ajc-lesson-with-2-charges-simulation.html
    https://dl.dropbox.com/u/44365627/lookangEJSworkspace/export/ejs_twopointcharges18q2work.jar
    original authors: Fu-Kwun Hwang and lookang and szeyee
    worksheet by:
    AJC (lead): https://www.dropbox.com/s/pkh2q4ktsz7pmlf/EJS%20worksheet.docx
  9. AOB:

No comments:

Post a Comment