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
project:interest_finder [2015/09/04 16:35] martin_pecproject:interest_finder [2018/11/13 14:47] (current) – [Data] alicesmith
Line 5: Line 5:
 From name as input (may be a candidate, deputy or supposed lobbysts) , we are trying to create a search engine based on Zefix (commercial registry / registre du commerce). The results will be the company  he's part of and the domain of interest.  From name as input (may be a candidate, deputy or supposed lobbysts) , we are trying to create a search engine based on Zefix (commercial registry / registre du commerce). The results will be the company  he's part of and the domain of interest. 
  
-After that  +After that result can be compared with the official interest registry and checked if everything is declared (only for deputies) 
-result can be compared with the official interest registry and checked if everything is declared (only for deputies) +
 Also, results will be vizualized via a map or different analysis axis. Also, results will be vizualized via a map or different analysis axis.
  
  
-Include links to your demo and/or source code.+Finally, we used Monetas.ch as data source because Zefix doesn't retrieve the NOGA code. NOGA code is a company classification. First two digits of this code tells what are the activity of the company. So this 2 digits code can categorize more precisely the domain of interes of wach candidates.  
 + 
 +Results of each searches are scraped. Purpose after that is to retrieve NOGA code for each companies. 
 + 
 +Another axis of our study is to analyze the data from accreditation for the federal assembly. This is based on the declaration made in 2011.  
 + 
 + 
 +===== Difficulties encountered =====  
 + 
 +  * Zefix is not complete for our study 
 +  * Monetas.ch doesn't have API (=> scraping)  
 +  * Lot of homonyms (real homonyms or someone that move from one canton to another) 
 +  * Some companies have several NOGA codes so you'll have to choose one  
 +  * Some NOGA codes are not precise such as "Association" , "Economic activities" 
 + 
 + ===== Assumptions made =====  
 +For data visualisation :  
 +  * Young parties are those starting with J.... 
 +  * Accreditated people may have since 4 years. 
 + 
 + 
 +Public prototype is here :  
 + 
 +http://interestfinder.pythonanywhere.com/ 
 + 
 +https://public.tableau.com/views/Book1_4777/Quisontlescandidats?:embed=y&:display_count=yes&:showTabs=y 
 + 
 + 
 +===== Data ===== 
 + 
 +  * http://www.bfs.admin.ch/bfs/portal/fr/index/news/publikationen.html?publicationID=3223 => NOGA Codification 
 +  * Candidate lists => SmartVote 
 +  * Accredidated people in Bern => http://www.parlament.ch/d/organe-mitglieder/staenderat/Documents/zutrittsberechtigte-sr.pdf 
 + 
 + 
 + 
 +===== Team ===== 
 + 
 +  * [[user:poog]] 
 +  * Roland 
 +  * Nicolas 
 +  * Stefano 
 +  * Martin 
 +  * Olivier 
 +  * Hicham 
 + 
 +===== Links ===== 
 + 
 +http://tools.letemps.ch/zefix/ => Search engine 
 + 
 + 
 +Tableau Public => Visulisation des datas 
 + 
 +MongoLab / python => BackEnd / moteur de recherche 
 + 
 + 
  
 ===== Additional findings ===== ===== Additional findings =====
Line 21: Line 76:
 Overall: Overall:
 (obs=127) (obs=127)
- 
-             | bill_m~e int_mode 
--------------+------------------ 
    bill_mode |   1.0000    bill_mode |   1.0000
     int_mode |   0.1936   1.0000     int_mode |   0.1936   1.0000
Line 30: Line 82:
 SVP: SVP:
 (obs=36) (obs=36)
- 
-             | bill_m~e int_mode 
--------------+------------------ 
    bill_mode |   1.0000    bill_mode |   1.0000
     int_mode |   0.2538   1.0000     int_mode |   0.2538   1.0000
Line 39: Line 88:
 SP: SP:
 (obs=31) (obs=31)
- 
-             | bill_m~e int_mode 
--------------+------------------ 
    bill_mode |   1.0000    bill_mode |   1.0000
     int_mode |   0.1451   1.0000     int_mode |   0.1451   1.0000
Line 48: Line 94:
 FDP-Lib: FDP-Lib:
 (obs=13) (obs=13)
- 
-             | bill_m~e int_mode 
--------------+------------------ 
    bill_mode |   1.0000    bill_mode |   1.0000
     int_mode |   0.4123   1.0000     int_mode |   0.4123   1.0000
Line 57: Line 100:
 BDP:  BDP: 
 (obs=6) (obs=6)
- 
-             | bill_m~e int_mode 
--------------+------------------ 
    bill_mode |   1.0000    bill_mode |   1.0000
     int_mode |   0.4747   1.0000     int_mode |   0.4747   1.0000
Line 66: Line 106:
 GPS:  GPS: 
 (obs=10) (obs=10)
- 
-             | bill_m~e int_mode 
--------------+------------------ 
    bill_mode |   1.0000    bill_mode |   1.0000
     int_mode |   0.1006   1.0000     int_mode |   0.1006   1.0000
Line 75: Line 112:
 CVP: CVP:
 (obs=19) (obs=19)
- 
-             | bill_m~e int_mode 
--------------+------------------ 
    bill_mode |   1.0000    bill_mode |   1.0000
     int_mode |   0.0089   1.0000     int_mode |   0.0089   1.0000
  
 Martin Péclat and Stefano Puddu, University of Neuchatel Martin Péclat and Stefano Puddu, University of Neuchatel
-for additional information about our research:  
-http://www.stefanopuddu.com/#!research/c46c 
-https://ideas.repec.org/p/irn/wpaper/15-09.html 
-https://ideas.repec.org/p/irn/wpaper/15-04.html 
  
-===== Data =====+For additional information about our research: 
  
-  * List and link your actual and ideal data sources.+http://www.stefanopuddu.com/#!research/c46c
  
-===== Team ===== +https://ideas.repec.org/p/irn/wpaper/15-09.html
- +
-  * [[user:poog]] +
-  * Roland +
-  * Nicolas +
-  * Stefano +
-  * Martin +
-  * Olivier +
- +
-===== Links ===== +
- +
-http://tools.letemps.ch/zefix=> Search engine +
- +
-http://www.bfs.admin.ch/bfs/portal/fr/index/news/publikationen.html?publicationID=3223 => NOGA Codification +
- +
-Candidate lists => SwissInfo +
- +
-Accredidated people at Bern => http://www.parlament.ch/d/organe-mitglieder/staenderat/Documents/zutrittsberechtigte-sr.pdf+
  
 +https://ideas.repec.org/p/irn/wpaper/15-04.html
  
  
      
-{{tag>status:concept needs:dev needs:design needs:data needs:expert}}+{{tag>status:concept needs:dev needs:design needs:data needs:expert elections}}
  • project/interest_finder.1441377333.txt.gz
  • Last modified: 2015/09/04 16:35
  • by martin_pec