Page MenuHomeSoftware Heritage
Feed Advanced Search

Sep 3 2020

moranegg renamed T2537: Extend new deposit endpoint to support metadata-only deposits from Extend software deposit endpoint to support metadata-only deposits to Extend new deposit endpoint to support metadata-only deposits.
Sep 3 2020, 3:56 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg triaged T2560: Extend **update** deposit endpoint to enable new/modified metadata from client on an existing deposit as Normal priority.
Sep 3 2020, 3:52 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg renamed T2539: Write specifications about metadata verifications on metadata-only deposit from Write specifications about metadata verifications on deposit metadata only to Write specifications about metadata verifications on metadata-only deposit.
Sep 3 2020, 12:28 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg renamed T2538: Add new option for the CLI swh-deposit for the metadata-only deposit from Add new option for the CLI swh-deposit for the only metadata deposit to Add new option for the CLI swh-deposit for the metadata-only deposit.
Sep 3 2020, 12:28 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg added a subtask for T2537: Extend new deposit endpoint to support metadata-only deposits: T2312: Review metadata deposit specs for metadata-only deposit.
Sep 3 2020, 12:27 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg added a parent task for T2312: Review metadata deposit specs for metadata-only deposit: T2537: Extend new deposit endpoint to support metadata-only deposits.
Sep 3 2020, 12:27 PM · Metadata workflow, Roadmap 2020
moranegg updated subscribers of T2312: Review metadata deposit specs for metadata-only deposit.

After this morning's meeting with @vlorentz and @ardumont:
We will keep the metadata-only deposit specs with the idea of a separate namespace swh for which we need to write the schema (not sure we have that).

Sep 3 2020, 12:26 PM · Metadata workflow, Roadmap 2020
moranegg triaged T2559: Modify redirection on https://softwareheritage.org/swhid as Normal priority.
Sep 3 2020, 11:07 AM · Website, SWORD deposit, Metadata workflow

Sep 1 2020

moranegg added a comment to T2527: Review codemeta.json export from HAL.

It's linking to a blog post, it's not even the formal documentation..
There is also the notion of persistence.

Sep 1 2020, 5:08 PM · SWORD deposit, Metadata workflow
moranegg added a comment to T2527: Review codemeta.json export from HAL.

So should we have a redirection to the SWHID docs on https://softwareheritage.org/swhid or use the current link?

Sep 1 2020, 3:40 PM · SWORD deposit, Metadata workflow
moranegg added a comment to T2527: Review codemeta.json export from HAL.

The resolver for SWHIDs can be https://archive.softwareheritage.org/ so should it be the value of PropertyID or the one you have written: https://softwareheritage.org/swhid?
The same is with HAL: https://hal.archives-ouvertes.fr/ adding the HAL-ID to the end resolves the identifier.
So is that correct?

{
...
"identifier": [
	{
	  "@type": "PropertyValue",
	  "propertyID": "https://archive.softwareheritage.org/",
	  "value": "swh:1:dir:9f85c8f51850028a9fbc03463c74de29a2d24c6c"
	},
    {
	  "@type": "PropertyValue",
	  "propertyID": "https://hal.archives-ouvertes.fr/",
	  "value": "hal-02071874"
    }        
],
...
}

or

{
...
"identifier": [
	{
	  "@type": "PropertyValue",
	  "propertyID": "https://archive.softwareheritage.org/SWHID",
	  "value": "swh:1:dir:9f85c8f51850028a9fbc03463c74de29a2d24c6c"
	},
    {
	  "@type": "PropertyValue",
	  "propertyID": "https://hal.archives-ouvertes.fr/HAL-ID",
	  "value": "hal-02071874"
    }        
],
...
}
Sep 1 2020, 11:32 AM · SWORD deposit, Metadata workflow
moranegg added a comment to T2537: Extend new deposit endpoint to support metadata-only deposits.

After a talk with Bruno and Yannick on HAL, they say that depositing metadata is: 6.5.2. Replacing the Metadata of a Resource
because the resource already exists on SWH and this should be a PUT of new (maybe new from scratch) metadata on an existing identifier (SWHID).

Sep 1 2020, 11:27 AM · Roadmap 2020, SWORD deposit, Scientific Community Building

Aug 31 2020

