Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation #36

Open
13 tasks
skasberger opened this issue Apr 3, 2021 · 0 comments
Open
13 tasks

Improve documentation #36

skasberger opened this issue Apr 3, 2021 · 0 comments
Assignees
Labels
pkg:docs Documentation related activities prio:high status:confirmed Is a valid issue and will be moved forward soon. type:feature New feature or request
Milestone

Comments

@skasberger
Copy link
Collaborator

skasberger commented Apr 3, 2021

Improve documentation by adapting pyDataverse docs.

Requirements

  • Base upon pyDataverse docs
  • Pages
    • Homepage
    • Contributor Guide
    • FAQ
    • Resources
    • Contact
    • Installation
    • Releases
    • Basic User Guide
    • API/Reference

ACTIONS

0. Pre-Requisites

1. Plan

  • Define requirements

2. Design

  • [ ]

3. Implement

Minor bits

Pipeline

Pipeline / Project Structure

  1. Preprocessing: Collect URLs and DOIs
  • Import DOIs
    • Remove duplicates: DOIs and URLs
    • Validate DOIs
    • store DOIs
    • store OAJ URLs (if not already in the database)
  • create DOI URLs
    • new (https)
    • old (dx.doi.org)
    • https landing page (redirect)
    • store URLs
  • create unpaywall URLs
    • store URLs
  • get NCBI IDs (PMID and PMCID)
    • store PMID and PMCID
    • store URLs
  1. Operations: Collect Facebook data: ongoing
  • Facebook openGraph Request
    • request
    • store response
  • add new dois
    • create DOI URLs
    • create unpaywall URLs
    • get NCBI IDs (PMID and PMCID)
  • Priorisierung
  • Scheduling

Supportive

  • Backup & Restore: Export tables to CSV and import CSV to tables.
    • Backup table
    • Restore table
    • Delete table

Homepage

  • add features: import/export, data model, API, requests (NCBI, PMC, Facebook open graph, unpaywall

Contributing Guide

  • import/export
  • Write tests
  • Write/Update code
  • Write/Update Docs
  • Write/Update Docstrings
  • Run pytest
  • Run tox
  • Run pylint
  • Run mypy

4. Evaluate

  • Review
    • Code
    • Tests
    • Docs

5. Follow Ups

  • [ ]
@skasberger skasberger added type:feature New feature or request pkg:docs Documentation related activities prio:high status:confirmed Is a valid issue and will be moved forward soon. labels Apr 3, 2021
@skasberger skasberger added this to the 0.1.0 milestone Apr 3, 2021
@skasberger skasberger self-assigned this Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:docs Documentation related activities prio:high status:confirmed Is a valid issue and will be moved forward soon. type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant