[GeoNetwork-users] Hide dataset progress code stamps?

In the 3.n versions of GeoNetwork, the progress code for the dataset / resource being described by the metadata, is stamped on top of the metadata record

For example in this page we have stamps for "On going" (onGoing) and "Completed".

http://metadata.bgs.ac.uk/mica/srv/eng/catalog.search#/search?facet.q=orgName%2FEUR-Lex&resultType=details&fast=index&_content_type=json&from=1&to=20&sortBy=relevance

Is it possible to configure GeoNetwork to not show these stamps?

James Passmore
GIS and WWW Specialist
-------------------------------
British Geological Survey,
Environmental Science Centre,
KEYWORTH,
United Kingdom,
NG12 5GG
Linked Data (vCard):http://data.bgs.ac.uk/ref/BritishGeologicalSurvey
w3w:http://w3w.co/firmly.legs.craftsmen
-------------------------------
Phone:+44 (0)115 936 3125
Fax:+44 (0)115 936 3200
-------------------------------
jpass@anonymised.com
http://www.bgs.ac.uk/
-------------------------------
Skype:BGSjames

________________________________
This message (and any attachments) is for the recipient only. NERC is subject to the Freedom of Information Act 2000 and the contents of this email and any reply you make may be disclosed by NERC unless it is exempt from release under the Act. Any material supplied to NERC may be stored in an electronic records management system.
________________________________

Hi

It's not configurable, but you can update these files, to remove the class
a from the highlighted lines:

https://github.com/geonetwork/core-geonetwork/blob/3.2.x/web-ui/src/main/resources/catalog/views/default/templates/recordView.html#L111

https://github.com/geonetwork/core-geonetwork/blob/3.2.x/web-ui/src/main/resources/catalog/components/search/resultsview/partials/viewtemplates/grid.html#L77

Regards,
Jose García

On Wed, May 3, 2017 at 3:59 PM, Passmore, James H. <jpass@anonymised.com> wrote:

In the 3.n versions of GeoNetwork, the progress code for the dataset /
resource being described by the metadata, is stamped on top of the metadata
record

For example in this page we have stamps for "On going" (onGoing) and
"Completed".

http://metadata.bgs.ac.uk/mica/srv/eng/catalog.search#/
search?facet.q=orgName%2FEUR-Lex&resultType=details&fast=
index&_content_type=json&from=1&to=20&sortBy=relevance

Is it possible to configure GeoNetwork to not show these stamps?

James Passmore
GIS and WWW Specialist
-------------------------------
British Geological Survey,
Environmental Science Centre,
KEYWORTH,
United Kingdom,
NG12 5GG
Linked Data (vCard):http://data.bgs.ac.uk/ref/BritishGeologicalSurvey
w3w:http://w3w.co/firmly.legs.craftsmen
-------------------------------
Phone:+44 (0)115 936 3125
Fax:+44 (0)115 936 3200
-------------------------------
jpass@anonymised.com
http://www.bgs.ac.uk/
-------------------------------
Skype:BGSjames

________________________________
This message (and any attachments) is for the recipient only. NERC is
subject to the Freedom of Information Act 2000 and the contents of this
email and any reply you make may be disclosed by NERC unless it is exempt
from release under the Act. Any material supplied to NERC may be stored in
an electronic records management system.
________________________________

------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/
projects/geonetwork

--

*Vriendelijke groeten / Kind regards,Jose García
<http://www.geocat.net/&gt;Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664> <https://www.facebook.com/geocatbv&gt;
<https://twitter.com/geocat_bv&gt;
<https://plus.google.com/u/1/+GeocatNetbv/posts&gt;Please consider the
environment before printing this email.*

Hi,

2017-05-03 15:59 GMT+02:00 Passmore, James H. <jpass@anonymised.com>:

In the 3.n versions of GeoNetwork, the progress code for the dataset /
resource being described by the metadata, is stamped on top of the metadata
record

For example in this page we have stamps for "On going" (onGoing) and
"Completed".

http://metadata.bgs.ac.uk/mica/srv/eng/catalog.search#/
search?facet.q=orgName%2FEUR-Lex&resultType=details&fast=
index&_content_type=json&from=1&to=20&sortBy=relevance

Is it possible to configure GeoNetwork to not show these stamps?

You can probably change the template to render results here
https://github.com/geonetwork/core-geonetwork/blob/develop/web-ui/src/main/resources/catalog/components/search/resultsview/partials/viewtemplates/grid.html#L75
or apply custom CSS rules to hide the badge.

HTH

Francois