moranegg added a comment to T2311: Review the deposit of CodeMeta metadata in xml (following SWORD V2 specs) .

DublinCore hasn't enough properties to answer our software properties requirements.

Aug 31 2020, 11:49 PM · SWORD deposit, Metadata workflow, Roadmap 2020
moranegg updated subscribers of T2312: Review metadata deposit specs for metadata-only deposit.

@vlorentz :

serialization format: @type is missing

Aug 31 2020, 3:13 PM · Metadata workflow, Roadmap 2020
moranegg added a comment to T2527: Review codemeta.json export from HAL.

List of comments from this collaborative document: https://hackmd.io/g_6J8cBETBi66R9AvPAGOA

Aug 31 2020, 2:39 PM · SWORD deposit, Metadata workflow

Aug 26 2020

moranegg triaged T2541: Write specifications on the metadata only deposit requirements and process as Normal priority.
Aug 26 2020, 5:42 PM · Documentation, Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg triaged T2540: support the loading of metadata-only deposits in the metadata storage as Normal priority.
Aug 26 2020, 5:40 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg triaged T2539: Write specifications about metadata verifications on metadata-only deposit as Normal priority.
Aug 26 2020, 5:33 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg added a parent task for T2537: Extend new deposit endpoint to support metadata-only deposits: T2538: Add new option for the CLI swh-deposit for the metadata-only deposit.
Aug 26 2020, 5:29 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg added a subtask for T2538: Add new option for the CLI swh-deposit for the metadata-only deposit: T2537: Extend new deposit endpoint to support metadata-only deposits.
Aug 26 2020, 5:29 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg triaged T2538: Add new option for the CLI swh-deposit for the metadata-only deposit as Normal priority.
Aug 26 2020, 5:29 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg triaged T2537: Extend new deposit endpoint to support metadata-only deposits as Normal priority.
Aug 26 2020, 5:22 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg updated subscribers of T1755: Create artifact release when 'releaseNotes' is in metadata .

now that the metadata is going to be in a separated metadata storage, there is the question of keeping the revision artifact.

Aug 26 2020, 5:18 PM · SWORD deposit
moranegg updated the task description for T2179: Document user stories on website or archive.
Aug 26 2020, 5:15 PM · Documentation
moranegg added a comment to T2329: Extend CodeMeta vocabulary to qualify author relationships.

@vlorentz can we say that by using both CodeMeta and schema.org namespaces, we can use the roles in the metadata of a deposit?

Aug 26 2020, 5:12 PM · Scientific Community Building, Metadata workflow
moranegg closed T1732: Extend metadata for portals depositing software through SWORD, a subtask of T2344: Build a connector for software deposit via Zenodo/InvenioRDM, as Resolved.
Aug 26 2020, 5:10 PM · meta-task, Roadmap 2022, Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg closed T1732: Extend metadata for portals depositing software through SWORD as Resolved.

The referencePublication property is available on the HAL preprod platform (waiting for deployment).
Also, IPOL is using the referencePublication property on the deposits to SWH.

Aug 26 2020, 5:10 PM · Scientific Community Building, SWORD deposit
moranegg added a comment to T2480: Write specification for a Zenodo deposit to SWH.

https://hackmd.io/YIJXcf3YTDiwwYGD-yePrA

Aug 26 2020, 4:59 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg closed T2480: Write specification for a Zenodo deposit to SWH, a subtask of T2344: Build a connector for software deposit via Zenodo/InvenioRDM, as Resolved.
Aug 26 2020, 4:59 PM · meta-task, Roadmap 2022, Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg closed T2480: Write specification for a Zenodo deposit to SWH as Resolved.
Aug 26 2020, 4:59 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg added a comment to T2344: Build a connector for software deposit via Zenodo/InvenioRDM.

Here is the pad shared with the InvenioRDM team:
https://hackmd.io/YIJXcf3YTDiwwYGD-yePrA

Aug 26 2020, 4:55 PM · meta-task, Roadmap 2022, Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg added a comment to T1897: Specify dates schema when dealing with Legacy Software.

We need to review this task with the current workflows.

Aug 26 2020, 4:39 PM · SWORD deposit, Metadata workflow, Scientific Community Building

Aug 21 2020

