gdc2016.greyc.fr rapport :   Visitez le site


  • Titre:icpr 2016 - gdc

    La description :icpr 2016 graph distance contest...

    Classement Alexa Global: # 271,296,Alexa Classement dans France est # 32,397

    Server:Apache/2.4.10 (Debia...

    L'adresse IP principale: 193.55.128.12,Votre serveur France,Caen ISP:Centre de Ressources Informatiques Universite de Caen  TLD:fr Code postal:fr

    Ce rapport est mis à jour en 12-Jun-2019

Created Date:2007-03-12
Changed Date:2017-08-18
Expires Date:2018-12-02

Données techniques du gdc2016.greyc.fr


Geo IP vous fournit comme la latitude, la longitude et l'ISP (Internet Service Provider) etc. informations. Notre service GeoIP a trouvé l'hôte gdc2016.greyc.fr.Actuellement, hébergé dans France et son fournisseur de services est Centre de Ressources Informatiques Universite de Caen .

Latitude: 49.185848236084
Longitude: -0.35912001132965
Pays: France (fr)
Ville: Caen
Région: Basse-Normandie
ISP: Centre de Ressources Informatiques Universite de Caen

the related websites

domaine Titre

Analyse d'en-tête HTTP


Les informations d'en-tête HTTP font partie du protocole HTTP que le navigateur d'un utilisateur envoie à appelé Apache/2.4.10 (Debian) contenant les détails de ce que le navigateur veut et acceptera de nouveau du serveur Web.

Date:Wed, 12 Jun 2019 10:55:46 GMT
Server:Apache/2.4.10 (Debian)
Last-Modified:Thu, 27 Apr 2017 10:33:24 GMT
ETag:"107e3-54e237c953428-gzip"
Accept-Ranges:bytes
Vary:Accept-Encoding
Content-Encoding:gzip
Content-Length:15818
Keep-Alive:timeout=5, max=100
Connection:Keep-Alive
Content-Type:text/html; charset=UTF-8

DNS

ipv4:IP:193.55.128.12
ASN:2200
OWNER:FR-RENATER Reseau National de telecommunications pour la Technologie, FR
Country:FR
cname:abraracourcix.info.unicaen.fr.

HtmlToText

-- -- toggle navigation ged computation description datasets evaluations prepare your method participants and methods results graph classif description datasets how to participate publications dates / inscriptions organizers icpr 2016 - graph distance contest measuring the dissimilarity between graphs is a key step in data analysis based on graph representations. this contest focusses on the definition and the computation of general dissimilarity measures through two challenges: challenge 1 : computation of the exact or an approximate graph edit distance challenge 2 : computation of a dissimilarity measure for graph classification different datasets are considered with symbolic or numerical attributes on both nodes and edges. methods submitted to challenge 1 can also be submitted to challenge 2. this contest is supported by the technical committee on graph-based representations in pattern recognition ( tc 15 ) of the international association of pattern recognition ( iapr ) news april 2017 results of challenge 1 submitted to a journal dec. 2016 icpr / results sept. 2016 submission deadline submissions number of methods - challenge 1: 8 - challenge 2: 2 description -- challenge 1 ged computation goal compute the exact or an approximate ged, for several pairs of graphs of several datasets , under the following constraints: running time limited to 30 seconds maximum for each pair of graphs edit costs are imposed for each dataset datasets are divided into two groups: tiny graphs (less than 10 nodes): selected such that the exact ged is known for all pairs of graphs small graphs (less than 30 nodes): selected such that the exact ged is known for some pairs of graphs larger graphs (less that 70 nodes): the exact ged is unknown evaluation methods are compared according to running time closeness to reference distances given two graphs, the reference distance can be: the exact ged computed by the a*-based method [ 1 ], if available (depends on the size of the graphs), or the smallest distance computed by methods tested in this challenge: obtained by the organizers with a*-based method [ 1 ], beam-search method [ 1 ], hungarian-based bipartite ged [ 2 ] obtained by the participants more information about evaluation . participation this challenge is open to any method based on the computation of edit paths: exact methods methods based on heuristics linear and quadratic programming approaches algorithms improving computational time, e.g. multi-threaded methods (using at most 4 threads) datasets three groups of datasets are considered. dataset #graphs mean #nodes mean degree min #nodes max #nodes node attributes edge attributes exact ged alkane 150 8.9 1.8 1 10 chemical symbol valence (bound type) 99.5467% acyclic 185 8.2 1.8 3 11 85.7595% pah 94 20.7 20.4 10 28 no mao 68 18.4 2.1 11 27 no cmu 111 30 30 30 - distance no for a finer analysis, each dataset of the second group is decomposed into several subsets of graphs having the same number of nodes, and one subset of graphs having different number of nodes. each subset is considered as a dataset. dataset #subsets #graphs / subset mean #nodes mean degree min #nodes max #nodes node attributes edge attributes exact ged muta 7 10 10 10 10 chemical symbol valence (bound type) no 20 20 20 30 30 30 40 40 40 50 50 50 60 60 60 70 70 70 10, 20, ..., 70 10 70 grec 4 10 5 5 5 x,y coordinate and type type 90% (100% soon) 10 10 10 15 15 15 20 20 20 5, 10, 15, ..., 20 5 20 other attributes can be found in the datasets. attributes listed here are those used in the challenge. see prepare your method for the expressions of the costs using these attributes. about these datasets all datasets are taken from existing benchmarks: pah, mao, alkane, acyclic are part of the greyc's chemistry dataset . grec, muta and cmu are part of gdr4ged [ 3 ]. grec and muta are subsets of the iam graph database repository , and cmu is a set of delaunay graphs computed from the house image sequence of the cmu/vasc image database . visit links for more information. download datasets adapted to the challenge: gdc-c1.tar.gz graph format : graph exchange language (gxl) a example of code is given for each cost function. -- evaluation for each dataset d (or subset), each set of cost parameters c and each method m, the distance is computed for all pairs of graphs. note that for cmu, each graph is compared with graphs representing the same image rotated at 10, 20, 30, 40, 50, 60, 70, 80, and 90 degrees only (see readme file in datasets). then, methods are compared according to the following metrics [ 3 ] computed for each triplet (d,c,m): mean deviation of the computed distances from the reference distances number of times the reference distance is found mean running time time/deviation score since running time is compared, your method needs to be executed on our computer. prepare your method given two graphs g1.gxl and g2.gxl, each encoding a graph, your program must: load the graphs and their attributes from the gxl files compute the distance based on edit operations print the following information on the standard output : opt_sol;time;node_match opt_sol is an integer: 0 (not found), 1 (found), 2 (don't know) time (in seconds) is the total running time of steps 1 and 2, printed with 8 digits after the comma node_match is a vector encoding substitutions and removals of nodes of g1 it is indexed by nodes of g1 in the order defined in the gxl file (attribute id ) for each node i of g1 node_match i = j if i is substituted by the node of g2 with index j , or node_match i = -1 if i is removed step 1 or 2 must include the computation of the costs. moreover, it cannot run more than 30 seconds, and no more than 4 threads can be used. since all graphs are simple, the full edit path can be easily reconstructed from this vector without any ambiguity. its total cost defines the value of the distance computed by your method. it cannot be less than the exact ged. we are in charge of the computation of the full edit path and the associated distance from node_match . example your program computes a distance in 0.5 seconds between a graph g1 with 4 nodes and a graph g2 with 5 nodes, with operations on nodes given by: substitutions 1->2 , 2->1 , 4->4 removal: node 3 of g1 insertions: nodes 4 and 5 of g2 and induced operations on edges. your method does not know if the distance is exact. your program must print: 2;0.50000000;2 1 -1 4 on the standard output. other operations are computed from this last information and from the graphs. programs we accept command-line programs for linux 64 bits (16gb ram, 4 quad-core amd opteron f 8350 2ghz): binaries, executable jar files source code in c, c++, java matlab scripts (with/out mex files, compiled or not) other languages may be possible on demand there are 3 types of pairs of attributes on nodes and edges, so you have to prepare 3 programs , as described below. 1. for symbolic graphs (alkane, acyclic, pah, mao, muta) 6 inputs node costs c node,sub , c node,del/ins edge costs c edge,sub , c edge,del/ins graphs as gxl files g1.gxl, g2.gxl myexec_symbolic c node,sub c node,del/ins c edge,sub c edge,del/ins g1.gxl g2.gxl with costs computed by myexec_symbolic as follows: dataset node attribute node costs edge attribute edge costs alkane chemical symbol (label) l c sub (u,v)=0 if l(u)=l(v) , c node,sub else c del/ins (u)=c node,del/ins for all node u valence (bound type) t c sub (a,b)=0 if t(a)=t(b) , c edge,sub else c del/ins (a)=c edge,del/ins for all edge a pah mao acyclic muta several values of parameters c node,sub , c node,del/ins , c edge,sub , c edge,del/ins are tested. 2. for grec dataset 2 inputs graphs as gxl files g1.gxl, g2.gxl myexec_grec g1.gxl g2.gxl with costs computed by myexec_grec as follows: grec dataset used attributes costs nodes (x,y) coordinates pos , and type (label) l c sub (u,v) 0.5*d euc (pos(u),pos(v)) if l(u)=l(v) (same labels) 90 else (different labels) c ins/del 45 edges type0 (string: line or a

Informations Whois


Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;

%%
%% This is the AFNIC Whois server.
%%
%% complete date format : DD/MM/YYYY
%% short date format : DD/MM
%% version : FRNIC-2.5
%%
%% Rights restricted by copyright.
%% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/
%%
%% Use '-h' option to obtain more information about this service.
%%
%% [2600:3c03:0000:0000:f03c:91ff:feae:779d REQUEST] >> greyc.fr
%%
%% RL Net [##########] - RL IP [#########.]
%%

domain: greyc.fr
status: ACTIVE
hold: NO
holder-c: CNDL191-FRNIC
admin-c: FJ4578-FRNIC
tech-c: GRST1-FRNIC
tech-c: VR4856-FRNIC
tech-c: DG1744-FRNIC
zone-c: NFC1-FRNIC
nsl-id: NSL65425-FRNIC
registrar: GIP RENATER
Expiry Date: 12/02/2018
created: 12/03/2007
last-update: 18/08/2017
source: FRNIC

ns-list: NSL65425-FRNIC
nserver: ns.greyc.fr [193.55.128.51 2001:660:7101::51]
nserver: ns2.greyc.fr [193.55.128.21 2001:660:7101::21]
source: FRNIC

registrar: GIP RENATER
type: Isp Option 1
address: 23-25 Rue Daviel
address: 75013 PARIS
country: FR
phone: +33 1 53 94 20 30
fax-no: +33 1 53 94 20 31
e-mail: domaine@renater.fr
website: http://www.renater.fr
anonymous: NO
registered: 01/01/1998
source: FRNIC

nic-hdl: CNDL191-FRNIC
type: ORGANIZATION
contact: CTRE NAT DE LA RECHERCHE SCIENTIFIQUE
address: CNRS - UMR 6072
address: Lab Greyc - Campus 2 - Sciences 3 - Cs 14032 - boulevard Maréchal Juin
address: 14032 Caen
country: FR
phone: +33 2 31 56 74 86
fax-no: +33 2 31 56 73 30
e-mail: dirgreyc@greyc.fr
registrar: GIP RENATER
changed: 18/08/2017 nic@nic.fr
anonymous: NO
obsoleted: NO
source: FRNIC

nic-hdl: FJ4578-FRNIC
type: PERSON
contact: Frederic Jurie
address: CNRS - UMR 6072 - GREYC
address: Campus 2 - Sciences 3 - Cs 14032 - 6 boulevard du Marechal Juin
address: 14032 Caen
country: FR
phone: +33 2 31 56 74 86
e-mail: dirgreyc@greyc.fr
registrar: GIP RENATER
changed: 18/08/2017 nic@nic.fr
anonymous: NO
obsoleted: NO
eligstatus: ok
eligdate: 18/08/2017 16:34:29
source: FRNIC

nic-hdl: GRST1-FRNIC
type: PERSON
contact: Gip Renater Support Technique Dns
address: GIP RENATER
address: 23-25, rue Daviel
address: 75013 Paris
country: FR
phone: +33 1 53 94 20 40
e-mail: support-dns@renater.fr
registrar: GIP RENATER
changed: 05/09/2017 nic@nic.fr
anonymous: NO
obsoleted: NO
source: FRNIC

nic-hdl: VR4856-FRNIC
type: PERSON
contact: Veronique Robert
address: CNRS - UMR 6072 - GREYC
address: Campus 2 - Sciences 3 - Cs 14032 - 6 boulevard du Marechal Juin
address: 14032 Caen
country: FR
phone: +33 2 31 56 73 92
e-mail: veronique.robert@unicaen.fr
registrar: GIP RENATER
changed: 18/08/2017 nic@nic.fr
anonymous: NO
obsoleted: NO
eligstatus: ok
eligdate: 18/08/2017 16:35:18
source: FRNIC

nic-hdl: DG1744-FRNIC
type: PERSON
contact: Davy Gigan
address: Laboratoire Greyc
address: Cnrs Umr 6072
address: Campus 2 - Sciences 3 - B.P. 5186
address: 6, boulevard du Marechal Juin
address: 14032 Caen
country: FR
phone: +33 2 31 56 73 38
fax-no: +33 2 31 56 73 30
e-mail: davy.gigan@unicaen.fr
registrar: GIP RENATER
changed: 02/04/2013 nic@nic.fr
anonymous: NO
obsoleted: NO
source: FRNIC


  REFERRER http://www.nic.fr

  REGISTRAR AFNIC

SERVERS

  SERVER fr.whois-servers.net

  ARGS greyc.fr

  PORT 43

  TYPE domain
RegrInfo
DISCLAIMER
%
% This is the AFNIC Whois server.
%
% complete date format : DD/MM/YYYY
% short date format : DD/MM
% version : FRNIC-2.5
%
% Rights restricted by copyright.
% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/
%
% Use '-h' option to obtain more information about this service.
%
% [2600:3c03:0000:0000:f03c:91ff:feae:779d REQUEST] >> greyc.fr
%
% RL Net [##########] - RL IP [#########.]
%

  REGISTERED yes

ADMIN

  HANDLE FJ4578-FRNIC

  TYPE PERSON

  CONTACT Frederic Jurie

ADDRESS
CNRS - UMR 6072 - GREYC
Campus 2 - Sciences 3 - Cs 14032 - 6 boulevard du Marechal Juin
14032 Caen

  COUNTRY FR

  PHONE +33 2 31 56 74 86

  EMAIL dirgreyc@greyc.fr

  SPONSOR GIP RENATER

  CHANGED 2017-08-18

  ANONYMOUS NO

  OBSOLETED NO

  ELIGSTATUS ok

  ELIGDATE 18/08/2017 16:34:29

  SOURCE FRNIC

TECH

  HANDLE DG1744-FRNIC

  TYPE PERSON

  CONTACT Davy Gigan

ADDRESS
Laboratoire Greyc
Cnrs Umr 6072
Campus 2 - Sciences 3 - B.P. 5186
6, boulevard du Marechal Juin
14032 Caen

  COUNTRY FR

  PHONE +33 2 31 56 73 38

  FAX +33 2 31 56 73 30

  EMAIL davy.gigan@unicaen.fr

  SPONSOR GIP RENATER

  CHANGED 2013-04-02

  ANONYMOUS NO

  OBSOLETED NO

  SOURCE FRNIC

OWNER

  HANDLE CNDL191-FRNIC

  TYPE ORGANIZATION

  CONTACT CTRE NAT DE LA RECHERCHE SCIENTIFIQUE

ADDRESS
CNRS - UMR 6072
Lab Greyc - Campus 2 - Sciences 3 - Cs 14032 - boulevard Maréchal Juin
14032 Caen

  COUNTRY FR

  PHONE +33 2 31 56 74 86

  FAX +33 2 31 56 73 30

  EMAIL dirgreyc@greyc.fr

  SPONSOR GIP RENATER

  CHANGED 2017-08-18

  ANONYMOUS NO

  OBSOLETED NO

  SOURCE FRNIC

DOMAIN

  STATUS ACTIVE

  HOLD NO

  SPONSOR GIP RENATER

  EXPIRY DATE 12/02/2018

  CREATED 2007-03-12

  CHANGED 2017-08-18

  SOURCE FRNIC

  HANDLE NSL65425-FRNIC

NSERVER

  NS.GREYC.FR 193.55.128.51

  NS2.GREYC.FR 193.55.128.21

  NAME greyc.fr

Go to top

Erreurs


La liste suivante vous montre les fautes d'orthographe possibles des internautes pour le site Web recherché.

  • www.ugdc2016.com
  • www.7gdc2016.com
  • www.hgdc2016.com
  • www.kgdc2016.com
  • www.jgdc2016.com
  • www.igdc2016.com
  • www.8gdc2016.com
  • www.ygdc2016.com
  • www.gdc2016ebc.com
  • www.gdc2016ebc.com
  • www.gdc20163bc.com
  • www.gdc2016wbc.com
  • www.gdc2016sbc.com
  • www.gdc2016#bc.com
  • www.gdc2016dbc.com
  • www.gdc2016fbc.com
  • www.gdc2016&bc.com
  • www.gdc2016rbc.com
  • www.urlw4ebc.com
  • www.gdc20164bc.com
  • www.gdc2016c.com
  • www.gdc2016bc.com
  • www.gdc2016vc.com
  • www.gdc2016vbc.com
  • www.gdc2016vc.com
  • www.gdc2016 c.com
  • www.gdc2016 bc.com
  • www.gdc2016 c.com
  • www.gdc2016gc.com
  • www.gdc2016gbc.com
  • www.gdc2016gc.com
  • www.gdc2016jc.com
  • www.gdc2016jbc.com
  • www.gdc2016jc.com
  • www.gdc2016nc.com
  • www.gdc2016nbc.com
  • www.gdc2016nc.com
  • www.gdc2016hc.com
  • www.gdc2016hbc.com
  • www.gdc2016hc.com
  • www.gdc2016.com
  • www.gdc2016c.com
  • www.gdc2016x.com
  • www.gdc2016xc.com
  • www.gdc2016x.com
  • www.gdc2016f.com
  • www.gdc2016fc.com
  • www.gdc2016f.com
  • www.gdc2016v.com
  • www.gdc2016vc.com
  • www.gdc2016v.com
  • www.gdc2016d.com
  • www.gdc2016dc.com
  • www.gdc2016d.com
  • www.gdc2016cb.com
  • www.gdc2016com
  • www.gdc2016..com
  • www.gdc2016/com
  • www.gdc2016/.com
  • www.gdc2016./com
  • www.gdc2016ncom
  • www.gdc2016n.com
  • www.gdc2016.ncom
  • www.gdc2016;com
  • www.gdc2016;.com
  • www.gdc2016.;com
  • www.gdc2016lcom
  • www.gdc2016l.com
  • www.gdc2016.lcom
  • www.gdc2016 com
  • www.gdc2016 .com
  • www.gdc2016. com
  • www.gdc2016,com
  • www.gdc2016,.com
  • www.gdc2016.,com
  • www.gdc2016mcom
  • www.gdc2016m.com
  • www.gdc2016.mcom
  • www.gdc2016.ccom
  • www.gdc2016.om
  • www.gdc2016.ccom
  • www.gdc2016.xom
  • www.gdc2016.xcom
  • www.gdc2016.cxom
  • www.gdc2016.fom
  • www.gdc2016.fcom
  • www.gdc2016.cfom
  • www.gdc2016.vom
  • www.gdc2016.vcom
  • www.gdc2016.cvom
  • www.gdc2016.dom
  • www.gdc2016.dcom
  • www.gdc2016.cdom
  • www.gdc2016c.om
  • www.gdc2016.cm
  • www.gdc2016.coom
  • www.gdc2016.cpm
  • www.gdc2016.cpom
  • www.gdc2016.copm
  • www.gdc2016.cim
  • www.gdc2016.ciom
  • www.gdc2016.coim
  • www.gdc2016.ckm
  • www.gdc2016.ckom
  • www.gdc2016.cokm
  • www.gdc2016.clm
  • www.gdc2016.clom
  • www.gdc2016.colm
  • www.gdc2016.c0m
  • www.gdc2016.c0om
  • www.gdc2016.co0m
  • www.gdc2016.c:m
  • www.gdc2016.c:om
  • www.gdc2016.co:m
  • www.gdc2016.c9m
  • www.gdc2016.c9om
  • www.gdc2016.co9m
  • www.gdc2016.ocm
  • www.gdc2016.co
  • gdc2016.greyc.frm
  • www.gdc2016.con
  • www.gdc2016.conm
  • gdc2016.greyc.frn
  • www.gdc2016.col
  • www.gdc2016.colm
  • gdc2016.greyc.frl
  • www.gdc2016.co
  • www.gdc2016.co m
  • gdc2016.greyc.fr
  • www.gdc2016.cok
  • www.gdc2016.cokm
  • gdc2016.greyc.frk
  • www.gdc2016.co,
  • www.gdc2016.co,m
  • gdc2016.greyc.fr,
  • www.gdc2016.coj
  • www.gdc2016.cojm
  • gdc2016.greyc.frj
  • www.gdc2016.cmo
 Afficher toutes les erreurs  Cacher toutes les erreurs