James Passmore
GIS and WWW Specialist
-------------------------------
British Geological Survey,
Environmental Science Centre,
KEYWORTH,
United Kingdom,
NG12 5GG
Linked Data (vCard):http://data.bgs.ac.uk/ref/BritishGeologicalSurvey
w3w:http://w3w.co/firmly.legs.craftsmen
-------------------------------
Phone:+44 (0)115 936 3125
Fax:+44 (0)115 936 3200
-------------------------------
jpass@anonymised.com
http://www.bgs.ac.uk/
-------------------------------
Skype:BGSjames

________________________________
This message (and any attachments) is for the recipient only. NERC is
subject to the Freedom of Information Act 2000 and the contents of this
email and any reply you make may be disclosed by NERC unless it is exempt
from release under the Act. Any material supplied to NERC may be stored in
an electronic records management system.
________________________________

------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/
projects/geonetwork

Yes just add a CSS rule

.gn-status {
display: none;
}

On Wed, May 3, 2017 at 4:49 PM, Francois Prunayre <fx.prunayre@anonymised.com>
wrote:

Hi,

2017-05-03 15:59 GMT+02:00 Passmore, James H. <jpass@anonymised.com>:

> In the 3.n versions of GeoNetwork, the progress code for the dataset /
> resource being described by the metadata, is stamped on top of the
metadata
> record
>
> For example in this page we have stamps for "On going" (onGoing) and
> "Completed".
>
> http://metadata.bgs.ac.uk/mica/srv/eng/catalog.search#/
> search?facet.q=orgName%2FEUR-Lex&resultType=details&fast=
> index&_content_type=json&from=1&to=20&sortBy=relevance
>
> Is it possible to configure GeoNetwork to not show these stamps?
>

You can probably change the template to render results here
https://github.com/geonetwork/core-geonetwork/blob/develop/
web-ui/src/main/resources/catalog/components/search/resultsview/partials/
viewtemplates/grid.html#L75
or apply custom CSS rules to hide the badge.

HTH

Francois

> James Passmore
> GIS and WWW Specialist
> -------------------------------
> British Geological Survey,
> Environmental Science Centre,
> KEYWORTH,
> United Kingdom,
> NG12 5GG
> Linked Data (vCard):Prez
> w3w:what3words /// The simplest way to talk about location
> -------------------------------
> Phone:+44 (0)115 936 3125
> Fax:+44 (0)115 936 3200
> -------------------------------
> jpass@anonymised.com
> http://www.bgs.ac.uk/
> -------------------------------
> Skype:BGSjames
>
> ________________________________
> This message (and any attachments) is for the recipient only. NERC is
> subject to the Freedom of Information Act 2000 and the contents of this
> email and any reply you make may be disclosed by NERC unless it is exempt
> from release under the Act. Any material supplied to NERC may be stored
in
> an electronic records management system.
> ________________________________
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> GeoNetwork-users mailing list
> GeoNetwork-users@lists.sourceforge.net
> geonetwork-users List Signup and Options
> GeoNetwork OpenSource is maintained at http://sourceforge.net/
> projects/geonetwork
>
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at http://sourceforge.net/
projects/geonetwork

--
*camptocamp*
INNOVATIVE SOLUTIONS
BY OPEN SOURCE EXPERTS

*Florent Gravin*
0479444492

Thanks that worked for me.

I edited base-layout-cssjs-loader.xsl adding a reference to my css file as part of the <xsl:template name="css-load"> template like:

<link href="{/root/gui/url}/static/my-css.css" rel="stylesheet" media="screen" ></link>

James

-----Original Message-----
From: Florent Gravin [mailto:florent.gravin@…137…]
Sent: 09 May 2017 13:22
To: Francois Prunayre <fx.prunayre@...54...>
Cc: Passmore, James H. <jpass@...933...>; geonetwork-users@lists.sourceforge.net
Subject: Re: [GeoNetwork-users] Hide dataset progress code stamps?

Yes just add a CSS rule

.gn-status {

display: none;
}

On Wed, May 3, 2017 at 4:49 PM, Francois Prunayre <fx.prunayre@...54... <mailto:fx.prunayre@…54…> > wrote:

Hi,

2017-05-03 15:59 GMT+02:00 Passmore, James H. <jpass@...933... <mailto:jpass@…933…> >:

In the 3.n versions of GeoNetwork, the progress code for the dataset /
resource being described by the metadata, is stamped on top of the metadata
record

For example in this page we have stamps for "On going" (onGoing) and
"Completed".

http://metadata.bgs.ac.uk/mica/srv/eng/catalog.search#/
search?facet.q=orgName%2FEUR-Lex&resultType=details&fast=
index&_content_type=json&from=1&to=20&sortBy=relevance

Is it possible to configure GeoNetwork to not show these stamps?

You can probably change the template to render results here
https://github.com/geonetwork/core-geonetwork/blob/develop/web-ui/src/main/resources/catalog/components/search/resultsview/partials/viewtemplates/grid.html#L75
or apply custom CSS rules to hide the badge.

HTH

Francois

James Passmore
GIS and WWW Specialist
-------------------------------
British Geological Survey,
Environmental Science Centre,
KEYWORTH,
United Kingdom,
NG12 5GG
Linked Data (vCard):http://data.bgs.ac.uk/ref/BritishGeologicalSurvey
w3w:http://w3w.co/firmly.legs.craftsmen
-------------------------------
Phone:+44 (0)115 936 3125 <tel:%2B44%20%280%29115%20936%203125>
Fax:+44 (0)115 936 3200 <tel:%2B44%20%280%29115%20936%203200>
-------------------------------
jpass@...933... <mailto:jpass@…933…>
http://www.bgs.ac.uk/
-------------------------------
Skype:BGSjames

________________________________
This message (and any attachments) is for the recipient only. NERC is
subject to the Freedom of Information Act 2000 and the contents of this
email and any reply you make may be disclosed by NERC unless it is exempt
from release under the Act. Any material supplied to NERC may be stored in
an electronic records management system.
________________________________

------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net <mailto:GeoNetwork-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/
projects/geonetwork

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net <mailto:GeoNetwork-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

--

camptocamp
INNOVATIVE SOLUTIONS
BY OPEN SOURCE EXPERTS

Florent Gravin
0479444492
________________________________
This message (and any attachments) is for the recipient only. NERC is subject to the Freedom of Information Act 2000 and the contents of this email and any reply you make may be disclosed by NERC unless it is exempt from release under the Act. Any material supplied to NERC may be stored in an electronic records management system.
________________________________

Hi community, I just created a feature proposal related to improving the user feedback mechanism in GeoNetwork.
The proposal is here https://github.com/geonetwork/core-geonetwork/wiki/Userfeedback-proposal
I’m looking forward to hear your thoughts about this.

Looks interesting thanks !

On Mon, May 15, 2017 at 2:21 PM, Paul van Genuchten <
paul.vangenuchten@anonymised.com> wrote:

Hi community, I just created a feature proposal related to improving the
user feedback mechanism in GeoNetwork.
The proposal is here Home · geonetwork/core-geonetwork Wiki · GitHub
Userfeedback-proposal <GitHub - geonetwork/core-geonetwork: GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
wiki/Userfeedback-proposal>
I’m looking forward to hear your thoughts about this.
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at http://sourceforge.net/
projects/geonetwork

--
*camptocamp*
INNOVATIVE SOLUTIONS
BY OPEN SOURCE EXPERTS

*Florent Gravin*
0479444492

Hi,

I like the proposal but would prefer it didn't link to an external forum or
issue system. For some of our customers, this would add to the complexity
of the security approval process for the application and might give them
some concerns about user privacy. I would prefer that the feedback data was
stored within the existing catalog database.

Thanks

Jo

On Tue, May 16, 2017 at 8:37 AM, Florent Gravin <
florent.gravin@anonymised.com> wrote:

Looks interesting thanks !

On Mon, May 15, 2017 at 2:21 PM, Paul van Genuchten <
paul.vangenuchten@anonymised.com> wrote:

> Hi community, I just created a feature proposal related to improving the
> user feedback mechanism in GeoNetwork.
> The proposal is here https://github.com/geonetwork/core-geonetwork/wiki/
> Userfeedback-proposal <https://github.com/geonetwork/core-geonetwork/
> wiki/Userfeedback-proposal>
> I’m looking forward to hear your thoughts about this.
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> GeoNetwork-users mailing list
> GeoNetwork-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
> GeoNetwork OpenSource is maintained at http://sourceforge.net/
> projects/geonetwork
>

--
*camptocamp*
INNOVATIVE SOLUTIONS
BY OPEN SOURCE EXPERTS

*Florent Gravin*
0479444492
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/
projects/geonetwork

--
*Jo Cook*
t:+44 7930 524 155/twitter:@archaeogeek

--
--
Astun Technology Ltd, The Coach House, 17 West Street, Epsom, Surrey, KT18
7RL, UK
t:+44 1372 744 009 w: astuntechnology.com twitter:@astuntech
<https://twitter.com/astuntech&gt;

Register here:
https://www.eventbrite.co.uk/e/astun-user-conference-2017-tickets-31457635635?aff=es2
Astun User Conference web page:
https://astuntechnology.com/astun-user-conference/
iShare - enterprise geographic intelligence platform
<https://astuntechnology.com/ishare/&gt;
GeoServer, PostGIS and QGIS training
<https://astuntechnology.com/services/#training&gt;
Helpdesk and customer portal
<http://support.astuntechnology.com/support/login&gt;