moranegg added projects to T2527: Review codemeta.json export from HAL: Metadata workflow, SWORD deposit.
Aug 21 2020, 4:42 PM · SWORD deposit, Metadata workflow
moranegg triaged T2527: Review codemeta.json export from HAL as Normal priority.
Aug 21 2020, 11:59 AM · SWORD deposit, Metadata workflow

Jul 9 2020

moranegg added a comment to T2347: Add direct access from website to archive with search box.

I put it in high, since the Web-App UI is ready for a direct access using the search box in the landing page of the main website.

Jul 9 2020, 10:18 PM · Website
moranegg raised the priority of T2347: Add direct access from website to archive with search box from Normal to High.
Jul 9 2020, 10:17 PM · Website

Jul 6 2020

moranegg updated the task description for T2480: Write specification for a Zenodo deposit to SWH.
Jul 6 2020, 12:25 PM · Roadmap 2020, SWORD deposit, Scientific Community Building
moranegg triaged T2480: Write specification for a Zenodo deposit to SWH as Normal priority.
Jul 6 2020, 12:25 PM · Roadmap 2020, SWORD deposit, Scientific Community Building

Jul 1 2020

moranegg triaged T2472: Indexing intrinsic metadata in a deposit using a sub-folder for the content as Normal priority.
Jul 1 2020, 5:35 PM · Intrinsic metadata, Indexer, SWORD deposit

Jun 25 2020

moranegg triaged T2467: Create Wikidata bot for adding SWHID on software entities as Low priority.
Jun 25 2020, 11:27 PM · Software Stories
moranegg updated subscribers of T2327: Review UX proposition for specific use-cases.

@anlambert I already saw a lot of improvements in the last few days/weeks and it looks great !
Can you ping me when you complete all UX/UI tasks so I can review the changes with the set of questions above?

Jun 25 2020, 11:16 PM · Web app
moranegg added a comment to T2079: Prepare collaborative document for how to use SWHID on WikiData for preservation and discovery.

Discussion with the WikiDigi WG was captured here in 2018: https://docs.google.com/document/d/1EZIBvENaY-atx9PvoOKUb9setQTERV2rmLvpMrJd2e0/edit?usp=sharing

Jun 25 2020, 11:13 PM · Software Stories

Jun 12 2020

moranegg triaged T2448: Add IPOL logo to the archive main page as Normal priority.
Jun 12 2020, 11:11 AM · Web app

May 28 2020

moranegg added a comment to T2393: Two deposits of files the same name and a "compound" extension fails the checker.

Thanks @vlorentz.
Is this something that can be fixed easily or should I ask the client to change the names on the deposited archives?

May 28 2020, 12:02 PM · SWORD deposit
moranegg triaged T2427: Fix missing origin in permalink box when using old SWHID as Normal priority.
May 28 2020, 11:50 AM · Web app

May 26 2020

moranegg created P681 IPOL metadata swh:1:rev:672487d8be02ed1bc026297dabf2d7a0cea00d2d.
May 26 2020, 3:13 PM
moranegg accepted D3154: Add artifact metadata to the extrinsic metadata storage specification..

