-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Boost ranking for people with multiple names (#196)
- Loading branch information
1 parent
88d87ea
commit 035fb59
Showing
8 changed files
with
84 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,9 @@ | |
{ | ||
"sigle": "KALEVALA", | ||
"id_unite": 11401 | ||
}, | ||
{ | ||
"sigle": "JAKKU", | ||
"id_unite": 11501 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -172,5 +172,30 @@ | |
"postOfficeBox": "Station Kryze", | ||
"postalAddress": "EPFL SO TV-4 KALEVALA $ Base Kryze (Bâtiment Kalevala) $ Station Kryze $ Castle Kryze" | ||
} | ||
}, | ||
{ | ||
"dn": "cn=Lor San Tekka,ou=jakku,ou=ep-7,ou=se,o=epfl,c=ch", | ||
"attributes": { | ||
"cn": ["Lor San Tekka", "San Tekka"], | ||
"sn": "San Tekka", | ||
"givenName": "Lor", | ||
"displayName": "Lor San Tekka", | ||
"uniqueIdentifier": "670007", | ||
"mail": "[email protected]", | ||
"objectClass": "Person", | ||
"roomNumber": "Jakku 316", | ||
"telephoneNumber": "+41 21 1234567", | ||
"EPFLAccredOrder": "1", | ||
"description": "Explorateur", | ||
"description;lang-en": "Explorer", | ||
"ou": [ | ||
"JAKKU", | ||
"Jakku était une planète désertique isolée située dans le système Jakku, dans les confins occidentaux de la bordure intérieure de la galaxie." | ||
], | ||
"ou;lang-en": "Jakku was a remote desert planet located in the Jakku system, within the Western Reaches of the galaxy's Inner Rim.", | ||
"postalCode": "JA-1468", | ||
"postOfficeBox": "Station 316", | ||
"postalAddress": "EPFL SE EP-7 JAKKU $ Jakku 316 $ Station 316 $ JA-316" | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"sciper": "670007", | ||
"rank": 0, | ||
"name": "San Tekka", | ||
"firstname": "Lor", | ||
"email": "[email protected]", | ||
"accreds": [ | ||
{ | ||
"phoneList": ["+41211234567"], | ||
"officeList": ["Jakku 316"], | ||
"path": "EPFL/SE/EP-7/JAKKU", | ||
"acronym": "JAKKU", | ||
"order": 1, | ||
"position": "Explorateur", | ||
"name": "Jakku était une planète désertique isolée située dans le système Jakku, dans les confins occidentaux de la bordure intérieure de la galaxie.", | ||
"rank": 0, | ||
"code": 11501 | ||
} | ||
], | ||
"profile": "lor.san.tekka" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters