venue: AJC meeting room
date: 21Oct 2013
time: 1500-1730
please add on to the agenda for 9th Java Sims meeting eduLab.
- any questions from previous meetings http://weelookang.blogspot.sg/2013/05/8th-java-sims-meeting.html
- MPTL18 sharing by jimmy ee-peow and lookang
- extension approval by ai phing, tat leong and lookang
- approved until Dec 2014
- action plan Outline of implementation plans (including schedules)
- Quarter 2014: Give away lesson packages and implementation guide(s) to all JCs
- Q2: support interested JC in their implementation of their own revised lesson packages (teaching cycle topic in most JC could be collision carts)
- Q3: support interested JC in their implementation of their own revised lesson packages (packages (teaching cycle topic in most JC could be gravity)
- MPTL19-GiREP http://www.unipa.it/girep2014/ conference
- 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
- RVHS inputs
- YJC
- SRJC co-PIs
- IJC
- AJC
- Suggested best practices to use simulations effectively for conceptual learning by lookang and chee wah
- add-on to 5th redesign pedagogy closing slides https://dl.dropboxusercontent.com/u/44365627/conference/2013redesignpedagogy/SYM001E%20close%20new.pptx
- Modeling http://www.sciencemag.org/content/334/6059/1077.full.pdf
- PhET literature review by chee wah https://www.dropbox.com/s/t6pum6dh03h75cm/Literature%20Review.pptx
- Evaluation and Most Significant Story by sze yee
- Quick update on the simulations design features and worksheets
- AOB:
![]() |
| 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 |
![]() |
version 20August 2013. http://weelookang.blogspot.com/2010/06/ejs-open-source-kepler-system-model-by.html http://weelookang.blogspot.sg/2013/08/enhanced-keplers-model-after-student.html prototype: https://dl.dropboxusercontent.com/u/44365627/lookangEJSworkspace/export/ejs_KeplerSystem3rdLaw09.jar older version:https://dl.dropbox.com/u/44365627/lookangEJSworkspace/export/ejs_KeplerSystem3rdLaw03.jar author: timberlake and lookang worksheets by (lead) YJC: same link of four simulations https://www.dropbox.com/s/53vztw6meupn4r5/GravitationYJC.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
older version working https://dl.dropbox.com/u/44365627/lookangEJSworkspace/export/ejs_Ripple_Tank_Interferencewee07try.jar
worksheets by (lead) IJC: https://www.dropbox.com/s/ssfismpu1683l3k/RippleTankIJC.zip
|
![]() |
| 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 |










No comments:
Post a Comment