Skip to content

Commit

Permalink
Merge pull request #811 from NASA-IMPACT/88-2-column-descriptions
Browse files Browse the repository at this point in the history
88: adding the rest of the column descriptions
  • Loading branch information
Kshaw362 authored Jun 5, 2024
2 parents fc51125 + 95d06fa commit f3c38a0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions sde_indexing_helper/static/js/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@


const candidateTableHeaderDefinitons = {
"URL": "A scraped URL.",
"Exclude": "Whether or not this URL is excluded from the collection.",
"Scraped Title": "Title scraped from the document.",
"New Title" : "New title set by a user.",
"Document Type": "{insert description here}",
"Match Pattern" : "Pattern that is used to match against URLs in the collection.",
"Match Pattern Type": "{Insert explanation here}",
"Reason": "{Insert explanation here}",
"Affected URLs": "The URLs that match the pattern.",
"Actions": "Delete a pattern."
"URL": "The web address of a specific webpage from a given source.",
"Exclude": "The action of omitting a certain URL(s) from being included in the final list of candidate URLs. This can be based on URL patterns or URL content.",
"Scraped Title": "The initial scraped title of the webpage generated from the webpage metadata.",
"New Title" : "A modified or updated title for a webpage set by the curator either through a manual or pattern change. The new title often improves readability and clarity.",
"Document Type": "The classification of the content found at the URL. This can be set as 'Documentation', 'Images', 'Software and Tools', 'Missions and Instruments', or 'Data'.",
"Match Pattern" : "A pattern set by the curator for which to exclude URLs, change URL titles, or assign URL document types. A match pattern could be a portion of the URL (e.g. URL extension) or a pattern that includes wild cards.",
"Match Pattern Type": "Indicates whether the Match Pattern applies to a single or multiple URLs.",
"Reason": "Indicates why the curator has excluded single or multiple URLs.",
"Affected URLs": "Indicates the number of URLs the given action, rule, or pattern has been applied to.",
"Actions": "Gives the curator the ability to delete a set title, document type, or exclude pattern.",
"Title Pattern": "A specific format given by the curator to make changes to original titles. This can include the use of xpaths or additions to the original title string."
};

0 comments on commit f3c38a0

Please sign in to comment.