DeveloperLiberationFront / Program-Navigation-Plugin

2 stars 3 forks source link

Participant Table #35

Closed jssmith1 closed 8 years ago

jssmith1 commented 8 years ago

Once we're done with #33 we need to add a single column latex table to the paper. Something like:

Participant # | Years of Experience | Previous use of Eclipse

chbrown13 commented 8 years ago

Does the table need to be in any specific format?

jssmith1 commented 8 years ago

Check out what I did here to get started - https://github.com/DeveloperLiberationFront/iTrustInterviews/blob/master/iTrustInterviews.tex

jssmith1 commented 8 years ago

'\begin{table} \centering \caption{Participant Demographics} \begin{tabular}{|l|l|c|S|} \rowcolor{gray!50} \hline Participant & Job Title & Vulnerability &\multicolumn{1}{c|}{Experience} \ \rowcolor{gray!50} & & Familiarity & \multicolumn{1}{c|}{Years} \ \hline P1* & Student & \CIRCLE{}\CIRCLE{}\LEFTcircle{}\Circle{}\Circle{} & 4.5 \ \hline P2* & Test Engineer & \CIRCLE{}\CIRCLE{}\CIRCLE{}\Circle{}\Circle{} & 8 \ \hline P3 & Development Tester & \CIRCLE{}\CIRCLE{}\Circle{}\Circle{}\Circle{} & 6 \ \hline P4* & Software Developer & \CIRCLE{}\CIRCLE{}\Circle{}\Circle{}\Circle{} & 6 \ \hline P5* & Student & \CIRCLE{}\CIRCLE{}\CIRCLE{}\CIRCLE{}\Circle{} & 10 \ \hline P6 & Student & \CIRCLE{}\Circle{}\Circle{}\Circle{}\Circle{} & 4 \ \hline P7 & Software Developer & \CIRCLE{}\CIRCLE{}\CIRCLE{}\CIRCLE{}\Circle{} & 4.5 \ \hline P8 & Student & \CIRCLE{}\CIRCLE{}\CIRCLE{}\Circle{}\Circle{} & 7 \ \hline P9 & Software Consultant & \CIRCLE{}\CIRCLE{}\CIRCLE{}\Circle{}\Circle{} & 5 \ \hline P10 & Student & \CIRCLE{}\CIRCLE{}\CIRCLE{}\Circle{}\Circle{} & 8 \ \hline \end{tabular} \label{table:participants} \end{table}'

chbrown13 commented 8 years ago

\begin{table} \centering \caption{Participant Demographics} \begin{tabular}{|c|c|c|c|} %\rowcolor{gray!50} \hline Participant & Industry & Java &\multicolumn{1}{c|}{Previous} \ %\rowcolor{gray!50} & Experience & Experience & \multicolumn{1}{c|}{Eclipse Use} \ \hline P1 & 9 & 5 & Yes \ \hline P2 & 0 & 6 & Yes \ \hline P3 & 3 & 2 & No\ \hline P4 & 5 & 0 & No \ \hline P5 & 12 & 10 & Yes \ \hline P6 & 0 & 3.5 & Yes \ \hline P7 & 1 & 9 & Yes \ \hline P8 & 5.5 & 3.5 & Yes \ \hline \end{tabular} \label{table:participants} \end{table}

jssmith1 commented 8 years ago

@chbrown13: Go ahead and add the table into the .tex document

chbrown13 commented 8 years ago

Added the table to the progNav Paper.tex but I'm not able to open the paper and view it. Are all of the necessary files here? I'm getting

LaTeX Error: File `cite.sty' not found.

jssmith1 commented 8 years ago

Hmm. Sounds like your version of Tex isn't downloading dependencies correctly. That file isn't something that's typically in the repository. What editor do you use?

barik commented 8 years ago

If it's Windows, you'll probably want to be using MikTeX. Then, make sure that you have Installing missing packages on-the-fly set to Yes.

2016-03-10_23-00-28

chbrown13 commented 8 years ago

Ok, I'm using TeXworks

jssmith1 commented 8 years ago

@chbrown13 Did that recommendation work?

chbrown13 commented 8 years ago

No luck so far.