SETI / rms-website

rings node website port to jekyll
Apache License 2.0
1 stars 3 forks source link

OPUS links need to be updated from the old URL format #30

Closed dstopp closed 3 years ago

dstopp commented 3 years ago

"The Saturn System" has a HTML title (that shows in the browser) referencing a PIA image Jupiter, Saturn, Uranus, and Neptune have links to OPUS that use the old URL format and OPUS throws an error message when you browse to it. Example:

Just use "https://opus.pds-rings.seti.org/#/planet=Jupiter" (or appropriate) without anything more

dstopp commented 3 years ago

I found these instances to be updated w/current OPUS URL format: C:\seti\pds-website\website\cassini\uvis\finding.html (1 hit) Line 11: * **Use [OPUS]

C:\seti\pds-website\website\cassini\vims\finding.html (1 hit) Line 11: * **Use OPUS

C:\seti\pds-website\website\galileo\index.html (1 hit) Line 21: * Use OPUS

C:\seti\pds-website\website\jupiter\index.html (1 hit) Line 13: * Search for Jupiter system data in OPUS

C:\seti\pds-website\website\neptune\index.html (1 hit) Line 15: * Search for Neptune system data in OPUS

C:\seti\pds-website\website\newhorizons\access.html (1 hit) Line 12: * Searches of the LORRI and MVIC data are supported in OPUS.

C:\seti\pds-website\website\newhorizons\index.html (1 hit) Line 17: * Searches of both LORRI and MVIC data are supported in OPUS.

C:\seti\pds-website\website\pluto\index.html (1 hit) Line 13: * Search for Pluto system data in OPUS

C:\seti\pds-website\website\roses\2017\nfdap.html (1 hit) Line 44: Searches of both LORRI and MVIC data are supported in OPUS.

C:\seti\pds-website\website\roses\2018\nfdap.html (1 hit) Line 43: Searches of both LORRI and MVIC data are supported in OPUS.

C:\seti\pds-website\website\roses\2019\nfdap.html (1 hit) Line 48: Searches of both LORRI and MVIC data are supported in OPUS.

C:\seti\pds-website\website\saturn\index.html (1 hit) Line 13: * Search for Saturn system data in OPUS

C:\seti\pds-website\website\uranus\index.html (1 hit) Line 17: * Search for Uranus system data in OPUS

C:\seti\pds-website\website\voyager\iss\calib_images.html (1 hit) Line 54: * Use OPUS),

C:\seti\pds-website\website\voyager\iss\raw_images.html (1 hit) Line 45: [OPUS](/search#/missionid=Cassini&instrumentid=Cassini+ISS&view=search&browse=gallery&colls_browse=gallery&page=1&gallery_data_viewer=true&limit=100&order=time1&cols=ringobsid,planet,target,phase1,phase2,time1,time2&widgets=missionid,instrumentid,planet,target&widgets2=&detail=),

dstopp commented 3 years ago

Also note - change all locations that still refer to OPUS as https://pds-rings.seti.org/search/ to opus.pds-rings.seti.org. Can leave the redirect <.htaccess> in place but the code should reflect the appropriate URL for OPUS.

dstopp commented 3 years ago

done