This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
viennamaterials_web [2015/03/04 14:58] viennastar created |
viennamaterials_web [2015/03/09 11:21] (current) viennastar |
||
---|---|---|---|
Line 2: | Line 2: | ||
=== Description === | === Description === | ||
+ | {{ :viennamaterials_webui.png?nolink&400|}} | ||
A Web GUI has to be implemented, providing an interactive frontend to end-users. Material data queries must be supported, the result values should be visualized. | A Web GUI has to be implemented, providing an interactive frontend to end-users. Material data queries must be supported, the result values should be visualized. | ||
Additionally, a http-based API has to be developed: material data requests can be set up using a http request and the result has to be provided in XML format. ViennaMaterials should be able to handle these http requests and provide the requested information. A networking libraray, like cpp-netlib, should be utilzed to handle the http management. Additionally, ViennaMaterials should be able to connect to another ViennaMaterials instance via http and send requests for material data. | Additionally, a http-based API has to be developed: material data requests can be set up using a http request and the result has to be provided in XML format. ViennaMaterials should be able to handle these http requests and provide the requested information. A networking libraray, like cpp-netlib, should be utilzed to handle the http management. Additionally, ViennaMaterials should be able to connect to another ViennaMaterials instance via http and send requests for material data. | ||
Line 17: | Line 18: | ||
Josef Weinbub, Florian Rudolf | Josef Weinbub, Florian Rudolf | ||
+ | === Puzzles === | ||
+ | |||
+ | Please solve the [[CPP Puzzles|C++ Puzzles]] and attach your solutions to your application. **Keep in mind that you will have to explain your solutions in person to the mentors to get accepted as a IuE SoC'15 intern.** | ||