Commit 8bc49177 authored by João Machado's avatar João Machado
Browse files

first draft for ORCID importer

parent 0bf4c503
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
            "type": "package",
            "package": {
                "name": "dinbror/blazy",
<<<<<<< HEAD
                "version": "1.8.2",
                "type": "drupal-library",
                "extra": {
@@ -46,13 +45,6 @@
                    "type": "git",
                    "url": "https://github.com/dinbror/blazy",
                    "reference": "1.8.2"
=======
                "version": "master",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/dinbror/blazy/archive/master.zip",
                    "type": "zip"
>>>>>>> udpated core; added blazy library to composer
                }
            }
        }
+6487 −0

File added.

Preview size limit exceeded, changes collapsed.

database/development.sql.gz

deleted100644 → 0
−1.43 MiB

File deleted.

Preview size limit exceeded, changes collapsed.

+22 −0
Original line number Diff line number Diff line
{
    "name": "drupal/orcid_import",
    "description": "This module intends to provide a basic ORCID data import feature for websites using the Bibliography & Citation (bibcite) module.",
    "type": "drupal-module",
    "homepage": "http://drupal.org/project/orcid_import",
    "authors": [
        {
            "name": "joum",
            "email": "joum@3462349.no-reply.drupal.org"
        }
    ],
    "require": {
        "php": ">=5.6.0",
        "drupal/bibcite": "1.x-dev"
    },
    "support": {
        "issues": "http://drupal.org/project/orcid_import",
        "irc": "irc://irc.freenode.org/drupal-contribute",
        "source": "http://cgit.drupalcode.org/orcid_import"
    },
    "minimum-stability": "dev"
}
 No newline at end of file
+8 −0
Original line number Diff line number Diff line
name: ORCID Import
description: Import Bibliography & Citations data from ORCID
core: 8.x
type: module
package: Omibee
dependencies:
  - bibcite
configure: orcid_import.settings
Loading