Project

General

Profile

Statistics
| Revision:

# Date Author Comment
10355 06/15/2017 04:23 PM Bryce Mecum

Fix a bug in the conditional for the EML XSLT for alternateIdentifiers

10200 03/28/2017 12:55 PM Lauren Walker

Remove extra <table> HTML element that was causing rendering issues with the enumerated domain template

10194 03/23/2017 10:17 AM Bryce Mecum

Fix a typo that was preventing dateTime attributes from rendering fully

10191 03/09/2017 05:47 PM Bryce Mecum

If EML physical/size/@unit isn't specified, assume its bytes

Previously, if the unit attribute wasn't set on an EML physical size
element, the size showed up as just the number with no units. The EML
spec says that, if unit is omitted, bytes is the assumed unit.

10174 01/24/2017 12:40 PM Bryce Mecum

- Clean up isoroot selectors and comments. Use relative xpaths when possible
- Clean up the output of the ex module
- Misc whitespace/formatting fixes

10169 12/29/2016 02:26 PM Bryce Mecum

Clean up ISO stylesheet formatting

10160 12/22/2016 06:17 PM Bryce Mecum

Start the basis for gmd:distributionInfo

10159 12/22/2016 06:02 PM Bryce Mecum

Minor tweaks and code cleanup to ISO XSLT

- Renamed the folder once more to be more correct

10158 12/22/2016 05:58 PM Bryce Mecum

Improve the EML XSLT's handling of ORCIDs as userIds

10145 12/21/2016 12:06 PM Bryce Mecum

Add support in the EML XSLT for making ORCID userIds into links

10141 12/20/2016 06:49 PM Bryce Mecum

Multiple changes to the ISO XSLT

- Renamed base folder from iso to iso19139
- Added a short_citation template for showing thesauri in tight places such as the keywords list
- Tweaked the geographic coverage output so the static maps render in Metacat UI

10059 12/01/2016 01:35 AM Bryce Mecum

Continue work on ISO XSLTs

- We now have a template for CI_Citation
- I moved some templates into separate XSLTs
- Cleaned up overally structure/styling of translated output

10058 11/30/2016 12:52 AM Bryce Mecum

Include the files that were totally supposed to go in the last commit

10057 11/30/2016 12:51 AM Bryce Mecum

Continue work in ISO XSLT

- Tweak how extents are displayed
- Start adding support for GML Polygons
- Restructure EX module templates and clean them up a bit

10056 11/29/2016 10:12 PM Bryce Mecum

Continue work on ISO XSLT

- Cleans up the root element to better match what we want in the end (looks like the EML XSLT)
- Switches a lot of calls to call-template over to apply-templates. I think this is a good idea because the ISO standards use XSD type equivalence to extend existing schemas. e.g., gmx:Anchors can show up when the gmd schema says only a gco:CharacterString should go there...

10049 11/22/2016 07:01 PM Bryce Mecum

Improve output of ISO XSLT

10048 11/22/2016 06:59 PM Bryce Mecum

Hook ISO XSLT into view service

10046 11/13/2016 10:34 PM Bryce Mecum

Create first basic version of ISO 19115 XSL stylesheets

10043 11/10/2016 09:30 AM ben leinfelder

use "PLACEHOLDER" for annotation target rather than the actual attribute name value (for manual annotations added from spreadsheet).

10010 10/17/2016 11:54 AM Chris Jones

Change the ldapweb.cgi script to use an additional property called email.contact which provides a contat email (particularly when email.sender is set to noreply@...). Update the skin configurations with this property, as well as the metacat.properties default.

9905 09/02/2016 11:14 AM Lauren Walker

Show the annotation target under the attribute name

9876 08/04/2016 12:31 PM Lauren Walker

Give the EML title HTML container a distinct class to hide it in MetacatUI (rather than using jQuery to hide it in MetacatUI. This is faster.)

9788 05/19/2016 12:53 PM ben leinfelder

add rendering for onlink to FGDC xslt. https://redmine.dataone.org/issues/7747

9786 05/19/2016 12:19 PM ben leinfelder

add first pass at DCX XSLT. https://redmine.dataone.org/issues/7686

9780 05/18/2016 09:01 AM Chris Jones

Merge changes from the 2.6.0 release.

9587 03/24/2016 04:16 PM Chris Jones

Merge minor registry changes from the 2.6 branch back to the trunk.

refs https://github.nceas.ucsb.edu/KNB/arctic-data/issues/107

9564 03/17/2016 09:34 AM Chris Jones

Layout the study area descriptors a bit better in a table as opposed to a div. This also accommodates the name_or_id attribute (as the Code column), whereas the div didn't handle it. Needs som work on the citation column.

refs https://github.nceas.ucsb.edu/KNB/arctic-data/issues/42

9561 03/16/2016 04:17 PM Chris Jones

Add project-level rendering into the eml-dataset XSLT. Convert the older table-based layout to use the Bootstrap 2.x classes for labels and divs.

refs https://github.nceas.ucsb.edu/KNB/arctic-data/issues/42

9518 02/05/2016 11:54 AM ben leinfelder

