You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implement in Agroportal a page, where we have as inputs a URI, an Ontology Acronym, and a return type, and it returns the content in the specified format.
Requirments
Add a new page to Agroportal, called for example Content Finder
On this new page, have three inputs acronym, uri, and format
When clicking on the button and choosing the format HTML, displayed the fetched element data using the View component concept_details
When clicking on the button and choosing the format XML, Ntriples, JSON or Turtle, display the fetched element data using the highlight.js library, see how the metadata exporter code work for examples.
The text was updated successfully, but these errors were encountered:
Context
See agroportal/project-management#476
Goal
implement in Agroportal a page, where we have as inputs a URI, an Ontology Acronym, and a return type, and it returns the content in the specified format.
Requirments
Add a new page to Agroportal, called for example
Content Finder
On this new page, have three inputs
acronym
,uri
, andformat
When clicking on the button and choosing the format
![image](https://private-user-images.githubusercontent.com/29259906/303427313-355e205f-7bbe-4767-a4b6-d87eaa231381.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzAyODgsIm5iZiI6MTczODk2OTk4OCwicGF0aCI6Ii8yOTI1OTkwNi8zMDM0MjczMTMtMzU1ZTIwNWYtN2JiZS00NzY3LWE0YjYtZDg3ZWFhMjMxMzgxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIzMTMwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEwMTUyZjRhYzk5ODM5OGU0YTgwN2NhMDA3ZjQ2YjIyNTdjMTQ2OTQ0MjM3MzI5NzI0ZmM2OTQwYjM2NjU0OTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5IMg9ChsgFg5qM8Nh9y7O9c6esLnrVm9v4Z42Dlq4NQ)
HTML
, displayed the fetched element data using the View componentconcept_details
When clicking on the button and choosing the format
XML
,Ntriples
,JSON
orTurtle
, display the fetched element data using thehighlight.js
library, see how the metadata exporter code work for examples.The text was updated successfully, but these errors were encountered: