Download presentation
Presentation is loading. Please wait.
Published byTodd Preston Modified over 9 years ago
1
Konza PrairieKonza Prairie Long-Term Ecological Research (LTER)LTER Henry Mikhail
2
Action Items Project Plan Architectural Design Formal Specification Technical Inspection Checklist Test Plan Mapping examples Prototype Demo Questions and/or comments
3
Ontology Visualization A.Change the ontology layout to show concept without having to hover over the concept circles. B.Created a database to host part of the Konza data. C. Developed code to interact with the web server and database server to build some examples.
4
ItemEstimateComments Source CodeRequires ~9 days400 Lines of code ~ 600 done (60%) ~400 to go (40%) DocumentationRequires ~18 daysThird and final phase documents and inspection reviews. User manual. Inspection reviews are done by inspectors. TestingRequires ~4 days Total~ 31 days
6
-- $ProjectHeader: use 0.393 Wed, 16 May 2007 14:10:28 +0200 opti $ model Konza -- classes class Get Data operations getTableName(concept: String, criteria: String) : String get Data( table Name: String) : Set(String) createCSVFile( data: Set(String)) : Boolean get Criteria(concept: String) : Set(String) end
7
constraints context GetData::getTableName(concept : String, criteria : String) : String pre validParams: concept > ' ' post validTable: criteria > ' ' context GetData::getData(tableName : String) : Set(String) pre : tableName > ' ' post : result-> size > 0 context GetData::createCSVFile(data: Set(String)) : Boolean pre : data->size > 0 post : result = true context getCriteria (concept: String) : Set(String) pre : concept > ' ' post : result->size > 0
8
Items to inspect System Architecture Design document System Components System component responsibilities Interface Specifications System behavior USE/OCL model Inspectors Wesam ElShamy Scott Bell
9
Use cases View ontology: Navigate to the url of the web page that shows the Konza ontology. Search Data: Click on an ontology concept to test the search web page. Perform several test cases. Download data: Attempt to download data files and save them locally.
10
Land Bird Observation Specie code Time Sex (m,f,u) Observation distance Data set: CBP01 Bird Populations
11
Soil Grasshoppers Observation Soil type Soil relative humidity Specie code Time Wind Speed at Sampling time Temperature at Sampling time Cloud cover directly overhead # of individuals per sample
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.