<div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Thanks Pierre - this has a lot of great analysis and use cases that DataLink can/should address. I think we will need to come up with a coherent design to add support for fragments and RESTful path elements to the current query param support - especially since they can in principle all play together (eg in VOSpace one uses both path and query params and that is a common pattern, you showed using query params and fragment, and I can easily see using path, query, and fragment making sense in some context).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I will try to condense this into a single github issue with reference to this mail thread. We can continue broad discussion here.</div><div class="gmail_default" style="font-size:small"><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div>--<br></div><div>Patrick Dowler<br></div>Canadian Astronomy Data Centre<br></div>Victoria, BC, Canada<br></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 15 Nov 2019 at 03:04, Pierre Fernique &lt;<a href="mailto:Pierre.Fernique@astro.unistra.fr">Pierre.Fernique@astro.unistra.fr</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    <p>Dear Datalink contributors and Apps members</p>
    <p><i>This is an open discussion concerning DATALINK vs LINK usage.</i><i><br>
      </i></p>
    <p><span lang="en"><span title="">I looked in detail at the <a href="https://wiki.ivoa.net/internal/IVOA/DataLink-1_0-Next/DataLink.pdf" target="_blank">new
            Datalink document</a> and I tried to evaluate the potential
          impact on the current use of the classic VOTable LINK.</span>
        <span title="">Specifically, I tried to write the
          VOTable corresponding to a basic Simbad result, containing two
          direct links, one to get the basic Simbad result page, the
          other to list the associated bib references (this is a
          real/live example since 18</span> <span title="">years
          - the expected result in Aladin is provided at the end of this
          mail).</span> <span title=""></span><br>
        <br>
        <span title="">Currently, I have to admit that I remain
          a little bit dubious about the complexity of the Datalink
          solution to implement one or more direct simple links.</span><br>
        <span title="">In any case, here are the results of my effort:</span></span></p>
    <div>
      <div>
        <div><span lang="en"><b><span title="">1) Method using VOTable
                LINK (available from v1.0 and following), using
                templating convention ($ {columnName} ... described in
                VOTable appendices)</span></b><b><br>
            </b><b><br>
            </b><i><span title="">We can easily describe in one
                XML line the 4 essential elements of a link: 1-how is
                built the link, 2-where it must be placed, 3-what is its
                associated text, 4-what it will return.</span></i><i> </i><i><span title="">The knowledge of the links is placed at the
                beginning of the VOTable stream which will simplify the
                life of the clients</span></i></span></div>
      </div>
    </div>
    <div><br>
    </div>
    <p><tt>&lt;VOTABLE&gt;&lt;RESOURCE&gt;&lt;TABLE&gt;</tt><tt><br>
      </tt><tt>   &lt;FIELD ID=&quot;MAIN_ID&quot; name=&quot;MAIN_ID&quot;
        ucd=&quot;<a href="http://meta.id" target="_blank">meta.id</a>;meta.main&quot; datatype=&quot;char&quot; arraysize=&quot;*&quot;
        width=&quot;22&quot;&gt;</tt><tt><br>
      </tt><tt>      &lt;DESCRIPTION&gt;Main identifier for an
        object&lt;/DESCRIPTION&gt;</tt><tt><br>
      </tt><font color="#009900"><b><tt>      &lt;LINK
            contentType=&quot;text/html&quot;
            href=<a href="http://simbad.u-strasbg.fr/simbad/sim-id?Ident=$%7BMAIN_ID%7D&amp;NbIdent=1" target="_blank">&quot;http://simbad.u-strasbg.fr/simbad/sim-id?Ident=${MAIN_ID}&amp;NbIdent=1&quot;</a>/&gt;</tt></b><b><tt><br>
          </tt></b></font><tt>   &lt;/FIELD&gt;</tt><tt><br>
      </tt><tt>   ...</tt><tt><br>
      </tt><tt>   &lt;FIELD ID=&quot;BIBLIST&quot; name=&quot;BIBLIST&quot; ucd=&quot;meta.bib&quot;
        datatype=&quot;short&quot; width=&quot;4&quot;&gt;</tt><tt><br>
      </tt><tt>       &lt;DESCRIPTION&gt;List of
        Bibcodes&lt;/DESCRIPTION&gt;</tt><tt><br>
      </tt><b><font color="#009900"><tt>       &lt;LINK </tt></font></b><b><font color="#009900"><tt><font color="#009900"><b><tt>contentType=&quot;text/html&quot;
                  title</tt></b></font></tt></font></b><b><font color="#009900"><tt><font color="#009900"><b><tt><font color="#009900"><b><tt>=&quot;${BIBLIST} references for
                        ${MAIN_ID}&quot;<br>
                      </tt></b></font>             </tt></b></font>href=<a href="http://simbad.u-strasbg.fr/simbad/sim-id?bibdisplay=refsum&amp;Ident=$%7BMAIN_ID%7D#lab_bib" target="_blank">&quot;http://simbad.u-strasbg.fr/simbad/sim-id?bibdisplay=refsum&amp;Ident=${MAIN_ID}#lab_bib&quot;</a>/&gt;</tt><tt><br>
          </tt></font></b><tt>   &lt;/FIELD&gt;</tt><tt><br>
      </tt><tt>...</tt><tt><br>
      </tt><tt>&lt;DATA&gt;&lt;TABLEDATA&gt;</tt><tt><br>
      </tt><tt>   &lt;TR&gt;</tt><tt><br>
      </tt><tt>      &lt;TD&gt;[VV98] J084822.3+274553&lt;/TD&gt;</tt><tt><br>
      </tt><tt>      ...</tt><tt><br>
      </tt><tt>      &lt;&lt;TD&gt;19&lt;/TD&gt;</tt><tt><br>
      </tt><tt>   &lt;/TR&gt;</tt><tt><br>
      </tt><tt>   ...</tt><tt><br>
      </tt><tt>&lt;/TABLEDATA&gt;&lt;/DATA&gt;&lt;/RESOURCE&gt;&lt;/VOTABLE&gt;</tt><tt><br>
      </tt></p>
    <p><br>
      <b><span lang="en"><span title="">2) The same thing expressed in Datalink
            1.1</span></span></b><span lang="en"><span title=""> (templating
          alternative discussed in Datalink author groups (see <a href="https://github.com/ivoa-std/datalink/" target="_blank">Datalink github</a>)
          is presented below)</span></span><b><span lang="en"></span></b><span lang="en"><span title=""></span></span><b><span lang="en"><br>
        </span></b></p>
    <p><b><span lang="en"></span></b><i><span lang="en"><span title="">We can describe via additional RESOURCES one or
            more links: 1-we know how to build it but with limitations
            (everything before the ? is constant and only key=value
            parameters are possible), 2- <font color="#ff0000">we</font></span><font color="#ff0000"> </font><span title=""><font color="#ff0000">do not know where the link should be
              placed (on which column)</font>, 3- we can describe the
            associated text, 4- we can describe the type of data
            returned.</span> <span title="">The knowledge of the links
            is given <font color="#ff0000">at the end of the stream </font>which
            can/will force the client to buffer.</span> <span title="">Finally
            the client must check that these services descriptors do not
            use a VO standardID or multiple choice parameters (OPTION).</span></span></i><i>
      </i></p>
    <i> </i>
    <p><tt>&lt;VOTABLE&gt;<b><font color="#009900">&lt;RESOURCE&gt;</font></b>&lt;RESOURCE
      </tt><tt><font color="#009900"><b>type=&quot;result&quot;</b></font></tt><tt>&gt;&lt;TABLE&gt;</tt><tt><br>
      </tt><tt>   &lt;FIELD ID=&quot;MAIN_ID&quot; name=&quot;MAIN_ID&quot;
        ucd=&quot;<a href="http://meta.id" target="_blank">meta.id</a>;meta.main&quot; datatype=&quot;char&quot; arraysize=&quot;*&quot;
        width=&quot;22&quot;&gt;</tt><tt><br>
      </tt><tt>      &lt;DESCRIPTION&gt;Main identifier for an
        object&lt;/DESCRIPTION&gt;</tt><tt><br>
      </tt><tt>   &lt;/FIELD&gt;</tt><tt><br>
      </tt><tt>   ...</tt><tt><br>
      </tt><tt>   &lt;FIELD ID=&quot;BIBLIST&quot; name=&quot;BIBLIST&quot; ucd=&quot;meta.bib&quot;
        datatype=&quot;short&quot; width=&quot;4&quot;&gt;</tt><tt><br>
      </tt><tt>       &lt;DESCRIPTION&gt;List of
        Bibcodes&lt;/DESCRIPTION&gt;</tt><tt><br>
      </tt><tt>   &lt;/FIELD&gt;</tt><tt><br>
      </tt><tt>...</tt><tt><br>
      </tt><tt>&lt;DATA&gt;&lt;TABLEDATA&gt;</tt><tt><br>
      </tt><tt>   &lt;TR&gt;</tt><tt><br>
      </tt><tt>      &lt;TD&gt;[VV98] J084822.3+274553&lt;/TD&gt;</tt><tt><br>
      </tt><tt>      ...</tt><tt><br>
      </tt><tt>      &lt;&lt;TD&gt;19&lt;/TD&gt;</tt><tt><br>
      </tt><tt>   &lt;/TR&gt;</tt><tt><br>
      </tt><tt>   ...</tt><tt><br>
      </tt><tt>&lt;/TABLEDATA&gt;&lt;/DATA&gt;&lt;/RESOURCE&gt;</tt><tt><br>
      </tt><tt><br>
      </tt><font color="#009900"><tt>&lt;RESOURCE type=&quot;meta&quot;
          utype=&quot;adhoc:service&quot; name=&quot;SimbadMainPage&quot;&gt;</tt><tt><br>
        </tt><tt>   &lt;DESCRIPTION&gt;Link to Simbad main
          page&lt;/DESCRIPTION&gt;</tt><tt><br>
        </tt><tt>   &lt;PARAM name=&quot;accessURL&quot; datatype=&quot;char&quot;
          arraysize=&quot;*&quot; value=<a href="http://simbad.u-strasbg.fr/simbad/sim-id" target="_blank">&quot;http://simbad.u-strasbg.fr/simbad/sim-id&quot;</a>/&gt;</tt><tt><br>
        </tt><tt>   &lt;PARAM name=&quot;contentType&quot; datatype=&quot;char&quot;
          arraysize=&quot;*&quot; value=&quot;text/html&quot;/&gt;</tt><tt><br>
        </tt><tt>   &lt;GROUP name=&quot;inputParams&quot;&gt;</tt><tt><br>
        </tt><tt>       &lt;PARAM name=&quot;Ident&quot; datatype=&quot;char&quot;
          arraysize=&quot;*&quot; ref=&quot;MAIN_ID&quot;/&gt;</tt><tt><br>
        </tt><tt><tt>       &lt;PARAM name=&quot;NbIdent&quot; datatype=&quot;char&quot;
            arraysize=&quot;*&quot; value=&quot;1&quot;/&gt;</tt><tt><br>
          </tt>   &lt;/GROUP&gt;</tt><tt><br>
        </tt><tt>&lt;/RESOURCE&gt;</tt></font></p>
    <p><font color="#009900"><tt>&lt;RESOURCE type=&quot;meta&quot;
          utype=&quot;adhoc:service&quot; name=&quot;SimbadBiblio&quot;&gt;</tt><tt><br>
        </tt><tt>   &lt;DESCRIPTION&gt;Link to Simbad
          biblio&lt;/DESCRIPTION&gt;</tt><tt><br>
        </tt><tt>   &lt;PARAM name=&quot;accessURL&quot; datatype=&quot;char&quot;
          arraysize=&quot;*&quot; value=<a href="http://simbad.u-strasbg.fr/simbad/sim-id" target="_blank">&quot;http://simbad.u-strasbg.fr/simbad/sim-id&quot;</a>/&gt;</tt><tt><br>
        </tt><tt>   &lt;PARAM name=&quot;contentType&quot; datatype=&quot;char&quot;
          arraysize=&quot;*&quot; value=&quot;text/html&quot;/&gt;</tt><tt><br>
        </tt><tt>    &lt;GROUP name=&quot;inputParams&quot;&gt;</tt><tt><tt><br>
                   &lt;PARAM name=&quot;</tt></tt><tt><tt><b><tt>bibdisplay</tt></b>&quot;
            datatype=&quot;char&quot; arraysize=&quot;*&quot; value=&quot;</tt></tt><tt><tt><tt><tt><b><tt>refsum</tt></b></tt></tt>&quot;/&gt;</tt><tt><br>
          </tt></tt><tt>       &lt;PARAM name=&quot;Ident&quot; datatype=&quot;char&quot;
          arraysize=&quot;*&quot; ref=&quot;MAIN_ID&quot;/&gt;</tt><tt><br>
        </tt><tt><tt>       <font color="#ff0000">&lt;!-- Not possible
              to describe the end of the URL : </font></tt></tt><tt><font color="#ff0000"><tt><b><tt>#lab_bib</tt></b></tt></font><tt><font color="#ff0000">  --&gt;</font><br>
          </tt>    &lt;/GROUP&gt;</tt><tt><br>
        </tt><tt>&lt;/RESOURCE&gt;</tt></font></p>
    <p><tt><font color="#009900">&lt;/RESOURCE&gt;</font><br>
      </tt><tt>&lt;/VOTABLE&gt;</tt></p>
    <p><tt><br>
      </tt></p>
    <p>Or via the alternative templating possibility proposed in 1.1
      datalink discussion (only the last link description is provided -
      thanks to François Bonnarel for his help)<b><br>
      </b></p>
    <p><font color="#009900"><tt>...<br>
          &lt;RESOURCE type=&quot;meta&quot; utype=&quot;adhoc:service&quot;
          name=&quot;SimbadBiblio&quot;&gt;</tt><tt><br>
        </tt><tt>   &lt;DESCRIPTION&gt;Link to Simbad
          biblio&lt;/DESCRIPTION&gt;</tt><tt><br>
        </tt><tt>   &lt;PARAM name=&quot;accessURL&quot; datatype=&quot;char&quot;
          arraysize=&quot;*&quot; value=<a href="http://simbad.u-strasbg.fr/simbad/sim-id" target="_blank">&quot;http://simbad.u-strasbg.fr/simbad/sim-id&quot;</a>/&gt;</tt><tt><br>
        </tt><tt>   &lt;PARAM name=&quot;contentType&quot; datatype=&quot;char&quot;
          arraysize=&quot;*&quot; value=&quot;text/html&quot;/&gt;</tt><tt><br>
        </tt><tt>    &lt;GROUP name=&quot;inputParams&quot;&gt;</tt><tt><tt><br>
                   &lt;PARAM name=&quot;</tt></tt><tt><tt><b><tt>bibdisplay</tt></b>&quot;
            datatype=&quot;char&quot; arraysize=&quot;*&quot; value=&quot;</tt></tt><tt><tt><tt><tt><b><tt>refsum</tt></b></tt></tt>&quot;/&gt;</tt><tt><br>
          </tt></tt><tt>    &lt;/GROUP&gt;</tt><tt><br>
              &lt;GROUP name=&quot;endpoints&quot; &gt;<br>
                 &lt;PARAM name=&quot;identifier&quot; utype=&quot;template&quot;
          datatype=&quot;char&quot; arraysize=&quot;*&quot; </tt><tt><tt>ucd=&quot;meta.code&quot;
            value= &quot;Ident={?MAIN_ID*}#lab_bib /&gt;</tt></tt><tt><tt><br>
                &lt;/GROUP&gt;</tt></tt><tt><tt></tt><br>
        </tt></font><font color="#009900"><tt>&lt;/RESOURCE&gt;<br>
          ...<br>
        </tt></font></p>
    <font color="#009900"> </font>
    <p><span lang="en"><span title=""><br>
        </span></span></p>
    <p><span lang="en"><span title="">At the end,  and in the context of basic
          direct links, from a LINK solution in one code line without
          using any additional dedicated structure, we had to deploy a
          solution with additional RESOURCES, nested,  structured, 10 to
          15 times more verbose, but who can not do the job completely.
          There are two main issues in addition of the complexity :</span></span></p>
    <ul>
      <li><span lang="en"><span title="">There is no possibility in Datalink to say
            that this link in associated to this value of this row, on
            this other link to this other value. Datalink is only row
            oriented.</span></span></li>
      <li><span lang="en"><span title="">Datalink can only describe key=value
            parameters URL implying constant values for the root URL (no
            REST URLs for instance)<br>
          </span></span></li>
    </ul>
    <span lang="en"><span title="">My reaction is it will not be easy to sell this
        Datalink alternative, and the risk of writing/parsing errors
        will be proportionate to this complexity.</span></span><br>
    <span lang="en"></span>
    <p><span lang="en"><span title="">As far as I understood and after my exercise, <b>I
            would tend to think that Datalink can not/should not replace
            the use of basic LINK - with or without templating - and
            probably each method will keep its niche:</b></span><b>  </b><b><span title="">the basic LINK for direct links associated with the
            values of a column, the Datalink for lists of links with
            descriptions, SODA and more for each line result.</span></b>
        <span title="">I&#39;m afraid that if we do not keep the classic
          LINK usage, we&#39;ll just see Aladin Desktop&#39;s links disappear
          (as it was occured  for the NED results for example).</span></span></p>
    <p><span lang="en"><span title="">Feel free to react to this open discussion, maybe
          only is the DAL mailing list for avoiding dupplications.<br>
        </span></span></p>
    <p>Best regards<br>
      Pierre Fernique<br>
    </p>
    <p>---<br>
    </p>
    <p>PS. <span lang="en"><span title="">FYI, here is the list of clients and data providers
          who currently use - to my knowledge - the LINK (with or
          without templating).</span> <span title="">To my knowledge,
          none of them has had any inclination in these last 4 years to
          move to Datalink1.0 alternative for basic direct links</span>
        <span title="">(except Aladin Desktop).</span></span> </p>
    <p><b>Clients </b>(clearly CDS oriented)<b>:</b><b><br>
      </b></p>
    <ol>
      <li>   Aladin Desktop (Java)</li>
      <li>   CDS portal (JS)</li>
      <li>   Simbad Simplay (Flash)<br>
      </li>
    </ol>
    <p><b>Data base services using VOTable LINK facility with templating
        (${columnName} variables in the LINK URL template)</b><b><br>
      </b></p>
    <ol>
      <li>   CDS Simbad</li>
      <li>   CDS VizieR</li>
      <li>   CDS photometric service (VizieR SED)</li>
      <li>   IMCCE Skybot</li>
      <li>   LEDA Hypercat</li>
      <li>   All HiPS providers using progenitor facility (for accessing
        to the original images)</li>
    </ol>
    <p><b>Some examples (in use):</b><br>
      <br>
      1) Simbad:
      <a href="http://alasky.u-strasbg.fr/cgi/simbad-flat/simbad-cs.py?target=08+47+18.60770+%2B26+53+20.1212&amp;SR=54.63&amp;format=votable-tsv&amp;SRUNIT=arcmin&amp;SORTBY=nbref" target="_blank">http://alasky.u-strasbg.fr/cgi/simbad-flat/simbad-cs.py?target=08+47+18.60770+%2B26+53+20.1212&amp;SR=54.63&amp;format=votable-tsv&amp;SRUNIT=arcmin&amp;SORTBY=nbref</a><br>
      <br>
      <tt>&lt;FIELD ID=&quot;BIBLIST&quot; name=&quot;BIBLIST&quot; ucd=&quot;meta.bib&quot;
        datatype=&quot;short&quot; width=&quot;4&quot;&gt;&lt;DESCRIPTION&gt;List of
        Bibcodes&lt;/DESCRIPTION&gt;&lt;LINK value=&quot;ref (${BIBLIST})&quot;
        href=<a href="http://simbad.u-strasbg.fr/simbad/sim-id?bibdisplay=refsum&amp;Ident=$%7BMAIN_ID%7D#lab_bib" target="_blank">&quot;http://simbad.u-strasbg.fr/simbad/sim-id?bibdisplay=refsum&amp;Ident=${MAIN_ID}#lab_bib&quot;</a>/&gt;&lt;/FIELD&gt;</tt><tt><br>
      </tt><br>
      2) VizieR SED:
      <a href="http://vizier.u-strasbg.fr/viz-bin/sed?-c=04+59+02.70698+%2B21+44+11.2538&amp;-c.rs=5.0" target="_blank">http://vizier.u-strasbg.fr/viz-bin/sed?-c=04+59+02.70698+%2B21+44+11.2538&amp;-c.rs=5.0</a><br>
      <br>
      <tt>    &lt;FIELD name=&quot;_tabname&quot; ucd=&quot;meta.table&quot; datatype=&quot;char&quot;
        arraysize=&quot;32*&quot;&gt;</tt><tt><br>
      </tt><tt>      &lt;DESCRIPTION&gt;Table name&lt;/DESCRIPTION&gt;</tt><tt><br>
      </tt><tt>      &lt;LINK
        href=<a href="http://vizier.u-strasbg.fr/viz-bin/VizieR-5?-info=XML&amp;amp;-out.add=.&amp;amp;-source=$%7B_tabname%7D&amp;amp;$%7B_ID%7D" target="_blank">&quot;http://vizier.u-strasbg.fr/viz-bin/VizieR-5?-info=XML&amp;amp;-out.add=.&amp;amp;-source=${_tabname}&amp;amp;${_ID}&quot;</a>/&gt;</tt><tt><br>
      </tt><tt>    &lt;/FIELD&gt;</tt><tt><br>
      </tt><tt>...</tt><tt><br>
      </tt><tt>    &lt;FIELD ID=&quot;sed_filter&quot; name=&quot;_sed_filter&quot;
        ucd=&quot;<a href="http://meta.id" target="_blank">meta.id</a>;instr.filter&quot; unit=&quot;&quot; datatype=&quot;char&quot; width=&quot;32&quot;
        arraysize=&quot;32*&quot;&gt;</tt><tt><br>
      </tt><tt>      &lt;DESCRIPTION&gt;Filter designation, in the form
        photoSystem:filterName; a designation starting by &#39;:=&#39; is an
        assumed monochromatic point; this column is empty when the
        frequency is specified for each data point.&lt;/DESCRIPTION&gt;</tt><tt><br>
      </tt><tt>      &lt;LINK href=<a href="http://cdsarc.u-strasbg.fr/viz-bin/metafilter?$%7B_sed_filter%7D" target="_blank">&quot;http://cdsarc.u-strasbg.fr/viz-bin/metafilter?${_sed_filter}&quot;</a>/&gt;</tt><tt><br>
      </tt><tt>    &lt;/FIELD&gt;</tt><tt><br>
      </tt><tt><br>
      </tt><br>
      3) VizieR:
<a href="http://vizier.u-strasbg.fr/viz-bin/votable?-source=I%2F284%2Fout&amp;-c=05+34+31.93920+%2B22+00+52.2000&amp;-out.add=_RAJ,_DEJ&amp;-oc.form=dm&amp;-out.meta=DhuL&amp;-out.max=999999&amp;-c.rm=23.82&amp;-out=_VizieR,*Mime(image/fits),*&amp;-mime=TSV" target="_blank">vizier.u-strasbg.fr/viz-bin/votable?-source=I%2F284%2Fout&amp;-c=05+34+31.93920+%2B22+00+52.2000&amp;-out.add=_RAJ,_DEJ&amp;-oc.form=dm&amp;-out.meta=DhuL&amp;-out.max=999999&amp;-c.rm=23.82&amp;-out=_VizieR,*Mime(image/fits),*&amp;-mime=TSV</a><br>
      <br>
      <tt>    &lt;FIELD name=&quot;_V&quot; ucd=&quot;meta.ref&quot; datatype=&quot;char&quot;
        arraysize=&quot;6&quot;&gt;</tt><tt><br>
      </tt><tt>      &lt;DESCRIPTION&gt;Link to the VizieR record with
        all details&lt;/DESCRIPTION&gt;</tt><tt><br>
      </tt><tt>      &lt;LINK
        href=<a href="http://vizier.u-strasbg.fr/viz-bin/VizieR-5?-info=XML&amp;amp;-out.add=.&amp;amp;-source=I/284/out&amp;amp;-c=$%7BRAJ2000%7D$%7BDEJ2000%7D&amp;amp;-c.eq=J2000.000&amp;amp;-c.rs=0.5" target="_blank">&quot;http://vizier.u-strasbg.fr/viz-bin/VizieR-5?-info=XML&amp;amp;-out.add=.&amp;amp;-source=I/284/out&amp;amp;-c=${RAJ2000}${DEJ2000}&amp;amp;-c.eq=J2000.000&amp;amp;-c.rs=0.5&quot;</a>/&gt;</tt><tt><br>
      </tt><tt>    &lt;/FIELD&gt;</tt><tt><br>
      </tt>    <br>
      4) HiPS - HST B example: <a href="http://alasky.u-strasbg.fr/HST-hips/filter_B_hips/HpxFinder/metadata.xml" target="_blank">http://alasky.u-strasbg.fr/HST-hips/filter_B_hips/HpxFinder/metadata.xml</a><br>
      <br>
      <tt>&lt;FIELD name=&quot;DATASET&quot; datatype=&quot;char&quot;
        arraysize=&quot;*&quot;&gt;&lt;LINK
        href=<a href="http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/AdvancedSearch/?Observation.observationID=$%7BDATASET%7D" target="_blank">&quot;http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/AdvancedSearch/?Observation.observationID=${DATASET}&quot;</a>
        title=&quot;Full metainfo&quot;/&gt;&lt;/FIELD&gt;</tt><tt><br>
      </tt><tt><br>
      </tt>5) IMCCE:
      <a href="http://vo.imcce.fr/webservices/skybot/skybotconesearch_query.php?-ep=2019-11-11&amp;-ra=131.82753208333332&amp;-dec=26.888922555555556&amp;-size=109.26,109.26&amp;-mime=votable&amp;-out=basic&amp;-loc=500&amp;-search=Asteroids+and+Planets&amp;-filter=120+arcsec&amp;-from=Aladin" target="_blank">http://vo.imcce.fr/webservices/skybot/skybotconesearch_query.php?-ep=2019-11-11&amp;-ra=131.82753208333332&amp;-dec=26.888922555555556&amp;-size=109.26,109.26&amp;-mime=votable&amp;-out=basic&amp;-loc=500&amp;-search=Asteroids+and+Planets&amp;-filter=120+arcsec&amp;-from=Aladin</a><br>
      <br>
      <tt>&lt;vot:FIELD ID=&quot;name&quot; name=&quot;Name&quot; ucd=&quot;<a href="http://meta.id" target="_blank">meta.id</a>;meta.main&quot;
        datatype=&quot;char&quot; arraysize=&quot;32&quot;&gt;&lt;vot:DESCRIPTION&gt;Solar
        system object name&lt;/vot:DESCRIPTION&gt;&lt;vot:LINK
        href=&quot;${ExternalLink}&quot;/&gt;&lt;/vot:FIELD&gt;</tt><tt><br>
      </tt><br>
      6) LEDA:
      <a href="http://leda.univ-lyon1.fr/leda/leda-aladin.cgi?type=astrores&amp;ra=210.80242917&amp;de=54.34875&amp;width=1.4&amp;height=1.4" target="_blank">http://leda.univ-lyon1.fr/leda/leda-aladin.cgi?type=astrores&amp;ra=210.80242917&amp;de=54.34875&amp;width=1.4&amp;height=1.4</a><br>
      <br>
      <tt>    &lt;FIELD name=&quot;Designation&quot; ucd=&quot;IDENT&quot; datatype=&quot;A&quot;
        width=&quot;21&quot;&gt;</tt><tt><br>
      </tt><tt>        &lt;DESCRIPTION&gt;LEDA
        designation&lt;/DESCRIPTION&gt;</tt><tt><br>
      </tt><tt>        &lt;LINK
        href=<a href="http://leda.univ-lyon1.fr/leda/querybyname.cgi?objname=$%7BDesignation%7D&amp;amp;donnee=mean&amp;amp;Submit=Submit" target="_blank">&quot;http://leda.univ-lyon1.fr/leda/querybyname.cgi?objname=${Designation}&amp;amp;donnee=mean&amp;amp;Submit=Submit&quot;</a>&gt;${Designation}&lt;/LINK&gt;</tt><tt><br>
      </tt><tt>    &lt;/FIELD&gt;</tt><tt><br>
      </tt></p>
    <p><br>
    </p>
    <p><b>Résultats à obtenir dans Aladin Desktop pour les deux liens
        directs Simbad</b><b><br>
      </b></p>
    <p><img src="cid:16e845d4f4cc32e973f1" alt=""></p>
    <br>
  </div>

</blockquote></div>