<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://es.wiki.guifi.net/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>http://es.wiki.guifi.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gabi</id>
		<title>Guifi.net - Wiki Hispano - Contribuciones del usuario [es]</title>
		<link rel="self" type="application/atom+xml" href="http://es.wiki.guifi.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gabi"/>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/wiki/Especial:Contribuciones/Gabi"/>
		<updated>2026-07-29T06:20:46Z</updated>
		<subtitle>Contribuciones del usuario</subtitle>
		<generator>MediaWiki 1.22.0</generator>

	<entry>
		<id>http://es.wiki.guifi.net/wiki/Usuario:Gabi/GSoC2012/Mejora_backend_nodos_CNML</id>
		<title>Usuario:Gabi/GSoC2012/Mejora backend nodos CNML</title>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/wiki/Usuario:Gabi/GSoC2012/Mejora_backend_nodos_CNML"/>
				<updated>2012-04-06T18:10:46Z</updated>
		
		<summary type="html">&lt;p&gt;Gabi: /* Project/proposal schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
My proposal wants to improve the backend information model of community based telecommunications networks.&lt;br /&gt;
This would provide better ways to organize, share and use the information and align their infrastructure to the principles of open data.&lt;br /&gt;
&lt;br /&gt;
Community based telecommunications networks such as Freifunk, WlanSlovenija, AWMN and Guifi.net are growing steadily.&lt;br /&gt;
Their underlying ideas are strongly based on open source philosophy. They share similar common values and practices, such as to lower with the digital divide and the barriers to access information. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
There are many tasks that people participating in such networks have to do  such as finding potential nodes to connect to, searching available services in the net, monitoring network status, and many others. It is important that the information of the network is available to tackle this tasks, furthermore, it is better if the information is well organize in accessible formats that could be used to build applications on top.&lt;br /&gt;
&lt;br /&gt;
At the bottom layer open routing and network protocols ensure interoperability among networks making it possible for machines to communicate with&lt;br /&gt;
each other, but the standards for sharing information of higher layers are more recent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the information perspective we find two problems.&lt;br /&gt;
&lt;br /&gt;
Each network stores it´s own information using it´s own data model, describing different aspects of it that are considered important.&lt;br /&gt;
&lt;br /&gt;
Fortunatly they joined efforts to develope a standar called CNML (Community Network Markup Language), and some of them such as Guifi.net&lt;br /&gt;
&lt;br /&gt;
This standar has been implemented in some networks, such as [http://es.wiki.guifi.net/wiki/CNML Guifi.net] (spanish), and others libre [http://wiki.freifunk.net/CNML Freifunk] are working on it [3].&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
Each of them stores information in their database making sometimes dificult to access directly to that information, end up looking like 'data silo'.&lt;br /&gt;
&lt;br /&gt;
This is the main part of my propossal. It involves to migrate the actual Community Network Mark Up Language (CNML) based on XML to an ontology based model based on RDF/OWL and a triplestore such as Virtuoso or Sesame.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project goals=&lt;br /&gt;
&lt;br /&gt;
* Setup a Protege server for collaborative ontology definition, so other people could also take part and use it in the future. Possibly on Guifi servers.&lt;br /&gt;
&lt;br /&gt;
* Design an ontology based in CNML and generate and output in one or more of this formats RDF/OWL/Turtle.&lt;br /&gt;
&lt;br /&gt;
* Populate the ontology with Guifi.net CNML information.&lt;br /&gt;
&lt;br /&gt;
* Propose and install an infrastructure to run the semantic backend. &lt;br /&gt;
&lt;br /&gt;
* Create queries so it would be possible to retrieve data from the triplestore. &lt;br /&gt;
&lt;br /&gt;
* Document the process so people at other community networks could see the solution and follow similar steps.&lt;br /&gt;
&lt;br /&gt;
* Learn more about RDF/OWL/SPARQL!&lt;br /&gt;
&lt;br /&gt;
===Future developments===&lt;br /&gt;
&lt;br /&gt;
* Set up web services to access data.&lt;br /&gt;
&lt;br /&gt;
* Try some visualization, for example show [http://www.flickr.com/photos/19499961@N00/6195514766/in/photostream/ nodes on maps], [http://www.flickr.com/photos/19499961@N00/6172998854/in/photostream google earth] and also using processing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Implementation=&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To set up the server for collaborative ontology definition I would install a Protege server with the collaborative plugin, so it could be used by people in different locations. &lt;br /&gt;
&lt;br /&gt;
I have experience setting up a Progete server with the collaboration plugin.&lt;br /&gt;
&lt;br /&gt;
Once the ontology is defined, the output of the first would be a RDF/OWL/Turtle file.&lt;br /&gt;
&lt;br /&gt;
I would them create the necessary scripts to populate the ontology with Guifi.net information. This would be done probably using Python.&lt;br /&gt;
&lt;br /&gt;
Some of the possible triplestores to consider could be Openlink Virtuoso or Sesame that has a good python integration.&lt;br /&gt;
&lt;br /&gt;
Queries would use SPARL. As an example a query could ask for all the nodes in a certain region, or for some specific services such as FTP or Voip servers.&lt;br /&gt;
&lt;br /&gt;
For the documentation it would be good to ask the rest of the people involved for the best place to write it down. &lt;br /&gt;
&lt;br /&gt;
Probably at [http://interop.wlan-si.net/wiki/ interop wiki].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project/proposal schedule=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
24-29 April:&lt;br /&gt;
 Hello World! Identify people involved in CNML specification definition and Guifi.net backend and tell them about the project.&lt;br /&gt;
 (I already started)&lt;br /&gt;
 Start documenting the project at [http://en.wiki.guifi.net/wiki/Main_Pagea Guifi.net wiki] and open a blog to post about the everyday process. &lt;br /&gt;
&lt;br /&gt;
30 April-13 May&lt;br /&gt;
 Learn more about ontology definition RDF and OWL. Start studying CNML specifications.&lt;br /&gt;
&lt;br /&gt;
14-21 May&lt;br /&gt;
 Read about tripelstores to find the one that would fit best.&lt;br /&gt;
&lt;br /&gt;
22-27 May&lt;br /&gt;
 Choose and install triplestore and other libraries that would be used.&lt;br /&gt;
 Set up a platform for building collaborative ontologies. Install Protege and collaborative extensions.&lt;br /&gt;
&lt;br /&gt;
28 May-8 July&lt;br /&gt;
 Creation of the ontology based on CNML standard. Ask mentor and other partners to give feedback, using collaborative Protege.&lt;br /&gt;
&lt;br /&gt;
10-22 July&lt;br /&gt;
 Search for methods to transform transform CNML information to RDF/OWL.&lt;br /&gt;
 Create the scripts, possibly in python, for the migration.&lt;br /&gt;
&lt;br /&gt;
23-29 July&lt;br /&gt;
 Load the data from Guifi.net nodes into the triplestore. Start to create some sparql queries examples.&lt;br /&gt;
&lt;br /&gt;
30-5  August&lt;br /&gt;
 Continue with the SPARQL queries.&lt;br /&gt;
&lt;br /&gt;
6-12  August&lt;br /&gt;
 Take a second look to documentation and maybe other nice features like visualizations with processing, &lt;br /&gt;
 kml exporting (open week for more fun and creativity :)&lt;br /&gt;
&lt;br /&gt;
13-19 August&lt;br /&gt;
 Rest or finish work if necessary.&lt;br /&gt;
&lt;br /&gt;
=About me=&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
My name is Gabriel Lucas, I study computer science in the UC3M in Madrid and TUM in Munich. Now I am also working at [http://www.medialab-prado.es Medialab-Prado]-&lt;br /&gt;
&lt;br /&gt;
It is a very exciting place where I do different things like lead projects for the [https://www.google.es/search?gcx=w&amp;amp;client=ubuntu&amp;amp;channel=cs&amp;amp;q=fachada+digital&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;hl=es&amp;amp;tbm=isch&amp;amp;source=og&amp;amp;sa=N&amp;amp;tab=wi&amp;amp;ei=oIp-T7juBYek0QXL6pj6Bg&amp;amp;biw=1280&amp;amp;bih=664&amp;amp;sei=o4p-T_zFD4LG0QXM2-3zBg#um=1&amp;amp;hl=es&amp;amp;client=ubuntu&amp;amp;channel=cs&amp;amp;tbm=isch&amp;amp;sa=1&amp;amp;q=fachada+digital+medialab-prado&amp;amp;oq=fachada+digital+medialab-prado&amp;amp;aq=f&amp;amp;aqi=&amp;amp;aql=&amp;amp;gs_l=img.3...11983l14360l0l14617l15l15l0l14l0l0l83l83l1l1l0.frgbld.&amp;amp;pbx=1&amp;amp;fp=1&amp;amp;biw=1280&amp;amp;bih=664&amp;amp;bav=on.2,or.r_gc.r_pw.r_cp.r_qf.,cf.osb&amp;amp;cad=b digital façade] and research about different topics such as video streaming, open hardware, digital art, cultural center archives, licenses, or more philosophical themes as those around the concept of the commons.&lt;br /&gt;
&lt;br /&gt;
I have been involved also in a project to create a semantic archive for a medialab. &lt;br /&gt;
&lt;br /&gt;
Alejandro Martín and I started the group of [http://madrid.guifi.net/ Guifi.net Madrid].&lt;br /&gt;
&lt;br /&gt;
And also I started another group about open video called [http://videoframesh.wordpress.com/ Videoframesh].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Availability. &lt;br /&gt;
&lt;br /&gt;
How many hours per week can you spend working on this?&lt;br /&gt;
&lt;br /&gt;
I think I can work in the project around 15-20 hours a week.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What other obligations do you have this summer?&lt;br /&gt;
&lt;br /&gt;
I would have to work at Medialab-Prado too, it´s a full time job but pretty flexible. If I get selected I can arrange to have time for this project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How do you plan to continue with your project/proposal and within the wlan slovenija community after GSoC? &lt;br /&gt;
&lt;br /&gt;
Once the project is over we could propose wlan slovenija to also migrate their information the same way. That would be very nice in fact because we would be able to query both networks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Are you interested in doing some research in this field? &lt;br /&gt;
&lt;br /&gt;
My degree final project is about linked data and [http://www.flickr.com/photos/19499961@N00/6500087557/in/set-72157628389605205 network visualization] for the metro public transportation system of Madrid. I am working on it right now.&lt;br /&gt;
&lt;br /&gt;
I am interested in explaining to people how Internet works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Benefits to the Free Software Community, who would gain from your project?&lt;br /&gt;
&lt;br /&gt;
There are many benefits, the clear ones, information quality would improve providing better ways to use it to build any application on top of it.&lt;br /&gt;
&lt;br /&gt;
No more screen scrapping would be needed and let me give an example.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a [https://play.google.com/store/apps/details?id=es.catmobil.android.guifis&amp;amp;feature=search_result Guifi.net android application] to search for nodes. It superposes the nodes in the camera image so you know how to align the antenas.&lt;br /&gt;
&lt;br /&gt;
The problem of this app is that it takes the information from a GML file. The main developer is from Barcelona so the default GML file is the one from Barcelona.&lt;br /&gt;
&lt;br /&gt;
If you live anywhere else you should search for the URL of the place you life in. By supporting SPARQL queries this could be resolved so the user could choose,&lt;br /&gt;
&lt;br /&gt;
where he/she lives.&lt;br /&gt;
&lt;br /&gt;
By the way, fortunately Guifi.net exports GML and CNML files, if not screen scrapping would be needed.&lt;/div&gt;</summary>
		<author><name>Gabi</name></author>	</entry>

	<entry>
		<id>http://es.wiki.guifi.net/wiki/Usuario:Gabi</id>
		<title>Usuario:Gabi</title>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/wiki/Usuario:Gabi"/>
				<updated>2012-04-06T18:01:51Z</updated>
		
		<summary type="html">&lt;p&gt;Gabi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Contact Information=&lt;br /&gt;
&lt;br /&gt;
'''Name''' : Gabriel Lucas&lt;br /&gt;
&lt;br /&gt;
'''Email'''  : $myname [at] medialab-prado.es&lt;br /&gt;
&lt;br /&gt;
'''Twitter''': @gb_lucas&lt;br /&gt;
&lt;br /&gt;
'''Skype'''  : gblucas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Iniciatives=&lt;br /&gt;
&lt;br /&gt;
==Guifi Madrid==&lt;br /&gt;
[[File:Madrid_logo_guifi.png‎|thumb|http://madrid.guifi.net ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alejandro Martín (tonic) and I started a group in Madrid to promote Guifi.net. We have been looking for people interested,organizing meetings, presentations, installing nodes and some other activities. &lt;br /&gt;
&lt;br /&gt;
One of those was the presentation Ermanno Pietrosemoli gave about his experience deploying [http://medialab-prado.es/article/wifi_para_largas_distancias_experiencias_practicas long distance wifi networks]&lt;br /&gt;
&lt;br /&gt;
I also took part creating the wifi network of the cultural center Matadero Madrid [http://redmine.realidadfutura.net/projects/show/hii-wifi wifi para centros culturales] and also start to recolect [http://guifi.mirocommunity.org/ Guifi.net Videos in Mirocommunity platform].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==GSoC2012==&lt;br /&gt;
* [[Usuario:Gabi/GSoC2012/Mejora backend nodos CNML |Semantic backend for community networks]]&lt;/div&gt;</summary>
		<author><name>Gabi</name></author>	</entry>

	<entry>
		<id>http://es.wiki.guifi.net/wiki/Usuario:Gabi/GSoC2012/Mejora_backend_nodos_CNML</id>
		<title>Usuario:Gabi/GSoC2012/Mejora backend nodos CNML</title>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/wiki/Usuario:Gabi/GSoC2012/Mejora_backend_nodos_CNML"/>
				<updated>2012-04-06T07:16:39Z</updated>
		
		<summary type="html">&lt;p&gt;Gabi: Página creada con «=Introduction=  My proposal wants to improve the backend information model of community based telecommunications networks. This would provide better ways to organize, share...»&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
My proposal wants to improve the backend information model of community based telecommunications networks.&lt;br /&gt;
This would provide better ways to organize, share and use the information and align their infrastructure to the principles of open data.&lt;br /&gt;
&lt;br /&gt;
Community based telecommunications networks such as Freifunk, WlanSlovenija, AWMN and Guifi.net are growing steadily.&lt;br /&gt;
Their underlying ideas are strongly based on open source philosophy. They share similar common values and practices, such as to lower with the digital divide and the barriers to access information. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
There are many tasks that people participating in such networks have to do  such as finding potential nodes to connect to, searching available services in the net, monitoring network status, and many others. It is important that the information of the network is available to tackle this tasks, furthermore, it is better if the information is well organize in accessible formats that could be used to build applications on top.&lt;br /&gt;
&lt;br /&gt;
At the bottom layer open routing and network protocols ensure interoperability among networks making it possible for machines to communicate with&lt;br /&gt;
each other, but the standards for sharing information of higher layers are more recent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the information perspective we find two problems.&lt;br /&gt;
&lt;br /&gt;
Each network stores it´s own information using it´s own data model, describing different aspects of it that are considered important.&lt;br /&gt;
&lt;br /&gt;
Fortunatly they joined efforts to develope a standar called CNML (Community Network Markup Language), and some of them such as Guifi.net&lt;br /&gt;
&lt;br /&gt;
This standar has been implemented in some networks, such as [http://es.wiki.guifi.net/wiki/CNML Guifi.net] (spanish), and others libre [http://wiki.freifunk.net/CNML Freifunk] are working on it [3].&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
Each of them stores information in their database making sometimes dificult to access directly to that information, end up looking like 'data silo'.&lt;br /&gt;
&lt;br /&gt;
This is the main part of my propossal. It involves to migrate the actual Community Network Mark Up Language (CNML) based on XML to an ontology based model based on RDF/OWL and a triplestore such as Virtuoso or Sesame.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project goals=&lt;br /&gt;
&lt;br /&gt;
* Setup a Protege server for collaborative ontology definition, so other people could also take part and use it in the future. Possibly on Guifi servers.&lt;br /&gt;
&lt;br /&gt;
* Design an ontology based in CNML and generate and output in one or more of this formats RDF/OWL/Turtle.&lt;br /&gt;
&lt;br /&gt;
* Populate the ontology with Guifi.net CNML information.&lt;br /&gt;
&lt;br /&gt;
* Propose and install an infrastructure to run the semantic backend. &lt;br /&gt;
&lt;br /&gt;
* Create queries so it would be possible to retrieve data from the triplestore. &lt;br /&gt;
&lt;br /&gt;
* Document the process so people at other community networks could see the solution and follow similar steps.&lt;br /&gt;
&lt;br /&gt;
* Learn more about RDF/OWL/SPARQL!&lt;br /&gt;
&lt;br /&gt;
===Future developments===&lt;br /&gt;
&lt;br /&gt;
* Set up web services to access data.&lt;br /&gt;
&lt;br /&gt;
* Try some visualization, for example show [http://www.flickr.com/photos/19499961@N00/6195514766/in/photostream/ nodes on maps], [http://www.flickr.com/photos/19499961@N00/6172998854/in/photostream google earth] and also using processing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Implementation=&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To set up the server for collaborative ontology definition I would install a Protege server with the collaborative plugin, so it could be used by people in different locations. &lt;br /&gt;
&lt;br /&gt;
I have experience setting up a Progete server with the collaboration plugin.&lt;br /&gt;
&lt;br /&gt;
Once the ontology is defined, the output of the first would be a RDF/OWL/Turtle file.&lt;br /&gt;
&lt;br /&gt;
I would them create the necessary scripts to populate the ontology with Guifi.net information. This would be done probably using Python.&lt;br /&gt;
&lt;br /&gt;
Some of the possible triplestores to consider could be Openlink Virtuoso or Sesame that has a good python integration.&lt;br /&gt;
&lt;br /&gt;
Queries would use SPARL. As an example a query could ask for all the nodes in a certain region, or for some specific services such as FTP or Voip servers.&lt;br /&gt;
&lt;br /&gt;
For the documentation it would be good to ask the rest of the people involved for the best place to write it down. &lt;br /&gt;
&lt;br /&gt;
Probably at [http://interop.wlan-si.net/wiki/ interop wiki].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project/proposal schedule=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
24-29 April:    Hello World! Identify people involved in CNML specification definition and Guifi.net backend and tell them about the project. (I already started)&lt;br /&gt;
&lt;br /&gt;
Start documenting the project at [http://en.wiki.guifi.net/wiki/Main_Pagea Guifi.net wiki]. &lt;br /&gt;
&lt;br /&gt;
30 April-13 MayLearn more about ontology definition RDF and OWL. Start studying CNML specifications.&lt;br /&gt;
&lt;br /&gt;
14-21 MayRead about tripelstores to find the one that would fit best.&lt;br /&gt;
&lt;br /&gt;
22-27 MayChoose and install triplestore and other libraries that would be used.&lt;br /&gt;
&lt;br /&gt;
Set up a platform for building collaborative ontologies. Install Protege and collaborative extensions.&lt;br /&gt;
&lt;br /&gt;
28 May-8 JulyCreation of the ontology based on CNML standard. Ask mentor and other partners to give feedback, using collaborative Protege.&lt;br /&gt;
&lt;br /&gt;
10-22 JulySearch for methods to transform transform CNML information to RDF/OWL.&lt;br /&gt;
&lt;br /&gt;
Create the scripts, possibly in python, for the migration.&lt;br /&gt;
&lt;br /&gt;
23-29 July Load the data from Guifi.net nodes into the triplestore. Start to create some sparql queries examples.&lt;br /&gt;
&lt;br /&gt;
30-5  AugustContinue with the SPARQL queries.&lt;br /&gt;
&lt;br /&gt;
6-12  AugustTake a second look to documentation and maybe other nice features like visualizations with processing, kml exporting (open week for more fun and creativity :)&lt;br /&gt;
&lt;br /&gt;
13-19 AugustRest or finish work if necessary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=About me=&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
My name is Gabriel Lucas, I study computer science in the UC3M in Madrid and TUM in Munich. Now I am also working at [http://www.medialab-prado.es Medialab-Prado]-&lt;br /&gt;
&lt;br /&gt;
It is a very exciting place where I do different things like lead projects for the [https://www.google.es/search?gcx=w&amp;amp;client=ubuntu&amp;amp;channel=cs&amp;amp;q=fachada+digital&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;hl=es&amp;amp;tbm=isch&amp;amp;source=og&amp;amp;sa=N&amp;amp;tab=wi&amp;amp;ei=oIp-T7juBYek0QXL6pj6Bg&amp;amp;biw=1280&amp;amp;bih=664&amp;amp;sei=o4p-T_zFD4LG0QXM2-3zBg#um=1&amp;amp;hl=es&amp;amp;client=ubuntu&amp;amp;channel=cs&amp;amp;tbm=isch&amp;amp;sa=1&amp;amp;q=fachada+digital+medialab-prado&amp;amp;oq=fachada+digital+medialab-prado&amp;amp;aq=f&amp;amp;aqi=&amp;amp;aql=&amp;amp;gs_l=img.3...11983l14360l0l14617l15l15l0l14l0l0l83l83l1l1l0.frgbld.&amp;amp;pbx=1&amp;amp;fp=1&amp;amp;biw=1280&amp;amp;bih=664&amp;amp;bav=on.2,or.r_gc.r_pw.r_cp.r_qf.,cf.osb&amp;amp;cad=b digital façade] and research about different topics such as video streaming, open hardware, digital art, cultural center archives, licenses, or more philosophical themes as those around the concept of the commons.&lt;br /&gt;
&lt;br /&gt;
I have been involved also in a project to create a semantic archive for a medialab. &lt;br /&gt;
&lt;br /&gt;
Alejandro Martín and I started the group of [http://madrid.guifi.net/ Guifi.net Madrid].&lt;br /&gt;
&lt;br /&gt;
And also I started another group about open video called [http://videoframesh.wordpress.com/ Videoframesh].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Availability. &lt;br /&gt;
&lt;br /&gt;
How many hours per week can you spend working on this?&lt;br /&gt;
&lt;br /&gt;
I think I can work in the project around 15-20 hours a week.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What other obligations do you have this summer?&lt;br /&gt;
&lt;br /&gt;
I would have to work at Medialab-Prado too, it´s a full time job but pretty flexible. If I get selected I can arrange to have time for this project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How do you plan to continue with your project/proposal and within the wlan slovenija community after GSoC? &lt;br /&gt;
&lt;br /&gt;
Once the project is over we could propose wlan slovenija to also migrate their information the same way. That would be very nice in fact because we would be able to query both networks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Are you interested in doing some research in this field? &lt;br /&gt;
&lt;br /&gt;
My degree final project is about linked data and [http://www.flickr.com/photos/19499961@N00/6500087557/in/set-72157628389605205 network visualization] for the metro public transportation system of Madrid. I am working on it right now.&lt;br /&gt;
&lt;br /&gt;
I am interested in explaining to people how Internet works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Benefits to the Free Software Community, who would gain from your project?&lt;br /&gt;
&lt;br /&gt;
There are many benefits, the clear ones, information quality would improve providing better ways to use it to build any application on top of it.&lt;br /&gt;
&lt;br /&gt;
No more screen scrapping would be needed and let me give an example.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a [https://play.google.com/store/apps/details?id=es.catmobil.android.guifis&amp;amp;feature=search_result Guifi.net android application] to search for nodes. It superposes the nodes in the camera image so you know how to align the antenas.&lt;br /&gt;
&lt;br /&gt;
The problem of this app is that it takes the information from a GML file. The main developer is from Barcelona so the default GML file is the one from Barcelona.&lt;br /&gt;
&lt;br /&gt;
If you live anywhere else you should search for the URL of the place you life in. By supporting SPARQL queries this could be resolved so the user could choose,&lt;br /&gt;
&lt;br /&gt;
where he/she lives.&lt;br /&gt;
&lt;br /&gt;
By the way, fortunately Guifi.net exports GML and CNML files, if not screen scrapping would be needed.&lt;/div&gt;</summary>
		<author><name>Gabi</name></author>	</entry>

	<entry>
		<id>http://es.wiki.guifi.net/wiki/Summer_of_Code_2012</id>
		<title>Summer of Code 2012</title>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/wiki/Summer_of_Code_2012"/>
				<updated>2012-03-05T11:12:23Z</updated>
		
		<summary type="html">&lt;p&gt;Gabi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Propuesta para presentar la Fundación Guifi.net como participante en el '''Google Summer of Code 2012'''.&lt;br /&gt;
&lt;br /&gt;
[https://lists.guifi.net/pipermail/guifi-projecte/2012-January/000815.html Inicio de la discusión en la lista de correo guifi-projecte]&lt;br /&gt;
&lt;br /&gt;
La alemana [[Freifunk]] lleva varios años participando con éxito. En 2009 consiguió plazas para 10, en 2010 para 8 y en 2011 para 9 [https://google-melange.appspot.com/org/show/google/gsoc2010/freifunk] [https://google-melange.appspot.com/org/show/google/gsoc2011/freifunk].&lt;br /&gt;
&lt;br /&gt;
 '''IMPORTANTE: La fecha para presentar organizaciones es del 27 de febrero al 9 de marzo'''[http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/faqs#timeline].&lt;br /&gt;
 '''Aún podemos añadir propuestas, pero necesitamos mentores urgentemente.'''&lt;br /&gt;
 '''¡Si conoces a algún interesado, coméntaselo y apúntalo :-D!'''&lt;br /&gt;
&lt;br /&gt;
== Información básica ==&lt;br /&gt;
* Summer of Code wiki: http://code.google.com/p/google-summer-of-code/wiki/WikiStart&lt;br /&gt;
* Sitio web Summer of Code 2012: http://www.google-melange.com/gsoc/homepage/google/gsoc2012&lt;br /&gt;
* FAQ Summer of Code 2012: http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/faqs&lt;br /&gt;
* Mentors Guide: http://en.flossmanuals.net/GSoCMentoring/&lt;br /&gt;
* Welcome to the Advice for GSoC Students Page https://code.google.com/p/google-summer-of-code/wiki/AdviceforStudents&lt;br /&gt;
&lt;br /&gt;
== Ideas de proyectos ==&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Añadir soporte de nodos híbridos&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Terminar la implementación del unsolclick para nodos híbridos en el módulo Drupal de Guifi.net&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|?]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Soporte para el despliegue de fibra óptica&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Se necesita una aplicación capaz de almacenar la información de la infraestructura (canalizaciones, arquetas, postes, ...), de los cables de fibra óptica y las cajas de conexiones que se ubican en la infraestructura y de las fibras que hay en el interior de los cables y las conexiones entre ellas o a equipos.&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Internacionalización del backend de datos de nodos&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:Gabi|Gabriel Lucas]]&lt;br /&gt;
| goal = Es necesario de cara a la expansión internacional y la union con otras comunidades que la base de datos de guifi sea compatible con la de las otras comunidades. Parte de este trabajo ya se ha echo http://interop.wlan-si.net/ y se trataria que  todas las aplicaciones de guifi.net funcionaran con este esquema&lt;br /&gt;
| application = [[User:Gabi/GSoC2012/Mejora_backend_nodos_CNML|Desarrollando la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Explorador de archivos [[CNML]]&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:Pablog|Pablo Castellano]]&lt;br /&gt;
| goal = El formato de ficheros [[CNML]] guarda información sobre los nodos de la red Guifi.net, como sus coordenadas, su hardware o enlaces con otros nodos. A día de hoy no contamos con una aplicación de escritorio que permita extraer, consultar y visualizar estos datos. El objetivo es desarrollar dicha aplicación, que permitiría consultar la topografía de la red de Guifi.net sin tener conexión a internet.&lt;br /&gt;
| application = [[User:Pablog/GSoC2012/CNML_Explorer|Propuesta de CNML Explorer]]&lt;br /&gt;
| status = [[User:Pablog/GSoC2012/Estado|Propuesta redactada]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Migración de contenido de Guifi.net de Drupal a este Mediawiki&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:Pablog|Pablo Castellano]]&lt;br /&gt;
| goal = Categorizar los contenidos que hay actualmente en Drupal y migrar a un wiki lo que se considere interesante. Se deberá desarrollar una herramienta para automatizar este proceso, que también podría servir a otras comunidades de usuarios. El objetivo es disponer de toda la información, como tutoriales, sobre un wiki para que sea más sencillo de consultar y mantener colaborativamente.&lt;br /&gt;
| application = [[User:Pablog/GSoC2012/Migracion_a_Mediawiki|Desarrollando la propuesta]]&lt;br /&gt;
| status = [[User:Pablog/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Guifi-proxy + coordenadas GPS&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Añadir campo de ubicación GPS en el fichero de exportación de proxys en la web de guifi y soporte de GPS para el plugin de firefox guifi-proxy, además del desarrollo del plugin guifi-proxy para otros navegadores como chrome/chromium, IE, safari, opera&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Aplicación guifi-proxy android&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Creación de una aplicacion descargable desde el market para acceder a los proxys de guifi de la zona geográfica a la que te encuentras&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Aplicación guifi-proxy iphone&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Creación de una aplicacion descargable desde el market para acceder a los proxys de guifi de la zona geográfica a la que te encuentras&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Mejora plataforma giss.tv&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:Gabi|Gabriel Lucas]]&lt;br /&gt;
| goal = Mejora de la plataforma giss.tv para permitir stream dentro de guifi y fuera. Giss.tv es un sistema de streaming distribuido (proponer a eve + siroco).&lt;br /&gt;
| application = [[User:Gabi/GSoC2012/Mejora_Streaming|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Alta de nuevo hardware&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:Albir|Albert Sarlé]]&lt;br /&gt;
| goal = Aplicación para añadir nuevos dispositivos en la web de guifi. Se permitirá mediante un formulario añadir nuevo material y la definición de los campos para la generación de 1solclick&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = qMp para la comunidad&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = adaptación de qMp para la comunidad guifi, fusión de la red mesh con la red infraestructura y alta mediante IP de guifi&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Guifi-tv&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Plataforma de visualización de contenidos en televisores.&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Guifi.net VoIP&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Mejora del módulo de VoIP desarrollado por los valencianos para configurar proveedores de VoIP desde la propia web de guifi y control de usuarios.&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Enlaces ópticos&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Desarrollo de enlaces ópticos con leds o laser free-space optics (FSO) de bajo coste.&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = [[:Categoría:Telefonía móvil|Telefonía móvil libre sobre Guifi.net]]&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo|Se busca estudiante]]&lt;br /&gt;
| goal = Dar conectividad móvil a través de los protocolos WiFi a terminales móviles como teléfonos con WiFi. Si guifi.net se ha convertido en una alternativa autogestionada a las ADSL domésticas y empresariales, el propósito es que se convierta también en una alternativa a las conexiones 3G, HDSPA y a las llamadas de móviles. El proyecto de desarrollo incluye dos partes:&lt;br /&gt;
# el desarrollo de la adaptación del software para los dispotivios móviles para hacerlos funcionar en modo ad-hoc con los [[protocolos de enrutamiento dinámico]] [[BMX]] y otros&lt;br /&gt;
# el desarrollo de la adpatación de servidores de [[VoIP]] que permitan la comunicación entre llamadas.&lt;br /&gt;
| application = [[:Categoría:Telefonía móvil|Desarrollando la propuesta]]&lt;br /&gt;
| status = [[:Categoría:Telefonía móvil/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Alternativas libres dentro de Guifi.net de cada uno de los servicios del propio Google Inc. ;)&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo|Se busca estudiante]]&lt;br /&gt;
| goal = Ayudar en los desarrrollos  existentes y desarrollar nuevas instalaciones dentro de la red de Guifi.net de alternativas usables a los servicios más populares de internet como microblogging, video on-line, red social, galería de imágenes, etcétera,...&lt;br /&gt;
| application = [[:Categoría:Telefonía móvil|Desarrollando la propuesta]]&lt;br /&gt;
| status = [[User:Pablog/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
''Añade aquí tu idea usando la plantilla [[Template:GSoC project|GSoC project]]...''&lt;br /&gt;
&lt;br /&gt;
== Mentores ==&lt;br /&gt;
* ''Añade aquí tu nombre...''&lt;br /&gt;
&lt;br /&gt;
== Estudiantes ==&lt;br /&gt;
* [[User:Pablog|Pablo Castellano]]&lt;br /&gt;
* [[User:Albir|Albert Sarlé]]&lt;br /&gt;
* [[User:Gabi|Gabriel Lucas]]&lt;br /&gt;
* ''Añade aquí tu nombre...''&lt;br /&gt;
&lt;br /&gt;
== Enlaces externos ==&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Google_Summer_of_Code GSoC en Wikipedia]&lt;br /&gt;
* [http://teom.wordpress.com/category/kde/gsoc2012/ How to write a kick-ass proposal for Google Summer of Code]&lt;br /&gt;
&lt;br /&gt;
[[Categoría:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Gabi</name></author>	</entry>

	<entry>
		<id>http://es.wiki.guifi.net/wiki/Archivo:Madrid_logo_guifi.png</id>
		<title>Archivo:Madrid logo guifi.png</title>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/wiki/Archivo:Madrid_logo_guifi.png"/>
				<updated>2012-03-01T00:54:04Z</updated>
		
		<summary type="html">&lt;p&gt;Gabi: Logotipo de la comunidad guifi.net en Madrid&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Logotipo de la comunidad guifi.net en Madrid&lt;/div&gt;</summary>
		<author><name>Gabi</name></author>	</entry>

	<entry>
		<id>http://es.wiki.guifi.net/wiki/Summer_of_Code_2012</id>
		<title>Summer of Code 2012</title>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/wiki/Summer_of_Code_2012"/>
				<updated>2012-03-01T00:20:34Z</updated>
		
		<summary type="html">&lt;p&gt;Gabi: /* Estudiantes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Propuesta para presentar la Fundación Guifi.net como participante en el '''Google Summer of Code 2012'''.&lt;br /&gt;
&lt;br /&gt;
[https://lists.guifi.net/pipermail/guifi-projecte/2012-January/000815.html Inicio de la discusión en la lista de correo guifi-projecte]&lt;br /&gt;
&lt;br /&gt;
 '''IMPORTANTE: La fecha para presentar organizaciones es del 27 de febrero al 9 de marzo'''[http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/faqs#timeline].&lt;br /&gt;
 '''Aún podemos añadir propuestas, pero necesitamos mentores urgentemente.'''&lt;br /&gt;
 '''¡Si conoces a algún interesado, coméntaselo y apúntalo :-D!'''&lt;br /&gt;
&lt;br /&gt;
== Información básica ==&lt;br /&gt;
* Summer of Code wiki: http://code.google.com/p/google-summer-of-code/wiki/WikiStart&lt;br /&gt;
* Sitio web Summer of Code 2012: http://www.google-melange.com/gsoc/homepage/google/gsoc2012&lt;br /&gt;
* FAQ Summer of Code 2012: http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/faqs&lt;br /&gt;
* Mentors Guide: http://en.flossmanuals.net/GSoCMentoring/&lt;br /&gt;
* Welcome to the Advice for GSoC Students Page https://code.google.com/p/google-summer-of-code/wiki/AdviceforStudents&lt;br /&gt;
&lt;br /&gt;
== Ideas de proyectos ==&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Añadir soporte de nodos híbridos&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Terminar la implementación del unsolclick para nodos híbridos en el módulo Drupal de Guifi.net&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|?]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Soporte para el despliegue de fibra óptica&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Se necesita una aplicación capaz de almacenar la información de la infraestructura (canalizaciones, arquetas, postes, ...), de los cables de fibra óptica y las cajas de conexiones que se ubican en la infraestructura y de las fibras que hay en el interior de los cables y las conexiones entre ellas o a equipos.&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Internacionalización del backend de datos de nodos&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Es necesario de cara a la expansión internacional y la union con otras comunidades que la base de datos de guifi sea compatible con la de las otras comunidades. Parte de este trabajo ya se ha echo http://interop.wlan-si.net/ y se trataria que  todas las aplicaciones de guifi.net funcionaran con este esquema&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Explorador de archivos [[CNML]]&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:Pablog|Pablo Castellano]]&lt;br /&gt;
| goal = El formato de ficheros [[CNML]] guarda información sobre los nodos de la red Guifi.net, como sus coordenadas, su hardware o enlaces con otros nodos. A día de hoy no contamos con una aplicación de escritorio que permita extraer, consultar y visualizar estos datos. El objetivo es desarrollar dicha aplicación, que permitiría consultar la topografía de la red de Guifi.net sin tener conexión a internet.&lt;br /&gt;
| application = [[User:Pablog/GSoC2012/CNML_Explorer|Desarrollando la propuesta]]&lt;br /&gt;
| status = [[User:Pablog/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Migración de contenido de Guifi.net de Drupal a este Mediawiki&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:Pablog|Pablo Castellano]]&lt;br /&gt;
| goal = Categorizar los contenidos que hay actualmente en Drupal y migrar a un wiki lo que se considere interesante. Se deberá desarrollar una herramienta para automatizar este proceso, que también podría servir a otras comunidades de usuarios. El objetivo es disponer de toda la información, como tutoriales, sobre un wiki para que sea más sencillo de consultar y mantener colaborativamente.&lt;br /&gt;
| application = [[User:Pablog/GSoC2012/Migracion_a_Mediawiki|Desarrollando la propuesta]]&lt;br /&gt;
| status = [[User:Pablog/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Guifi-proxy + coordenadas GPS&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Añadir campo de ubicación GPS en el fichero de exportación de proxys en la web de guifi y soporte de GPS para el plugin de firefox guifi-proxy, además del desarrollo del plugin guifi-proxy para otros navegadores como chrome/chromium, IE, safari, opera&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Aplicación guifi-proxy android&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Creación de una aplicacion descargable desde el market para acceder a los proxys de guifi de la zona geográfica a la que te encuentras&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Aplicación guifi-proxy iphone&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Creación de una aplicacion descargable desde el market para acceder a los proxys de guifi de la zona geográfica a la que te encuentras&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Mejora plataforma giss.tv&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Mejora de la plataforma giss.tv para permitir stream dentro de guifi y fuera. Giss.tv es un sistema de streaming distribuido (proponer a eve + siroco).&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Alta de nuevo hardware&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:Albir|Albert Sarlé]]&lt;br /&gt;
| goal = Aplicación para añadir nuevos dispositivos en la web de guifi. Se permitirá mediante un formulario añadir nuevo material y la definición de los campos para la generación de 1solclick&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = qMp para la comunidad&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = adaptación de qMp para la comunidad guifi, fusión de la red mesh con la red infraestructura y alta mediante IP de guifi&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Guifi-tv&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Plataforma de visualización de contenidos en televisores.&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Guifi.net VoIP&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Mejora del módulo de VoIP desarrollado por los valencianos para configurar proveedores de VoIP desde la propia web de guifi y control de usuarios.&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Enlaces ópticos&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo1|Se busca estudiante]]&lt;br /&gt;
| goal = Desarrollo de enlaces ópticos con leds o laser free-space optics (FSO) de bajo coste.&lt;br /&gt;
| application = [[User:ejemplo1/GSoC2012/Propuesta|Enlace a la propuesta]]&lt;br /&gt;
| status = [[User:ejemplo1/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = [[:Categoría:Telefonía móvil|Telefonía móvil libre sobre Guifi.net]]&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo|Se busca estudiante]]&lt;br /&gt;
| goal = Dar conectividad móvil a través de los protocolos WiFi a terminales móviles como teléfonos con WiFi. Si guifi.net se ha convertido en una alternativa autogestionada a las ADSL domésticas y empresariales, el propósito es que se convierta también en una alternativa a las conexiones 3G, HDSPA y a las llamadas de móviles. El proyecto de desarrollo incluye dos partes:&lt;br /&gt;
# el desarrollo de la adaptación del software para los dispotivios móviles para hacerlos funcionar en modo ad-hoc con los [[protocolos de enrutamiento dinámico]] [[BMX]] y otros&lt;br /&gt;
# el desarrollo de la adpatación de servidores de [[VoIP]] que permitan la comunicación entre llamadas.&lt;br /&gt;
| application = [[:Categoría:Telefonía móvil|Desarrollando la propuesta]]&lt;br /&gt;
| status = [[:Categoría:Telefonía móvil/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GSoC project&lt;br /&gt;
| name = Alternativas libres dentro de Guifi.net de cada uno de los servicios del propio Google Inc. ;)&lt;br /&gt;
| mentor = [[User:ejemplo1|Se busca mentor]]&lt;br /&gt;
| student = [[User:ejemplo|Se busca estudiante]]&lt;br /&gt;
| goal = Ayudar en los desarrrollos  existentes y desarrollar nuevas instalaciones dentro de la red de Guifi.net de alternativas usables a los servicios más populares de internet como microblogging, video on-line, red social, galería de imágenes, etcétera,...&lt;br /&gt;
| application = [[:Categoría:Telefonía móvil|Desarrollando la propuesta]]&lt;br /&gt;
| status = [[User:Pablog/GSoC2012/Estado|?]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
''Añade aquí tu idea usando la plantilla [[Template:GSoC project|GSoC project]]...''&lt;br /&gt;
&lt;br /&gt;
== Mentores ==&lt;br /&gt;
* ''Añade aquí tu nombre...''&lt;br /&gt;
&lt;br /&gt;
== Estudiantes ==&lt;br /&gt;
* [[User:Pablog|Pablo Castellano]]&lt;br /&gt;
* [[User:Albir|Albert Sarlé]]&lt;br /&gt;
* [[User:Gabi|Gabriel Lucas]]&lt;br /&gt;
* ''Añade aquí tu nombre...''&lt;br /&gt;
&lt;br /&gt;
== Enlaces externos ==&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Google_Summer_of_Code GSoC en Wikipedia]&lt;br /&gt;
&lt;br /&gt;
[[Categoría:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Gabi</name></author>	</entry>

	</feed>