{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2016-08-29T12:49:53+00:00",
  "custom_fields": {},
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "eemR-V0.1.4.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:be964709a0f002655877234dc95e50fe",
        "ext": "zip",
        "id": "0c784bfa-59e3-41bb-83d8-1c776bd2909c",
        "key": "eemR-V0.1.4.zip",
        "links": {
          "content": "https://zenodo.org/api/records/61080/files/eemR-V0.1.4.zip/content",
          "self": "https://zenodo.org/api/records/61080/files/eemR-V0.1.4.zip"
        },
        "metadata": null,
        "mimetype": "application/zip",
        "size": 1438361,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 1438361
  },
  "id": "61080",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/61080/access",
    "access_grants": "https://zenodo.org/api/records/61080/access/grants",
    "access_links": "https://zenodo.org/api/records/61080/access/links",
    "access_request": "https://zenodo.org/api/records/61080/access/request",
    "access_users": "https://zenodo.org/api/records/61080/access/users",
    "archive": "https://zenodo.org/api/records/61080/files-archive",
    "archive_media": "https://zenodo.org/api/records/61080/media-files-archive",
    "communities": "https://zenodo.org/api/records/61080/communities",
    "communities-suggestions": "https://zenodo.org/api/records/61080/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.61080",
    "draft": "https://zenodo.org/api/records/61080/draft",
    "file_modification": "https://zenodo.org/api/records/61080/file-modification",
    "files": "https://zenodo.org/api/records/61080/files",
    "latest": "https://zenodo.org/api/records/61080/versions/latest",
    "latest_html": "https://zenodo.org/records/61080/latest",
    "media_files": "https://zenodo.org/api/records/61080/media-files",
    "parent": "https://zenodo.org/api/records/595488",
    "parent_doi": "https://doi.org/10.5281/zenodo.595488",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.595488",
    "parent_html": "https://zenodo.org/records/595488",
    "preview_html": "https://zenodo.org/records/61080?preview=1",
    "quota_increase": "https://zenodo.org/api/records/61080/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/61080/request-deletion",
    "requests": "https://zenodo.org/api/records/61080/requests",
    "reserve_doi": "https://zenodo.org/api/records/61080/draft/pids/doi",
    "self": "https://zenodo.org/api/records/61080",
    "self_doi": "https://doi.org/10.5281/zenodo.61080",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.61080",
    "self_html": "https://zenodo.org/records/61080",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:61080/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:61080/sequence/default",
    "versions": "https://zenodo.org/api/records/61080/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "creators": [
      {
        "person_or_org": {
          "family_name": "Philippe Massicotte",
          "name": "Philippe Massicotte",
          "type": "personal"
        }
      }
    ],
    "description": "<ul>\n\t<li>\n\t<p>eem_extract() is now more intuitive to use. remove argument has been replace by keep. If TRUE, the specified samples will be returned. If FALSE, they will be removed (#37).</p>\n\t</li>\n\t<li>\n\t<p>eem_cut() now removes specified wavelenghts instead of keeping them.</p>\n\t</li>\n\t<li>\n\t<p>eem_cut() gains an argument fill_with_na. If TRUE fluorescence at specified wavelengths will be replaced with NA instead of being removed.</p>\n\t</li>\n\t<li>\n\t<p>File structure is now kept when performing inner-filter effect correction (#35).</p>\n\t</li>\n\t<li>\n\t<p>Now using viridis space colors for plotting EEMs instead of color jet.</p>\n\t</li>\n\t<li>\n\t<p>eem_remove_scattering() no longer tolower absorbance names and will assume that the provided absorbance spectra match exactly EEM&#39;s names.</p>\n\t</li>\n\t<li>\n\t<p>Fixing a bug that prevented the interactive plot to work properly.</p>\n\t</li>\n\t<li>\n\t<p>summary(x) and print(x) now return a data frame containing summarized information on EEMs contained in x. See ?summary.eemlist.</p>\n\t</li>\n\t<li>\n\t<p>eem_raman_normalisation() and eem_remove_blank() will average blank EEMs if more than one are provided or found in the folder (#23).</p>\n\t</li>\n\t<li>\n\t<p>eem_raman_normalisation(), eem_remove_blank() and eem_inner_filter_effect() will now verify if the correction has been already performed. If so, an unmodified EEM will be returned.</p>\n\t</li>\n\t<li>\n\t<p>eem_raman_normalisation() now interpolates blank EEM to ensure that em at 350 and excitation between 371 and 428 exist (#31).</p>\n\t</li>\n\t<li>\n\t<p>eem_remove_blank() and eem_raman_normalisation() will now keep blank samples when automatic correction is used. When automatic correction is used, the <em>untransformed</em> blank sample will be keep in the list.</p>\n\t</li>\n\t<li>\n\t<p>An error will now occur if trying to perform blank correction after Raman normalization.</p>\n\t</li>\n</ul>",
    "publication_date": "2016-08-29",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://github.com/PMassicotte/eemR/tree/V0.1.4",
        "relation_type": {
          "id": "issupplementto",
          "title": {
            "de": "Erg\u00e4nzt",
            "en": "Is supplement to"
          }
        },
        "scheme": "url"
      }
    ],
    "resource_type": {
      "id": "software",
      "title": {
        "de": "Software",
        "en": "Software"
      }
    },
    "rights": [
      {
        "description": {
          "en": ""
        },
        "id": "gpl-2.0-only",
        "props": {
          "scheme": "spdx",
          "url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html"
        },
        "title": {
          "en": "GNU General Public License v2.0 only"
        }
      }
    ],
    "subjects": [
      {
        "subject": "fluorescence"
      },
      {
        "subject": "dom"
      },
      {
        "subject": "PARAFAC"
      },
      {
        "subject": "EEM"
      }
    ],
    "title": "eemR: eemR 0.1.4",
    "version": "V0.1.4"
  },
  "parent": {
    "access": {
      "owned_by": {
        "user": "23259"
      }
    },
    "communities": {},
    "id": "595488",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.595488",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.61080",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:61080",
      "provider": "oai"
    }
  },
  "revision_id": 11,
  "stats": {
    "all_versions": {
      "data_volume": 308441795.0,
      "downloads": 157,
      "unique_downloads": 145,
      "unique_views": 932,
      "views": 977
    },
    "this_version": {
      "data_volume": 83424938.0,
      "downloads": 58,
      "unique_downloads": 58,
      "unique_views": 395,
      "views": 405
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2020-01-25T19:21:50.844847+00:00",
  "versions": {
    "index": 1,
    "is_latest": false
  }
}