Difference between revisions of "Google Summer of Code 2015 Results"

From OSGeo
Jump to navigation Jump to search
(Added ScribeUI)
Line 42: Line 42:
 
* [[Link_to_image|Slide]] The slide / image should serve to show the main elements of your project. It could be a flow chart, a screenshot, both, or whatever you think could serve for the scope. Remember: the aim is to showcase your project to people that are not necessarily familiar with the software.
 
* [[Link_to_image|Slide]] The slide / image should serve to show the main elements of your project. It could be a flow chart, a screenshot, both, or whatever you think could serve for the scope. Remember: the aim is to showcase your project to people that are not necessarily familiar with the software.
  
 +
=== ScribeUI - Add productivity tools to MapServer's ScribeUI ===
 +
Samuel Lapointe
 +
* Mentors: Daniel Morissette; Jessica Lapointe
 +
* Description: The goal of the project was to improve the error detection system, add the ability to export and import maps and add a way to generate a set of classes from data.
 +
* State of the project before GSoC: When I wanted to debug a map that didn’t work, I had to check the generated Mapserver file to find the error. To create classes from a set of data, I had to analyse the data and create the classes using bounds I had manually calculated, and the only way to export a map was to use Git.
 +
* Addition to the project: Now, I can see most syntax errors directly in the editor’s interface, I can use a menu to generate classes for a layer and I can export or import maps to share them with other users.
 +
* Slide: https://drive.google.com/file/d/0B686XfUqwP1LMm5GaVV0ckZ1b2c/view?usp=sharing
  
 
+
Links:
 
+
* Project page: https://github.com/mapgears/scribeui
 +
* Getting started: https://github.com/mapgears/scribeui/wiki/Getting-started-with-ScribeUI
 +
* Demo: http://demo.scribeui.org/
  
 
[[Category:Google Summer of Code]]
 
[[Category:Google Summer of Code]]

Revision as of 13:59, 19 November 2015

GoogleSummer 2015logo.jpg @ OSGeo 300 127 pixel.png

OSGeo participated in Google Summer of Code 2015 with 13 projects, all successful:

Description of the projects

Example: software XYZ - title of my GSoC project

Student1

  • Mentors: Mentor1; Mentor2; OtherMentors?
  • Brief description of the idea. e.g. "My project focused on xxx".
  • The state of the project as it was BEFORE your GSoC. For example, if you made a GUI, you can say: "In the software XYZ, when I wanted to use the tool xxx, I had to manually edit the file yyy. "
  • The addition that your project brought to the software. In the same example: "With the GUI that I created, now it is possible to use the tool xxx via graphical user interface".
  • Add all the links (hopefully permanent) to access the relevant code and documentation for the user to get started with testing your application. "Please test my code following instructions here".
  • Slide The slide / image should serve to show the main elements of your project. It could be a flow chart, a screenshot, both, or whatever you think could serve for the scope. Remember: the aim is to showcase your project to people that are not necessarily familiar with the software.

ScribeUI - Add productivity tools to MapServer's ScribeUI

Samuel Lapointe

  • Mentors: Daniel Morissette; Jessica Lapointe
  • Description: The goal of the project was to improve the error detection system, add the ability to export and import maps and add a way to generate a set of classes from data.
  • State of the project before GSoC: When I wanted to debug a map that didn’t work, I had to check the generated Mapserver file to find the error. To create classes from a set of data, I had to analyse the data and create the classes using bounds I had manually calculated, and the only way to export a map was to use Git.
  • Addition to the project: Now, I can see most syntax errors directly in the editor’s interface, I can use a menu to generate classes for a layer and I can export or import maps to share them with other users.
  • Slide: https://drive.google.com/file/d/0B686XfUqwP1LMm5GaVV0ckZ1b2c/view?usp=sharing

Links: