meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pluginto:pluginto_middle_layer [2021/10/05 00:49] – created gregbalcopluginto:pluginto_middle_layer [2021/10/22 18:00] (current) – removed gregbalco
Line 1: Line 1:
-===== How to plug into the middle layer ===== 
- 
-The reason you want to plug into the middle layer is that you have some data and want to do some calculations using a middle-layer service.  
- 
-Middle-layer services are "web services." This means you send them an http request as if you were a web browser, and you get some kind of a response. This might be a web page (a bunch of text containing HTML coding), or a text string containing data in some format like XML or JSON.  
- 
-Middle layers that exist: 
- 
-===== Online exposure age calculator ===== 
- 
-Online exposure age calculator for He-3 (qtz/px/ol), Be-10 (qtz), C-14 (qtz), Ne-21 (qtz), Al-26 (qtz) 
- 
--- Input format definition 
--- Example I/O 
--- Example in MATLAB 
--- Example in Python 
- 
-==== Online exposure age calculator for Cl-36 ===== 
- 
--- Input format definition 
--- Example I/O 
--- Example in MATLAB 
--- Example in Python 
- 
-===== Online erosion rate calculator ===== 
- 
-Online erosion rate calculator for He-3 (qtz/px/ol), Be-10 (qtz), C-14 (qtz), Ne-21 (qtz), Al-26 (qtz) 
- 
--- Input format definition 
--- Example I/O 
--- Example in MATLAB 
--- Example in Python 
- 
- 
- 
-