Looks good!
I added a comment about the an URL typo which we discussed on IRC (and decided it's a URL because we trust Wikipedia) :-)

May 26 2020, 11:50 AM

May 21 2020

moranegg closed T2418: Answer IPOL's interrogations on deposit metadata as Resolved.
May 21 2020, 5:49 PM · Metadata workflow, SWORD deposit
moranegg updated the task description for T2418: Answer IPOL's interrogations on deposit metadata.
May 21 2020, 5:45 PM · Metadata workflow, SWORD deposit
moranegg updated the task description for T2418: Answer IPOL's interrogations on deposit metadata.
May 21 2020, 5:44 PM · Metadata workflow, SWORD deposit

May 20 2020

moranegg added projects to T2418: Answer IPOL's interrogations on deposit metadata: SWORD deposit, Metadata workflow.
May 20 2020, 8:44 PM · Metadata workflow, SWORD deposit
moranegg triaged T2418: Answer IPOL's interrogations on deposit metadata as High priority.
May 20 2020, 8:43 PM · Metadata workflow, SWORD deposit
moranegg accepted D3166: swh-deposit: Drop swh_anchor_id* columns from model Deposit.

You can go ahead and drop swh_anchor_id, we have notified the organization that might have used that.

May 20 2020, 11:15 AM

May 18 2020

moranegg added a comment to T1832: create a mailing list swh-user-announce.

New use case for this mailing list:
announcing changes like in T2398

May 18 2020, 5:59 PM · SWORD deposit
moranegg added a comment to T2398: Simplify/update the SWHIDs returned from a SWORD deposit.

Here is the planned email:
subject: [Software Heritage] We are updating our SWHID

May 18 2020, 5:43 PM · SWORD deposit
moranegg added a comment to T2398: Simplify/update the SWHIDs returned from a SWORD deposit.
May 18 2020, 5:26 PM · SWORD deposit
moranegg added a comment to T2398: Simplify/update the SWHIDs returned from a SWORD deposit.

I'm waiting for a test from HAL to resolve this task.
Who do we contact on Intel side? (@zack ?)

May 18 2020, 4:34 PM · SWORD deposit
moranegg updated subscribers of T2409: Remove trailing SWHID qualifiers from origin URL column in deposit admin page.

That's strange behavior.
Would that be because of the change we had last week, the origin looks like the new SWH-ID ? (@ardumont )
here an example of an origin on the deposit admin page:

https://doi.org/10.5201/ipol.2018.236;visit=swh:1:snp:07c80b96ab64e714fb69ed725f6b18caf87763ba;anchor=swh:1:rev:e8c3b521316edb2840078fae44cad9a66d5f5fbb;path=/

Oh, I know why, because the origin is extracted in the admin view from the swh-id...

May 18 2020, 11:43 AM · Web app

May 15 2020

moranegg accepted D3153: Migrate deposit SWHIDs (data) to the new specification.

Looks reasonable.
A I said, I can't test ;-) But I'll accept that.
Regarding sending HAL an email, I'm in a call with them in two weeks.
This is a migration that won't affect the links they have and I'm not sure they want to migrate their data.
I suggest asking them on the call, and if they want to migrate, email some instructions.

May 15 2020, 11:49 AM · SWORD deposit
moranegg added a comment to D3154: Add artifact metadata to the extrinsic metadata storage specification..

This is a great idea to add context.
I always thought the multiplicity will be from having a lot of authorities saying different things about artifacts.
Haven't realized that the same object in a different context can have in itself different metadata.

May 15 2020, 11:07 AM

May 14 2020

moranegg added a comment to T2398: Simplify/update the SWHIDs returned from a SWORD deposit.

I agree.
From the HAL point of view, this is not a problem because they don't use the deposit DB to request the identifier, they directly link to the swh-revision (At that time we decided to point from HAL to revisions) and the revision identifier is still correct.

May 14 2020, 5:25 PM · SWORD deposit
moranegg added a comment to T2369: Review IPOL deposit metadata.

P668 and P672 show that metadata is ok now.
I'm still a bit worried about linking between parent and child revisions with the same --slug (which do not appear on the history page in the WEB-UI).
@ardumont can you verify if how the revision below looks like on the deposit DB?
https://archive.softwareheritage.org/swh:1:rev:e8c3b521316edb2840078fae44cad9a66d5f5fbb;origin=https://doi.org/10.5201/ipol.2018.236;visit=swh:1:snp:07c80b96ab64e714fb69ed725f6b18caf87763ba/

May 14 2020, 5:21 PM · Metadata workflow, SWORD deposit
moranegg created P672 IPOL revision e8c3b521316edb2840078fae44cad9a66d5f5fbb.
May 14 2020, 5:16 PM · Metadata workflow, SWORD deposit
moranegg closed T2369: Review IPOL deposit metadata as Resolved.
May 14 2020, 5:14 PM · Metadata workflow, SWORD deposit

May 12 2020

moranegg created P668 swh:1:rev:cd8faa35b66794fecfc5c1e49c826d1a287ab410;origin=https://doi.org/10.5201/ipol.2018.236;visit=swh:1:snp:994f6ca7c49b1012768c4a5a6470f17f28d0e294.
May 12 2020, 4:25 PM · SWORD deposit, Metadata workflow
moranegg updated subscribers of T2398: Simplify/update the SWHIDs returned from a SWORD deposit.

HAL uses the deposit_swh_id and the concatenation with the origin_url is done on HAL side.
I think it's safer to have HAL change this and use the deposit_swh_id_context.

May 12 2020, 11:58 AM · SWORD deposit

May 11 2020

moranegg added a comment to T2391: Document `--create-origin` on the swh-deposit client for origin creation.

When we set up an explicit deposit collection with a client we configure on SWH side a root URL for the deposits, named provider_url, and whenever a new deposit comes in, we record as a reference url for that deposit the concatenation of the root URL with the value passed to the swh deposit client via the --slug option.

May 11 2020, 5:46 PM · SWORD deposit

May 10 2020

moranegg added a subtask for T2399: Update SWORD deposit documentation about the returned SWHID: T2391: Document `--create-origin` on the swh-deposit client for origin creation.
May 10 2020, 10:17 PM · SWORD deposit
moranegg added a parent task for T2391: Document `--create-origin` on the swh-deposit client for origin creation: T2399: Update SWORD deposit documentation about the returned SWHID.
May 10 2020, 10:17 PM · SWORD deposit
moranegg merged task T2366: Review Persistent identifiers (PIDs) with context in deposit into T2398: Simplify/update the SWHIDs returned from a SWORD deposit.
May 10 2020, 10:16 PM · SWORD deposit
moranegg merged T2366: Review Persistent identifiers (PIDs) with context in deposit into T2398: Simplify/update the SWHIDs returned from a SWORD deposit.
May 10 2020, 10:16 PM · SWORD deposit

May 7 2020

moranegg renamed T2396: Link Wikidata entities (Qxxx) to SWH origins with a new property/qualifier from Create property on Wikidata for SWH origins to Create links from Wikidata to SWH origins.
May 7 2020, 11:34 PM · Metadata workflow, Software Stories
moranegg added a comment to T2396: Link Wikidata entities (Qxxx) to SWH origins with a new property/qualifier.

This is one possibility by adding a qualifier to the source code repository (option 2).
I see that the task title might be leading.

May 7 2020, 11:33 PM · Metadata workflow, Software Stories
moranegg triaged T2397: Review semantic gaps in the CodeMeta crosswalk table as Low priority.
May 7 2020, 11:30 PM · Software Stories
moranegg triaged T2396: Link Wikidata entities (Qxxx) to SWH origins with a new property/qualifier as Low priority.
May 7 2020, 11:21 PM · Metadata workflow, Software Stories
moranegg renamed T2079: Prepare collaborative document for how to use SWHID on WikiData for preservation and discovery from Prepare collaborative document for Wikidata -> SWH-ID for preservation and discovery to Prepare collaborative document for how to use SWHID on WikiData for preservation and discovery.
May 7 2020, 11:11 PM · Software Stories
moranegg placed T1755: Create artifact release when 'releaseNotes' is in metadata up for grabs.
May 7 2020, 12:04 PM · SWORD deposit
moranegg added a comment to T2369: Review IPOL deposit metadata.

With the new deposits on May 7th we have:

origin

The origin: https://doi.org/10.5201/ipol.2018.236
https://archive.softwareheritage.org/browse/origin/visits/?origin_url=https://doi.org/10.5201/ipol.2018.236

May 7 2020, 11:46 AM · Metadata workflow, SWORD deposit
moranegg added a comment to P665 swh:1:rev:17ba798378f39d47e0525ac436856976262ac733;origin=https://doi.org/10.5201/ipol.2018.236.

swh:1:rev:baabf12542cd6df80af9594de8922b5281f07272;origin=https://doi.org/10.5201/ipol.2018.236
deposit 595

{
    "extrinsic": {
        "provider": "https://deposit.softwareheritage.org/1/private/595/meta/",
        "raw": {
            "origin": {
                "type": "deposit",
                "url": "https://doi.org/10.5201/ipol.2018.236"
            },
            "origin_metadata": {
                "metadata": {
                    "@xmlns": "http://www.w3.org/2005/Atom",
                    "@xmlns:codemeta": "https://doi.org/10.5063/SCHEMA/CODEMETA-2.0",
                    "codemeta:applicationCategory": "Image Processing On Line (IPOL)",
                    "codemeta:author": {
                        "codemeta:affiliation": "Universitat Illes Balears, Spain",
                        "codemeta:name": "Jose-Luis Lisani"
                    },
                    "codemeta:dateCreated": "2018-11-14",
                    "codemeta:datePublished": "2018-12-07",
                    "codemeta:description": "Implementation of Shape Preserving Local Histogram Modification Algorithm",
                    "codemeta:downloadUrl": "https://www.ipol.im/pub/art/2018/236/mlheIPOL.tgz",
                    "codemeta:identifier": "https://doi.org/10.5201/ipol.2018.236",
                    "codemeta:isPartOf": {
                        "codemeta:identifier": "ISSN: 2105-1232 DOI: 10.5201/ipol",
                        "codemeta:name": "Image Processing On Line (IPOL)",
                        "codemeta:type": "Journal"
                    },
                    "codemeta:keywords": [
                        "contrast enhancement",
                        "histogram modification",
                        "local processing"
                    ],
                    "codemeta:license": {
                        "codemeta:name": "LGPL-3.0-or-later",
                        "codemeta:url": "https://spdx.org/licenses/LGPL-3.0-or-later.html"
                    },
                    "codemeta:operatingSystem": "Linux",
                    "codemeta:programmingLanguage": "C++",
                    "codemeta:referencePublication": {
                        "codemeta:abstract": "In this paper we describe the implementation of the algorithm for local contrast enhancement published by Caselles et al. in 1999. This algorithm was the first designed explicitly to increase the contrast while preserving the so-called 'shape structure' of the image, that is, its set of level sets. According to the mathematical morphology school, artifacts are created when this structure is modified. The original algorithm is described and also two alternative implementations are proposed, which limit the over-enhancement of noise.",
                        "codemeta:identifier": "https://doi.org/10.5201/ipol.2018.236",
                        "codemeta:name": "An Analysis and Implementation of the Shape Preserving\n                Local Histogram Modification Algorithm",
                        "codemeta:url": "https://www.ipol.im/pub/art/2018/236/article_lr.pdf"
                    },
                    "codemeta:relatedLink": "http://ipolcore.ipol.im/demo/clientApp/demo.html?id=236",
                    "codemeta:releaseNotes": "Given an input image this demo computes the result of the three versions of the MLHE algorithm described in the associated article: MLHE HE, MLHE PAE and MLHE CLAHE. The users can select the parameters of each method. The default parameters are the same described in the article. For comparison, the results of classical histogram equalization (HE) and CLAHE are also displayed. We use obtained the Matlab implementation of the CLAHE algorithm. Both HE and CLAHE are applied on the intensity component of the input image and the output color image is obtained as in the MLHE methods.",
                    "codemeta:url": "https://www.ipol.im/pub/art/2018/236/",
                    "codemeta:version": "1.0",
                    "external_identifier": "ipol.2018.236",
                    "title": "mlheIPOL"
                },
                "provider": {
                    "metadata": {},
                    "provider_name": "",
                    "provider_type": "deposit_client",
                    "provider_url": "https://doi.org/10.5201/"
                },
                "tool": {
                    "configuration": {
                        "sword_version": 2
                    },
                    "name": "swh-deposit",
                    "version": "0.0.1"
                }
            }
        },
        "when": "2020-05-07T00:53:02.036759+00:00"
    },
    "original_artifact": [
        {
            "checksums": {
                "sha1": "cdce42697925513b15824f69bd461ec6f3bc9571",
                "sha256": "2a261e6b673f09f60185f6fbf874a828d3b5aeee946d38dd2f2bc4d899db0b1a"
            },
            "filename": "archive.zip",
            "length": 661595
        }
    ]
}
May 7 2020, 11:34 AM · Metadata workflow, SWORD deposit
moranegg added a comment to P665 swh:1:rev:17ba798378f39d47e0525ac436856976262ac733;origin=https://doi.org/10.5201/ipol.2018.236.

swh:1:rev:1bb3dbaf98e4e775ed84a9e2d428246a47ab12d6;origin=https://doi.org/10.5201/ipol.2018.236
deposit 597

{
    "extrinsic": {
        "provider": "https://deposit.softwareheritage.org/1/private/597/meta/",
        "raw": {
            "origin": {
                "type": "deposit",
                "url": "https://doi.org/10.5201/ipol.2018.236"
            },
            "origin_metadata": {
                "metadata": {
                    "@xmlns": "http://www.w3.org/2005/Atom",
                    "@xmlns:codemeta": "https://doi.org/10.5063/SCHEMA/CODEMETA-2.0",
                    "codemeta:applicationCategory": "Image Processing On Line (IPOL)",
                    "codemeta:author": {
                        "codemeta:affiliation": "Universitat Illes Balears, Spain",
                        "codemeta:name": "Jose-Luis Lisani"
                    },
                    "codemeta:dateCreated": "2018-11-14",
                    "codemeta:datePublished": "2018-12-07",
                    "codemeta:description": "Implementation of Shape Preserving Local Histogram Modification Algorithm",
                    "codemeta:downloadUrl": "https://www.ipol.im/pub/art/2018/236/mlheIPOL.tgz",
                    "codemeta:identifier": "https://doi.org/10.5201/ipol.2018.236",
                    "codemeta:isPartOf": {
                        "codemeta:identifier": "ISSN: 2105-1232 DOI: 10.5201/ipol",
                        "codemeta:name": "Image Processing On Line (IPOL)",
                        "codemeta:type": "Journal"
                    },
                    "codemeta:keywords": [
                        "contrast enhancement",
                        "histogram modification",
                        "local processing"
                    ],
                    "codemeta:license": {
                        "codemeta:name": "LGPL-3.0-or-later",
                        "codemeta:url": "https://spdx.org/licenses/LGPL-3.0-or-later.html"
                    },
                    "codemeta:operatingSystem": "Linux",
                    "codemeta:programmingLanguage": "C++",
                    "codemeta:referencePublication": {
                        "codemeta:abstract": "In this paper we describe the implementation of the algorithm for local contrast enhancement published by Caselles et al. in 1999. This algorithm was the first designed explicitly to increase the contrast while preserving the so-called 'shape structure' of the image, that is, its set of level sets. According to the mathematical morphology school, artifacts are created when this structure is modified. The original algorithm is described and also two alternative implementations are proposed, which limit the over-enhancement of noise.",
                        "codemeta:identifier": "https://doi.org/10.5201/ipol.2018.236",
                        "codemeta:name": "An Analysis and Implementation of the Shape Preserving\n                Local Histogram Modification Algorithm",
                        "codemeta:url": "https://www.ipol.im/pub/art/2018/236/article_lr.pdf"
                    },
                    "codemeta:relatedLink": "http://ipolcore.ipol.im/demo/clientApp/demo.html?id=236",
                    "codemeta:releaseNotes": "Given an input image this demo computes the result of the three versions of the MLHE algorithm described in the associated article: MLHE HE, MLHE PAE and MLHE CLAHE. The users can select the parameters of each method. The default parameters are the same described in the article. For comparison, the results of classical histogram equalization (HE) and CLAHE are also displayed. We use obtained the Matlab implementation of the CLAHE algorithm. Both HE and CLAHE are applied on the intensity component of the input image and the output color image is obtained as in the MLHE methods.",
                    "codemeta:url": "https://www.ipol.im/pub/art/2018/236/",
                    "codemeta:version": "1.2",
                    "external_identifier": "ipol.2018.236",
                    "title": "mlheIPOL"
                },
                "provider": {
                    "metadata": {},
                    "provider_name": "",
                    "provider_type": "deposit_client",
                    "provider_url": "https://doi.org/10.5201/"
                },
                "tool": {
                    "configuration": {
                        "sword_version": 2
                    },
                    "name": "swh-deposit",
                    "version": "0.0.1"
                }
            }
        },
        "when": "2020-05-07T00:53:01.636065+00:00"
    },
    "original_artifact": [
        {
            "checksums": {
                "sha1": "cdce42697925513b15824f69bd461ec6f3bc9571",
                "sha256": "2a261e6b673f09f60185f6fbf874a828d3b5aeee946d38dd2f2bc4d899db0b1a"
            },
            "filename": "archive.zip",
            "length": 661595
        }
    ]
}
May 7 2020, 11:30 AM · Metadata workflow, SWORD deposit
moranegg created P665 swh:1:rev:17ba798378f39d47e0525ac436856976262ac733;origin=https://doi.org/10.5201/ipol.2018.236.
May 7 2020, 11:26 AM · Metadata workflow, SWORD deposit

May 5 2020

moranegg added a comment to T2369: Review IPOL deposit metadata.

Instructions given to José-Luis with the following files:

May 5 2020, 12:17 PM · Metadata workflow, SWORD deposit
moranegg triaged T2391: Document `--create-origin` on the swh-deposit client for origin creation as Normal priority.
May 5 2020, 10:52 AM · SWORD deposit

May 4 2020

moranegg added a comment to T2369: Review IPOL deposit metadata.

Still needs review:

  • external_identifier

use ipol.<year>.<id> like used in the DOI identifier

May 4 2020, 5:35 PM · Metadata workflow, SWORD deposit
moranegg added a comment to T2377: Check why origin is created for IPOL with uuid.

The slug must be added to params.
Origin is created from the concatenation of provider_url+slug.

May 4 2020, 5:12 PM · Metadata workflow, SWORD deposit

Apr 30 2020

moranegg closed T2381: Validate extrinsic metadata terminology as Resolved.
Apr 30 2020, 11:13 AM · Metadata workflow

Apr 28 2020

moranegg added a comment to T2035: Create codemeta generator tool.

@vlorentz you should have the honor to mark this task as resolved ;-)

