insert into Project values (910001, 'NCREE_3_Story_Shake_Table_Tests', null, null, null, null, null, null, null, null); insert into Task values (920001, 910001, 'Tests_with_Wired_and_Wireless_Sensors', null, null, null, 990001, null, null, null, 0); insert into EventGroup values (930001, 920001, 'Tests_for_Undamaged_Structure', null, null, null, null, null, null, 0); insert into Event values (940001, 930001, 'TEST01', 'experiment', 'Taiwan Time', null, null, 'The structure is undamaged. The ground motion is a random excitation for 90s with a peak acceleration of 60gals. The ground motion is along the X direction of the structure.', null, null, 0); insert into File values (950001, 'TEST01_wired_outputData', 'Directory', 'The wired sensor data when the structure is undamaged. The input ground motion is random vibration along X directoin for 90s, with a peak acceleration of 60gals.', null, null, 'http://maui.stanford.edu/NCREE_Data/TEST01/Wired/'); insert into SensorReadings values (960001, 940001, 950001, 'TEST01_wired_outputData', 'The wired sensor data when the structure is undamaged. The input ground motion is random vibration along X directoin for 90s, with a peak acceleration of 60gals.'); insert into Organization values (980001, 'National Center for Research on Earthquake Engineering', 'Academic Institute', null, null); insert into ProjectOrganization values (910001, 980001); insert into Site values (990001, 'NCREE Tri-Axial Seismic Simulator Laboratory', 'Shake Table Site at NCREE', 980001); insert into File values (950002, 'TEST01_groundMotion', 'Text File', 'Ground acceleration input for TEST01', null, null, 'http://maui.stanford.edu/NCREE_Data/TEST01/Rand_60gal90Sec%20_ACHIEVED1_Long_.TXT'); insert into WaveForm values (915001, 950002, 'TEST01_X_Waveform', 'X-direction waveform for Test 01', null, null, null, 200, 1.0); insert into WaveFormSetup values (925001, 940001, 915001, 'TEST01_X_WaveFormSetup', 'X-direction waveform setup for Test 01', 'X-direction');