Company registration no. 5410695. Registered in England and Wales.
Registered office: 120 Manor Green Road, Epsom, Surrey, KT19 8LN VAT no.
864201149.

Hi Jo

Paul is proposing 3 possible storage systems, but should be implemented
afaik in the scope of this project 1 of them, that most probably should be
xml or database. The idea is to make it storage agnostic so later can be
implement new storages if required.

We're having some discussions about storing comments as metadata records
using GUF schema, see http://www.opengeospatial.org/standards/guf or in a
database model, so I guess one of these systems should be used.

I prefer to use database model and provide an output of the comments to GUF
schema if required, but need to have clear if using xml as storage have
additional advantages that I could be missing.

Regards,
Jose García

On Tue, May 16, 2017 at 10:36 AM, Jo Cook <jocook@anonymised.com>
wrote:

Hi,

I like the proposal but would prefer it didn't link to an external forum or
issue system. For some of our customers, this would add to the complexity
of the security approval process for the application and might give them
some concerns about user privacy. I would prefer that the feedback data was
stored within the existing catalog database.

Thanks

Jo

On Tue, May 16, 2017 at 8:37 AM, Florent Gravin <
florent.gravin@anonymised.com> wrote:

> Looks interesting thanks !
>
> On Mon, May 15, 2017 at 2:21 PM, Paul van Genuchten <
> paul.vangenuchten@anonymised.com> wrote:
>
> > Hi community, I just created a feature proposal related to improving
the
> > user feedback mechanism in GeoNetwork.
> > The proposal is here https://github.com/geonetwork/
core-geonetwork/wiki/
> > Userfeedback-proposal <https://github.com/geonetwork/core-geonetwork/
> > wiki/Userfeedback-proposal>
> > I’m looking forward to hear your thoughts about this.
> > ------------------------------------------------------------
> > ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > GeoNetwork-users mailing list
> > GeoNetwork-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geonetwork-users
> > GeoNetwork OpenSource is maintained at http://sourceforge.net/
> > projects/geonetwork
> >
>
>
>
> --
> *camptocamp*
> INNOVATIVE SOLUTIONS
> BY OPEN SOURCE EXPERTS
>
> *Florent Gravin*
> 0479444492
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> GeoNetwork-users mailing list
> GeoNetwork-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
> GeoNetwork OpenSource is maintained at http://sourceforge.net/
> projects/geonetwork
>

--
*Jo Cook*
t:+44 7930 524 155/twitter:@archaeogeek

--
--
Astun Technology Ltd, The Coach House, 17 West Street, Epsom, Surrey, KT18
7RL, UK
t:+44 1372 744 009 w: astuntechnology.com twitter:@astuntech
<https://twitter.com/astuntech&gt;

Register here:
https://www.eventbrite.co.uk/e/astun-user-conference-2017-
tickets-31457635635?aff=es2
Astun User Conference web page:
https://astuntechnology.com/astun-user-conference/
iShare - enterprise geographic intelligence platform
<https://astuntechnology.com/ishare/&gt;
GeoServer, PostGIS and QGIS training
<https://astuntechnology.com/services/#training&gt;
Helpdesk and customer portal
<http://support.astuntechnology.com/support/login&gt;

Company registration no. 5410695. Registered in England and Wales.
Registered office: 120 Manor Green Road, Epsom, Surrey, KT19 8LN VAT no.
864201149.
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/
projects/geonetwork

--

*Vriendelijke groeten / Kind regards,Jose García
<http://www.geocat.net/&gt;Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664> <https://www.facebook.com/geocatbv&gt;
<https://twitter.com/geocat_bv&gt;
<https://plus.google.com/u/1/+GeocatNetbv/posts&gt;Please consider the
environment before printing this email.*

Hi Paul, this proposal sounds good. It looks like you're targeted public
user feedback mainly. It would be good (at a later stage) to also be able
to use the functionality for internal (editor/reviewer) discussions too ?

Cheers.

Francois

2017-05-15 14:21 GMT+02:00 Paul van Genuchten <paul.vangenuchten@anonymised.com>
:

Hi community, I just created a feature proposal related to improving the
user feedback mechanism in GeoNetwork.
The proposal is here https://github.com/geonetwork/core-geonetwork/wiki/
Userfeedback-proposal <https://github.com/geonetwork/core-geonetwork/
wiki/Userfeedback-proposal>
I’m looking forward to hear your thoughts about this.
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/
projects/geonetwork