You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.7 KiB
TeX
60 lines
1.7 KiB
TeX
\documentclass[../Main.tex]{subfiles}
|
|
\graphicspath{{\subfix{Assets/img/}}}
|
|
|
|
\begin{document}
|
|
\subsection{Data Sources}
|
|
The following are the data source I plan on using.
|
|
|
|
\subsubsection{Clinical Trials Data}
|
|
%ClinicalTrials.gov
|
|
% Key features - brief description
|
|
% Snapshots
|
|
% Why is it being included
|
|
% What specific data is used
|
|
% Enrollment, status, duration, indication, compound
|
|
% Data Manipulations for each
|
|
% Normalized: Enrollment, duration
|
|
% Categorical-to dummies: status
|
|
% Linked: indication, compound
|
|
% counts: number of sponsor changes since start.
|
|
% Links to data
|
|
|
|
\subsubsection{Drugs on Market}
|
|
%Structured Product Labels and dates of marketing
|
|
% Key features
|
|
% Why is it being included
|
|
% What specific data is used
|
|
% compound, spl, marketing dates
|
|
% Data Manipulations for each
|
|
% Linked: compound, spl -> indication
|
|
% standardize start/end dates by getting a view: compound, dates, manufacturer.
|
|
% Links to data
|
|
|
|
\subsubsection{Global Disease Burden Survey}
|
|
%Dataset name
|
|
% Key features
|
|
% Why is it being included
|
|
% What specific data is used
|
|
% Data Manipulations for each
|
|
% Links to data
|
|
|
|
|
|
%Dataset name
|
|
% Key features
|
|
% Why is it being included
|
|
% What specific data is used
|
|
% Data Manipulations for each
|
|
% Links to data
|
|
|
|
\subsection{Data Linkages}
|
|
|
|
%% Ideal
|
|
% Link trial indications to a generic indication registry
|
|
% Link SPL indications to a generic indication registry
|
|
% Link Global disease burden to a generic indication registry
|
|
% Link trial compounds a generic registry (MPT or whatever that was)?
|
|
% Link SPL compounds to a generic registry
|
|
% Link Market data to SPLs
|
|
|
|
\end{document}
|