Login
Get Account

Being logged in allows you to access advanced search features such as saved queries and saved diagrams. Membership is free. Please login or get a new account

Output Data outputdata

3183 samples found

Create an HTML Table, Excel File, or Tab-delimited Text File for viewing data createtable

Please select from the following list of options on how you would like the data presented.

Text File is tab-delimited and can be downloaded and opened in a spreadsheet application.
Advanced Excel Output and Advanced Text Output allow you to specify which fields to show.

All data files include Sample ID, References, Age, and Location.

With >2000 samples, the file may take several minutes to appear.

Major Element 1911 samples
Trace Element 1896 samples
Isotopes 1320 samples
Major, Trace Elements 1206 samples
Major, Trace, Isotopes 340 samples
All Data 3183 samples

HTML Table  Excel File  Text File  Advanced Excel Output  Advanced Text Output





References
First 10 References:
 #    AUTHOR(S)    YEAR    JOURNAL    TITLE  
Lewis, Reed S; Kiilsgaard, Tho...    1991    Journal of Geophysical Researc...    Eocene plutonic rocks in south central Idaho...   
Bickford, M E; Chase, R B; Nel...    1981    Journal of Geology, vol.89, no...    U-Pb studies of zircon cores and overgrowths, and ...   
Hardyman, R F; Fisher, Frederi...    1985    U. S. Geological Survey Bullet...    Rhyolite intrusions and associated mineral deposit...   
Toth, Margo I; Stacey, John S...    1992    U. S. Geological Survey Bullet...    Constraints on the formation of the Bitterroot Lob...   
Motzer, William Erhardt...    1985    n/a    Tertiary epizonal plutonic rocks of the Selway-Bit...   
King, Elizabeth M; Valley, Joh...    2001    Contributions to Mineralogy an...    The source, magmatic contamination, and alteration...   
Schmidt, Keegan L...    1994    n/a    Geology and petrology of the Eocene Ibex Canyon ig...   
Jordan, Brennan T...    1994    n/a    Emplacement and exhumation of the southeastern Atl...   
Snee, Lawrence W; Lund, Karen;...    1995    U. S. Geological Survey Profes...    An super 40 Ar/ super 39 Ar chronicle of the tecto...   
10  Jellinek, Andrew Mark...    1994    n/a    The Twin Peaks Caldera, Challis, Idaho; a unique w...   

Download all references for this search.



Maps

Display all results on a dynamic map.


Display results on a simple static map suitable for downloading.




Plots














select sum(major_data_count) as smdc, sum(samp_trace_data_count) as stdc, sum(samp_isotope_data_count) as sidc, sum(samp_majtrace_data_count) as ssmtd, sum(samp_majtriso_data_count) as ssmdc, sum(samp_total_data_count) as total FROM (SELECT (case when samp.major_data = 'y' then 1 else 0 end) as major_data_count, (case when samp.trace_data = 'y' then 1 else 0 end) as samp_trace_data_count, (case when samp.isotope_data = 'y' then 1 else 0 end) as samp_isotope_data_count, (CASE when samp.major_data='y' and samp.trace_data='y' then 1 else 0 end) as samp_majtrace_data_count, (CASE when samp.major_data='y' and samp.trace_data='y' and samp.isotope_data='y' then 1 else 0 end) as samp_majtriso_data_count, (CASE WHEN samp.sample_num > 0 then 1 else 0 end) as samp_total_data_count FROM view_data_output norm, sample samp, location loc, sample_age age, batch bat, reference ref, method meth WHERE (norm.ec_level_2 = 'PLUTONIC') AND ST_Contains(st_GeomFromText('Polygon((-116.6748046875 43.068887774169625,-117.5537109375 47.17477833929903,-114.06005859375 47.144897485553955,-113.90625 43.29320031385282 ,-116.6748046875 43.068887774169625))'),loc.mypoint) AND norm.sample_num = samp.sample_num AND age.sample_num = samp.sample_num AND loc.location_num = samp.location_num AND bat.sample_num = samp.sample_num AND ref.ref_num = bat.ref_num AND meth.method_num = age.method_num ) b
go to earthchem NAVDAT Home