Apr 28 2020, 12:05 AM · CodeMeta Generator, Metadata workflow
moranegg added a comment to T2035: Create codemeta generator tool.

Tool is up and running here: https://codemeta.github.io/codemeta-generator/

Apr 28 2020, 12:04 AM · CodeMeta Generator, Metadata workflow
moranegg closed T2037: [CodeMeta] Add the possibility to add more terms from CodeMeta and schema.org, a subtask of T2036: [CodeMeta] Validate codemeta.json output, as Resolved.
Apr 28 2020, 12:03 AM · CodeMeta Generator, Metadata workflow
moranegg closed T2037: [CodeMeta] Add the possibility to add more terms from CodeMeta and schema.org as Resolved.
Apr 28 2020, 12:03 AM · CodeMeta Generator, Metadata workflow
moranegg added a comment to T2037: [CodeMeta] Add the possibility to add more terms from CodeMeta and schema.org.

moved to https://github.com/codemeta/codemeta-generator/issues/8

Apr 28 2020, 12:03 AM · CodeMeta Generator, Metadata workflow

Apr 27 2020

moranegg closed T2041: [CodeMeta] Add helpers to complete form, a subtask of T2037: [CodeMeta] Add the possibility to add more terms from CodeMeta and schema.org, as Resolved.
Apr 27 2020, 11:57 PM · CodeMeta Generator, Metadata workflow
moranegg closed T2041: [CodeMeta] Add helpers to complete form as Resolved.

