Uploaded image for project: 'Data Management'
  1. Data Management
  2. DM-15143

Extend FireFly table viewer to display NED VO Table single-col hotlinks

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Done
    • Resolution: Done
    • Fix Version/s: None
    • Component/s: None
    • Labels:

      Description

      This could be accomplished support for a format specification based on ucd. For this example from NED votable,

      {{<FIELD ID="derived_col3" name="refcode_heliocentric_velocity" NEDname="V (Heliocentric) Reference code" ucd="meta.bib.bibcode" datatype="char" arraysize="*">

      <TD>1983MNRAS.204..811C</TD>}},

      it would be great to specify a format with something like

      var fmt = '<a href="https://ui.adsabs.harvard.edu/#abs/$
      {1}/abstract">${1}
      </a>';
      col.meta.FieldFmt["meta.bib.bibcode"] = fmt;

       

      Contact: Jeff
      NED: ENG-947

      copied from DM-13593: (XW 3/12/2019)

      Another use case from NED:

      Is there a way for Firefly to use two VO Table FIELDS to make a hot link?

      NED's demo UI can display external references as hot links. See b.ned.ipac.caltech.edu/byname, External References tab.

      If a NED VO Table FIELD has a <LINK ... href="<FIELD_NAME"/>, a hot link will be created using <FIELD_NAME> as the href. The service.url can be hidden, so two fields make link.

      {{<FIELD ID="ext_col2" name="external_service_name" ucd="service.name" datatype="char" arraysize="*">
      <DESCRIPTION>Name of related on-line astronomical service .</DESCRIPTION>
      <LINK content-role="query" content-type="text/xml" href="ext_col5"/>
      </FIELD>
      ...
      <FIELD ID="ext_col5" name="external_service_url" ucd="service.url" datatype="char" type="hidden" arraysize="*">
      <DESCRIPTION>
      URL address of related on-line astronomical service .
      </DESCRIPTION>
      </FIELD>}}
      CogE: Jeff

        Attachments

          Issue Links

            Activity

            Hide
            xiuqin Xiuqin Wu [X] (Inactive) added a comment -

            VO datalink standard should be consulted for this.

            Show
            xiuqin Xiuqin Wu [X] (Inactive) added a comment - VO datalink standard should be consulted for this.
            Hide
            xiuqin Xiuqin Wu [X] (Inactive) added a comment -

            https://jira.ipac.caltech.edu/browse/IRSA-2420 is a different but similar issue.

            Show
            xiuqin Xiuqin Wu [X] (Inactive) added a comment - https://jira.ipac.caltech.edu/browse/IRSA-2420  is a different but similar issue.
            Hide
            loi Loi Ly added a comment -

            Yes, as part of IRSA-2420, I do plan on implementing A.1 and A.4 of http://www.ivoa.net/documents/VOTable/20130920/REC-VOTable-1.3-20130920.html#ToC54

            It is not exactly the same as what's described in this ticket.  Perhaps, you can point me to where in the standard the above format references, or consider using the standard described in A.1 and A.4

            Show
            loi Loi Ly added a comment - Yes, as part of IRSA-2420, I do plan on implementing A.1 and A.4 of http://www.ivoa.net/documents/VOTable/20130920/REC-VOTable-1.3-20130920.html#ToC54 It is not exactly the same as what's described in this ticket.  Perhaps, you can point me to where in the standard the above format references, or consider using the standard described in A.1 and A.4
            Hide
            xiuqin Xiuqin Wu [X] (Inactive) added a comment -

            I think Jeff was proposing one way of implementation, not a standard in particular. As long as the issue can be addressed it will be better if you implement it with VOTable standard. 

            Show
            xiuqin Xiuqin Wu [X] (Inactive) added a comment - I think Jeff was proposing one way of implementation, not a standard in particular. As long as the issue can be addressed it will be better if you implement it with VOTable standard. 
            Hide
            swinbank John Swinbank added a comment -

            Gregory Dubois-Felsmann — is this ticket still relevant following the SUIT descope? I think it is describing off-project development of Firefly, so I am inclined to simply close it as won't fix.

            Show
            swinbank John Swinbank added a comment - Gregory Dubois-Felsmann — is this ticket still relevant following the SUIT descope? I think it is describing off-project development of Firefly, so I am inclined to simply close it as won't fix.
            Hide
            gpdf Gregory Dubois-Felsmann added a comment -

            This work was completed, largely in Firefly release 2020.3. Closing.

            Show
            gpdf Gregory Dubois-Felsmann added a comment - This work was completed, largely in Firefly release 2020.3. Closing.

              People

              Assignee:
              loi Loi Ly
              Reporter:
              rick Rick Ebert
              Watchers:
              Gregory Dubois-Felsmann, John Swinbank, Loi Ly, Rick Ebert, Xiuqin Wu [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Jenkins

                  No builds found.