meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
maemo2010:grp3:start [2010/08/20 12:34]
grp3
maemo2010:grp3:start [2010/08/20 13:46] (current)
grp3
Line 9: Line 9:
 This application estimates the age of any construction based on observatory value and construction parameters. Since Construction Industry have variety of structures, so, primarily we will focus on bridge and consider expanding to other structure if time permits. The estimation is based on standard mathematical expressions for age calculations. This application estimates the age of any construction based on observatory value and construction parameters. Since Construction Industry have variety of structures, so, primarily we will focus on bridge and consider expanding to other structure if time permits. The estimation is based on standard mathematical expressions for age calculations.
  
-====Motivation===+=====Motivation=====
  
 Most construction projects are located far aware from organizations or companies promises. Construction Engineers when at site need to perform some test and get result immediately. Most construction projects are located far aware from organizations or companies promises. Construction Engineers when at site need to perform some test and get result immediately.
-The only device that is appropriate for such test is our mobile that can make instant calculation on the site .It is in view of this that we are developing “ageometer” whose main purpose is to help construction engineers to be able to perform test on concrete (bridge) to determine how long a concrete can stay (life expectancy) which include the ability to perform and get result on site everywhere without permanent physical connection to cable networks 
  
-====Inputs====+The only device that is appropriate for such test is our mobile that can make instant calculation on the site .It is in view of this that we are developing “Ageometer” whose main purpose is to help construction engineers to be able to perform test on concrete (bridge) to determine how long a concrete can stay (life expectancy) which include the ability to perform and get result on site everywhere without permanent physical connection to cable networks 
 + 
 +  * Evaluation and Simulation of life time of a construction design and structure have been always a huge burden in terms of time and resources. 
 +  * Solutions are always very complex in terms mathematical computation and modeling. 
 + 
 +  * Moreover, Code Camp is an excellent opportunity to be familiar with new tools and programming languages.  
 + 
 +=====Inputs=====
   * Crack information with Sensor/ Else picture processed with image processing techniques to detect the crack (obviously we are not proccessing the image now in this code camp)   * Crack information with Sensor/ Else picture processed with image processing techniques to detect the crack (obviously we are not proccessing the image now in this code camp)
   * Bridge Information from Archieve or Database or manual input   * Bridge Information from Archieve or Database or manual input
   * Cloride Ion Value of the Concrete Structure   * Cloride Ion Value of the Concrete Structure
  
-====Outputs====+=====Outputs=====
   * Mathematically calculated estimated age of the construction.   * Mathematically calculated estimated age of the construction.
-==== Description ====+ 
 +===== Description =====
  
 This application makes easier for Construction Engineers to make a estimation of age of a concrete structure. Since the variety of construction structure is very wide, we would focus on only few structures. This application makes easier for Construction Engineers to make a estimation of age of a concrete structure. Since the variety of construction structure is very wide, we would focus on only few structures.
Line 56: Line 63:
 | view report| 1 |done | | view report| 1 |done |
 | File Storage| 1 |done| | File Storage| 1 |done|
-| Image storage| 3 | future|+
  
 =====System Requirement==== =====System Requirement====
Line 66: Line 73:
  
  
-===== Mini Goals ===== +
-User Interface +
-Add +
-   Input data +
-View +
-   Aging Result Output +
-   Old data+
  
 ===== Design ===== ===== Design =====
  
 +{{:maemo2010:grp3:design.jpg?500|}}
  
 ===== Screenshots ===== ===== Screenshots =====
-Input+Input Interface
  
-{{:maemo2010:grp3:input_method.jpg?500|}}+{{:maemo2010:grp3:input.png?500|Input Interface}}
  
-Main+Main Interface
  
-{{:maemo2010:grp3:main_interface.jpg?500|}}+{{:maemo2010:grp3:main_interface.jpg?500|Main Interface}}
  
-Output+Output Interface
  
-{{:maemo2010:grp3:output_interface.png?500|}}+{{:maemo2010:grp3:output.png?500|Output Interface}}
  
 ===== Implementation Comments ===== ===== Implementation Comments =====
 ===== Presentation ===== ===== Presentation =====
  
-Idea Presentation: {{:maemo2010:grp3:ageometer.ppt|}}+Idea Presentation: {{:maemo2010:grp3:ageometer_-_idea_presentation.ppt|}} 
 + 
 +Final Presentation: {{:maemo2010:grp3:ageometer_-_final_presentation.ppt|}}
  
-Final Presentation: {{:maemo2010:grp3:ageometer.ppt|}} 
  
-===== Document ===== 
  
 ===== Package ===== ===== Package =====
  
 +{{:maemo2010:grp3:ageometer_-_final_code.zip|}}
  
-==== How to run ====+===== How to run ====
 + 
 +It runs on the normal running procedural as other GTK files. It does not have any specific requirements. 
  
 ===== Conclusion of your work ===== ===== Conclusion of your work =====
 +
 +  * Code Camp is wonderful experience in terms of learning and sharing knowledge; specially when code is working as the way we wanted.
 +  * Building solution for the field which we are really not much familiar with, Construction Industry, is challenging while starting.
 +  * Device Integration would have given much flavor to our application, but we are happy that at least we managed to make the framework while learning for a completely new tool.