moved to https://github.com/codemeta/codemeta-generator/issues/7

Apr 27 2020, 11:57 PM · CodeMeta Generator, Metadata workflow
moranegg closed T2046: [CodeMeta] Add checker that file is complete for citation, a subtask of T2041: [CodeMeta] Add helpers to complete form, as Resolved.
Apr 27 2020, 11:55 PM · CodeMeta Generator, Metadata workflow
moranegg closed T2046: [CodeMeta] Add checker that file is complete for citation as Resolved.

repository moved to https://github.com/codemeta/codemeta-generator/
issue moved to https://github.com/codemeta/codemeta-generator/issues/6

Apr 27 2020, 11:55 PM · CodeMeta Generator, Metadata workflow
moranegg added a comment to T2292: [CodeMeta generator] Add how to contribute information to the README.

repository moved to https://github.com/codemeta/codemeta-generator/

Apr 27 2020, 11:51 PM · CodeMeta Generator, Metadata workflow
moranegg closed T2292: [CodeMeta generator] Add how to contribute information to the README, a subtask of T2150: [CodeMeta generator] Share tool on GitHub to facilitate contributions, as Resolved.
Apr 27 2020, 11:51 PM · CodeMeta Generator, Metadata workflow
moranegg closed T2292: [CodeMeta generator] Add how to contribute information to the README as Resolved.
Apr 27 2020, 11:51 PM · CodeMeta Generator, Metadata workflow
moranegg moved T2378: Create mapping IPOL to CodeMeta for the crosswalk table from Backlog to Crosswalks and mappings on the Metadata workflow board.
Apr 27 2020, 11:49 PM · Metadata workflow
moranegg moved T2377: Check why origin is created for IPOL with uuid from Backlog to Specifications on the Metadata workflow board.
Apr 27 2020, 11:49 PM · Metadata workflow, SWORD deposit