redcap-qr-code-links
Convert anchor tags on REDCap data entry and survey forms into QR codes
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.4%) to scientific vocabulary
Keywords
mcri
murdoch-childrens
redcap
redcap-external-module
redcap-repo
Last synced: 6 months ago
·
JSON representation
·
Repository
Convert anchor tags on REDCap data entry and survey forms into QR codes
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
mcri
murdoch-childrens
redcap
redcap-external-module
redcap-repo
Created over 4 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
Citation
README.md
REDCap External Module: QR Code Links
Converts any anchor tags with the class em-qr-code on a survey or data entry form into a QR Code.
<a href="https://www.mcri.edu.au/" target="_blank" class="em-qr-code">https://www.mcri.edu.au/</a>
If the anchor also has the class em-qr-code-this then the href attribute is overwritten with the current URL.
<a href="#" target="_blank" class="em-qr-code em-qr-code-this">This Page</a>
Owner
- Name: Luke
- Login: lsgs
- Kind: user
- Location: Melbourne, Australia
- Company: Murdoch Children's Research Institute
- Repositories: 12
- Profile: https://github.com/lsgs
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: 'REDCap External Module: QR Code Links'
message: >-
If you use this external module, and wish to cite it
alongside REDCap itself, you may do so using the metadata
from this file.
type: software
authors:
- given-names: Luke
family-names: Stevens
email: luke.stevens@mcri.edu.au
affiliation: Murdoch Children's Research Institute
orcid: 'https://orcid.org/0000-0001-8878-3326'
repository-code: 'https://github.com/lsgs/redcap-qr-code-links'
abstract: >-
An external module for the REDCap web-based data capture
application that converts anchor tags with the class
"em-qr-code" on a survey or data entry form into a QR Code
(PNG image).
keywords:
- REDCap
- electronic data capture
- redcap external module
license: GPL-3.0