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

Updates for Jozef #119

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@
"agreeWithCdiscCodeOfEthics": true,
"projectMaturity": "Stable",
"user": [
"Data Manager",
"Programmer",
"Biostatistician",
"Medical Writer"
"The \"Smart Submission Dataset Viewer\" is not only ideally suited for reviewers at the regulatory authorities but also for pharma sponsors, CROs, technology and service providers who work with CDISC electronic submissions."
],
"logoUrl": "./logo.png"
},
"detailedDescription": {
"problem": "The \"Smart Submission Dataset Viewer\" is the successor of the \"Smart Dataset-XML Viewer\" (discontinued) allowing to inspect CDISC SDTM, SEND and ADaM submission files in the modern CDISC Dataset-XML standard format.\n",
"solution": "The \"Smart Submission Dataset Viewer\" has many features that go far beyond what reviewers at the regulatory authorities usually have available, this thanks to the use of the modern XML format (regulatory authorities still use the outdated XPT - Transport 5 - format).",
"openSourceConsiderations": "The \"Smart Submission Dataset Viewer\" uses most modern technologies such as RESTful web services and XQuery for validation (support for the \"Open Rules for CDISC Standards\" initiative). It is one of the first open source applications implementing the \"CDISC Library API\".",
"problem": "The \"Smart Submission Dataset Viewer\" is the successor of the \"Smart Dataset-XML Viewer\" (discontinued) allowing to inspect CDISC SDTM, SEND and ADaM submission files in the modern CDISC Dataset-JSON 1.1 standard format.\n",
"solution": "The \"Smart Submission Dataset Viewer\" has many features that go far beyond what reviewers at the regulatory authorities usually have available, this thanks to the use of the modern Dataset-JSON 1.1 format (regulatory authorities still use the outdated XPT - Transport 5 - format).",
"openSourceConsiderations": "The \"Smart Submission Dataset Viewer\" uses most modern technologies such as RESTful web services and CDISC CORE for validation. It is one of the first open source applications implementing the \"CDISC Library API\".",
"maintenanceModel": "",
"projectSize": "",
"contributors": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,22 @@ projectInfo:
agreeWithCdiscCodeOfEthics: true
projectMaturity: Stable
user:
- Data Manager
- Programmer
- Biostatistician
- Medical Writer
- The "Smart Submission Dataset Viewer" is not only ideally suited for reviewers at the regulatory authorities but also for pharma sponsors, CROs, technology and service providers who work with CDISC electronic submissions.
logoUrl: ./logo.png
detailedDescription:
problem: >
The "Smart Submission Dataset Viewer" is the successor of the "Smart
Dataset-XML Viewer" (discontinued) allowing to inspect CDISC SDTM, SEND and
ADaM submission files in the modern CDISC Dataset-XML standard format.
solution: The "Smart Submission Dataset Viewer" has many features that go far
beyond what reviewers at the regulatory authorities usually have available,
this thanks to the use of the modern XML format (regulatory authorities
still use the outdated XPT - Transport 5 - format).
The "Smart Submission Dataset Viewer" is the successor of the "Smart
Dataset-XML Viewer" (discontinued) allowing to inspect CDISC SDTM,
SEND and ADaM submission files in the modern CDISC Dataset-JSON 1.1 standard format.
solution:
The "Smart Submission Dataset Viewer" has many features that go far
beyond what reviewers at the regulatory authorities usually have available,
this thanks to the use of the modern Dataset-JSON 1.1 format (regulatory
authorities still use the outdated XPT - Transport 5 - format).
openSourceConsiderations:
The "Smart Submission Dataset Viewer" uses most modern
technologies such as RESTful web services and XQuery for validation (support
for the "Open Rules for CDISC Standards" initiative). It is one of the first
open source applications implementing the "CDISC Library API".
The "Smart Submission Dataset Viewer" uses most modern technologies
such as RESTful web services and CDISC CORE for validation. It is
one of the first open source applications implementing the "CDISC Library API".
maintenanceModel: ''
projectSize: ''
contributors: ''
Expand Down