TECHTOOLS.PK — MSCS Research Assistant

Topic ideation → RQs → Literature search → Methods & metrics → Datasets → Timeline → Citations → Ethics — everything in one place.

No login Client-side Export Markdown / CSV

YearTitleAuthorsVenueMethodDatasetMetricGap

Links are general and widely used repositories. (Kaggle, UCI, Papers With Code, HF Datasets, OpenML, Zenodo, etc.)

Email to Supervisor (progress update)
Subject: Weekly Research Update — <Project Title>

Dear <Dr./Prof. Name>,

Summary (2 lines):
- What I did this week:
- What I plan next week:
- Blockers/questions:

Artifacts:
- Link to code: 
- Results sheet: 
- Papers read: 

Regards,
<Your Name>
              
Abstract Skeleton
Context: <why does the problem matter>
Gap: <what is missing in prior work>
Method: <what you propose>
Dataset/Setup: <data + experimental setup>
Results: <main quantitative/qualitative findings>
Conclusion: <implications and future work>
              
Survey (Likert + MCQ) Starter
Demographics
- Age: [18-24, 25-34, 35-44, 45+]
- Background: [CS, Non-CS]

Likert (1-5): Strongly Disagree → Strongly Agree
- The interface was easy to use.
- The system responses were fast.
- I would use this tool again.

MCQs (one choice)
- Which feature was most helpful? [A/B/C/D]
- How did you access the tool? [Mobile/Desktop]
              
LaTeX Snippets
% Cite example
\cite{key2024example}

% Table skeleton
\begin{table}[h]
\centering
\begin{tabular}{lccc}
\toprule
Method & Acc & F1 & Time \\
\midrule
Baseline & 0.85 & 0.83 & 12m \\
Ours & 0.89 & 0.87 & 18m \\
\bottomrule
\end{tabular}
\caption{Results on <dataset>}
\label{tab:results}
\end{table}