comment out (duplicate) EML download link since it does not apply in the CN context and the same functionality exists elsewhere in the MetacatUI rendering. https://redmine.dataone.org/issues/7639

9487 01/12/2016 02:19 PM ben leinfelder

comment out the party annotation-target - don't think we'll be using this anytime soon (had been for annotating with orcids)

9404 11/16/2015 11:33 AM ben leinfelder

rollback to use entity/attribute id for the tab-pane (so it will work) and include new div id for the annotatable attribute section.

9403 11/13/2015 11:51 AM ben leinfelder

restructure attribute and party sections so that the annotatable div does not have DOM children.

9352 10/01/2015 02:23 PM Lauren Walker

Update the packageId attribute in EML documents on update. Never display the local docid in the rendered EML.

9199 05/07/2015 12:22 PM Lauren Walker

Move the dataset metadata label for metacatui EML

9198 05/07/2015 10:41 AM Lauren Walker

Mark the entity metadata sections in metacatui EML transformations

9194 05/05/2015 04:29 PM Lauren Walker

Changed the FGDC MetacatUI theme translation so that it displays nicely in MetacatUI and works correctly

9145 03/09/2015 03:37 PM Lauren Walker

Add classes and attributes to the object name and online distribution link elements in the MetacatUI theme.

9135 02/27/2015 02:44 PM Lauren Walker
  • Use the cite tag for the MetacatUI skin citation
  • Take out extra divs in the MetacatUI skin that are not necessary
  • Add a placeholder for the package contents table in the MetacatUI skin
  • Classify more of the HTML tags with their content type so MetacatUI can find content more efficiently...
9134 02/25/2015 12:35 PM Lauren Walker

Display text nodes in EML when the value is directly in the text node or in a <section> tag or in a <para> tag (in metacatui skin)

8914 10/20/2014 11:15 AM ben leinfelder

include type="party" attribute for the divs that contain contact information (for annotating with ORCIDs)

8875 09/25/2014 09:01 AM Lauren Walker

In the EML XSLT - Add classes to the entity details containers so they can be identified easily

8871 09/19/2014 04:15 PM ben leinfelder

include resource="#xpointer(...)" attributes for sections that are potential targets for annotation. So far we have the various people (creator, contact, etc) and data table attributes. https://github.com/DataONEorg/sem-prov-design/issues/18

8346 10/29/2013 11:14 AM ben leinfelder

show the Organization input field now that we will use keywords for the working group.

8341 10/24/2013 02:03 PM ben leinfelder

Make UI include the Organization (called "site" in the form params) instead of the registry code. https://projects.ecoinformatics.org/ecoinfo/issues/6162

8253 09/20/2013 11:46 AM ben leinfelder

include optional email.overrideURL property for the account management page to send an email link that will result in a styled response. https://projects.ecoinformatics.org/ecoinfo/issues/6066

8252 09/20/2013 11:06 AM ben leinfelder

remove the NCEAS-specific admin db connection properties from the metadata config so they do not show up in the metacatui configuration.

8224 09/17/2013 04:33 PM ben leinfelder

redirect to the configured metacatui context (ui.context in metacat.properties file). this in conjunction with choosing "metacatui" as the default skin in the metacat admin interface will redirect requests to the metacat context (e.g., /knb) to the ui context (e.g., /metacatui). https://projects.ecoinformatics.org/ecoinfo/issues/6062

8096 07/31/2013 04:21 PM ben leinfelder

remove all metacatui references to external resources (from git or github). xsl now only returns html structure, no header/footer or css candy.

8085 07/30/2013 02:40 PM ben leinfelder

do not include metacatui headers and footers.

8083 07/26/2013 12:07 PM ben leinfelder

download arrow on right side

8082 07/26/2013 12:06 PM ben leinfelder

remove "Package" from the default button, only use it when we have an ORE map id.

8081 07/26/2013 11:37 AM ben leinfelder

give the div that holds the download package button an id attribute so that we can dynamically change the content in there if/when we know the ORE map id instead of the EML id. https://projects.ecoinformatics.org/ecoinfo/issues/5948

8080 07/25/2013 04:51 PM ben leinfelder

do not use #none for the accordian control in method section

8079 07/25/2013 04:49 PM ben leinfelder

when 'printall' we should show the attribute coverage and method information, not a link to it

8078 07/25/2013 04:35 PM ben leinfelder

when 'printall' we should show the enumeratedDomain of a measurement.

8077 07/25/2013 03:55 PM ben leinfelder

use 'printall' option for the EML display - metacatui will scroll and navigate through all the metadata and has tabified the entity/attribute info. https://projects.ecoinformatics.org/ecoinfo/issues/5948

8076 07/25/2013 03:53 PM ben leinfelder

use glyph download icon, not a /knb/style/images path to an image (ugh!)

8072 07/23/2013 08:49 AM ben leinfelder

handle <references> element in <creator> for the citation.

8071 07/22/2013 04:59 PM ben leinfelder

use #view/{pid} pattern for the citation link, and then /object/{pid} for the XML download -- so no old Metacat API calls show in the rendered EML.

8033 07/18/2013 02:28 PM ben leinfelder

remove all table/tr/td/ use. clean up the data distribution area.

8032 07/18/2013 02:27 PM ben leinfelder

include $pid parameter and views/package endpoints instead of metacat API urls. Note that some links still exist for rendering portions of the EML (additionalMetadata and attribute details).

8031 07/18/2013 12:54 PM ben leinfelder

use <article id="Metadata"/> for the rendered EML and FGDC sections to make client-side consumption easier/more generic.

8030 07/18/2013 12:53 PM ben leinfelder

first pass at FGDC reformatting for metacatui look and feel.

8028 07/18/2013 10:53 AM ben leinfelder

type the doctype="metadata" objects as "FGDC-STD-001-1998" formatId for rendering XSLT and for DataONE SystemMetadata.

8024 07/18/2013 07:49 AM ben leinfelder

copy fgdc xsl from common - start metacatui reformatting

8019 07/17/2013 11:59 AM ben leinfelder

remove unused resources from metacatui skin

8015 07/16/2013 04:39 PM ben leinfelder

use <p> for thesaurus above the table of keywords

8012 07/16/2013 03:11 PM ben leinfelder

use "controls" class on Web Address

8010 07/16/2013 02:36 PM ben leinfelder

render keywords + thesaurus in a table structure

8009 07/16/2013 02:16 PM ben leinfelder

use <strong> for title rendering.

8008 07/16/2013 02:01 PM ben leinfelder

remove more ":" after labels

8007 07/16/2013 01:54 PM ben leinfelder

remove all table/tr/ cruft that is not used in main layout.

8006 07/16/2013 01:53 PM ben leinfelder

reformat attribute enumerated domain.

8005 07/16/2013 01:17 PM ben leinfelder

use "UTF-8" instead of encoding="iso-8859-1"

8004 07/16/2013 01:14 PM ben leinfelder

use "controls" class for common name element value

8003 07/16/2013 01:13 PM ben leinfelder

do not use ":" after labels.

8002 07/16/2013 01:10 PM ben leinfelder

remove all table/tr/td use

8001 07/16/2013 01:01 PM ben leinfelder

clean up detail tables for measurement type/scale/codes sections

8000 07/16/2013 12:10 PM ben leinfelder

render attributeList with side-bar navigation tabs for each attribute.

7999 07/16/2013 10:44 AM ben leinfelder

group the physical and distribution details together.

7998 07/16/2013 10:35 AM ben leinfelder

save point before tackling attribute list and other re-org in entity view

7997 07/16/2013 10:21 AM ben leinfelder

reformat physical/distribution/format sections of the entity display. https://projects.ecoinformatics.org/ecoinfo/issues/6037

7996 07/16/2013 09:02 AM ben leinfelder

reformat access control section (even though this will be replaced with SystemMetadata information). https://projects.ecoinformatics.org/ecoinfo/issues/6037

7995 07/16/2013 08:40 AM ben leinfelder

reformat usage rights

7994 07/16/2013 08:34 AM ben leinfelder

remove all tr/td elements in favor of divs

7993 07/15/2013 07:10 PM ben leinfelder

save point with Methods/protocol restyling - still some nested rendering to handle, but mostly accordianized. https://projects.ecoinformatics.org/ecoinfo/issues/6037

7992 07/15/2013 05:44 PM ben leinfelder

style all coverage fields w/o tables. https://projects.ecoinformatics.org/ecoinfo/issues/6037

7991 07/15/2013 05:43 PM ben leinfelder

comment out the general coverage/context header (will be anchor eventually)

7990 07/15/2013 03:59 PM ben leinfelder

eliminate all table, tr, and td tags in favor of <div>s or <label>s

7989 07/15/2013 03:31 PM ben leinfelder

style all other people entries. https://projects.ecoinformatics.org/ecoinfo/issues/6037

7988 07/15/2013 03:12 PM ben leinfelder

style Creators. https://projects.ecoinformatics.org/ecoinfo/issues/6037

7987 07/15/2013 02:17 PM ben leinfelder

save point: use "fake" input areas (wells) for the value in name/value pairs.

7986 07/15/2013 12:54 PM ben leinfelder

save point: reformat the General section

7985 07/15/2013 11:22 AM ben leinfelder

style citation in a "well". https://projects.ecoinformatics.org/ecoinfo/issues/6037

7983 07/15/2013 10:38 AM ben leinfelder

starting point for new KNB EML stylesheets (no tables--fluid divs...). copied the existing EML XSLs, will go from there. https://projects.ecoinformatics.org/ecoinfo/issues/6037

7982 07/15/2013 10:37 AM ben leinfelder
7981 07/15/2013 10:32 AM ben leinfelder

starting point for new KNB EML stylesheets (no tables--fluid divs...). copied the existing EML XSLs, will go from there. https://projects.ecoinformatics.org/ecoinfo/issues/6037

7979 07/12/2013 06:44 PM ben leinfelder

call doc head template

7978 07/12/2013 06:42 PM ben leinfelder

remove DOCTYPE

7977 07/12/2013 06:39 PM ben leinfelder

first pass at metacat servlet rendering new look and feel - will be awful since it uses the EML style sheets as is, but I am curious to see it in action.