[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AUDITORY Digest - 7 Oct 2016 to 8 Oct 2016 (#2016-68)



Dear Dominique,

Our lab uses a variety of boxes custom made by Dave Rogge at http://usbbuttons.com/. They're reasonably cheap when you buy in bulk, billing is simple (PayPal, you can use a corporate card), they can be pre-programmed to enter particular keys to avoid using a keymapper, and they last forever.

best
Sam



-- 
Samuel Mehr
Presidential Scholar, Harvard Graduate School of Education
Affiliate, Lab for Developmental Studies + Evolutionary Psychology Lab
1136 William James Hall // mehr.cz

On Sun, Oct 9, 2016 at 5:00 PM, AUDITORY automatic digest system <LISTSERV@xxxxxxxxxxxxxxx> wrote:


---------- Forwarded message ----------
From: AUDITORY automatic digest system <LISTSERV@xxxxxxxxxxxxxxx>
To: <AUDITORY@xxxxxxxxxxxxxxx>
Cc: 
Date: Sun, 9 Oct 2016 00:00:05 -0400
Subject: AUDITORY Digest - 7 Oct 2016 to 8 Oct 2016 (#2016-68)
There are 4 messages totaling 481 lines in this issue.

Topics of the day:

  1. JASA Express Letters Template (3)
  2. button box recommendation


---------- Forwarded message ----------
From: Jont Allen <jont1@xxxxxxxxxxxxxxxxxxx>
To: 
Cc: 
Date: Fri, 7 Oct 2016 05:18:15 -0500
Subject: JASA Express Letters Template

Hi Phil,

Yes I have one. And I was working with JASA team to try solve this problem. I have submitted several (2)
MS to JASA using this format, and they have gotten by the screening process.

To save me time, can I send you the Latex MS that we submitted, so I dont need to turn it into a template?
I think I have a template, and if so, I can send that. I'll need to look.

Here is an overview of what I did to solve this problem:
1) dont use the JASA template, its broken. You must use

 \documentclass[11pt]{article}

\usepackage{natbib} %jasa style references; works with subfigure             <-- Likely required to work
\bibliographystyle{apalike} %slight difference with some refs                    <-- maybe not necessary

\usepackage{setspace}
%\renewcommand{\baselinestretch}{1}                       <-- for no line spacing
\renewcommand{\baselinestretch}{1.2}                       <-- change to for submission


%JASA Headers                                                              <-- essential for JASA

\renewcommand{\thefootnote}{\alph{footnote})} %Not sure this is necessary

% A few lines are necessary to convert the headers from numerical to alpha. These lines are
%This IS essential:

\renewcommand{\section}[1]{\addtocounter{section}{1}
     \textbf{\Roman{section}. \ #1}\setcounter{subsection}{0}
    \setlength{\parindent}{5ex} %\vspace{3mm}
        }

\renewcommand{\subsection}[1]{\addtocounter{subsection}{1}
    \textbf{\Alph{subsection}. \ #1} \setcounter{subsubsection}{0}
    \setlength{\parindent}{5ex} %\vspace{2mm}
        }

\renewcommand{\subsubsection}[1]{\addtocounter{subsubsection}{1}
    \textbf{\arabic{subsubsection}. \ #1}
        }

% JASA Headers END

Normal stuff:
\title{How to Tune a Hearing Aid Using Phone Recognition}
\author{Ali Abavisani and Jont B Allen\\
Dept.~of Electrical and Computer Engineering\\
The Beckman Inst.~Urbana IL
        }
\date{\today}
\begin{document}
\maketitle
\linenumbers                                               <optional but very useful
 \begin{abstract}

.....


%\bibliography{BIBS/AllenJournal-AliEdit       <remove this before submission
and replace it with the contents of the bib file output. It should like like this:

%\input{NALR.bbl}
\renewcommand{\section}[2]{ {\huge \bf \refname} \vspace{5mm} } { \vspace{20mm} }
 %rename

\begin{thebibliography}{35}

\bibitem[Allen, 1994]{Allen94a}
Allen, J.~B. (1994).
\newblock How do humans process and recognize speech?
\newblock {\em IEEE Transactions on Speech and Audio}, 2(4):567--577.

.....
\end{thebibliography}

% Figure captions
\newpage

\renewcommand{\section}[2] { \vspace{5mm} }{ {\huge \bf Figure Captions } \vspace{5mm} }

\section{Figure Captions}
\\
\noindent
Figure 1: This figure shows the .....




Hi All,

Does anyone have a (link to) a word template for JASA Express Letters? Or, failing that, a latex style sheet.

Thanks in advance.
-- 
*** note email is now p.green@xxxxxxxxxx ***
Professor Phil Green
SPandH
Dept of Computer Science
University of Sheffield
*** note email is now p.green@xxxxxxxxxx ***


---------- Forwarded message ----------
From: Phil Green <p.green@xxxxxxxxxxxxxxx>
To: 
Cc: 
Date: Fri, 7 Oct 2016 14:56:42 +0100
Subject: Re: JASA Express Letters Template

Thanks, I have a template now.

phil




-------- Forwarded Message --------
Subject: JASA Express Letters Template
Date: Thu, 6 Oct 2016 16:40:15 +0100
From: Phil Green <p.green@xxxxxxxxxxxxxxx>
Reply-To: Phil Green <p.green@xxxxxxxxxxxxxxx>
To: AUDITORY@xxxxxxxxxxxxxxx


Hi All,

Does anyone have a (link to) a word template for JASA Express Letters? Or, failing that, a latex style sheet.

Thanks in advance.
-- 
*** note email is now p.green@xxxxxxxxxx ***
Professor Phil Green
SPandH
Dept of Computer Science
University of Sheffield
*** note email is now p.green@xxxxxxxxxx ***


---------- Forwarded message ----------
From: Dominique Vuvan <d.vuvan@xxxxxxxxx>
To: 
Cc: 
Date: Fri, 7 Oct 2016 10:54:12 -0400
Subject: button box recommendation
Hi list,

Does anyone have a suggestion for a reasonably-priced button box for use with Psychtoolbox on a Linux system to collect RT responses?

Thanks in advance,
Dominique.

====================
Dominique Vuvan, PhD
Assistant Professor
Department of Psychology
Skidmore College


---------- Forwarded message ----------
From: Daniel McCloy <drmccloy@xxxxxx>
To: 
Cc: 
Date: Fri, 7 Oct 2016 11:59:16 -0700
Subject: Re: JASA Express Letters Template
Hi Phil,

This is not exactly what you asked for, but I have a template here [1] for creating JASA and JASA-EL submittable documents from Markdown.  It relies on Pandoc to convert the markdown to tex, then uses a couple of python scripts to post-process the tex file to do things like replace figures with "INSERT FIGURE 1 ABOUT HERE".  There is also a makefile that manages the pipeline fairly well.  Feel free to create issues on the GitHub repo if you try it and something doesn't work (or submit pull requests to fix broken parts!)  As it says in the README: not tested on Windows/Mac, so your mileage may vary.

[1]: https://github.com/drammock/jasa-markdown-template

-- dan
Daniel McCloy
http://dan.mccloy.info
Postdoctoral Research Associate
Institute for Learning and Brain Sciences
University of Washington
On 10/06/2016 08:40 AM, Phil Green wrote:
> Hi All,
>
> Does anyone have a (link to) a word template for JASA Express Letters?
> Or, failing that, a latex style sheet. /
> /
>
> Thanks in advance.
>
> --
> *** note email is now p.green@xxxxxxxxxx ***
> Professor Phil Green
> SPandH
> Dept of Computer Science
> University of Sheffield
> *** note email is now p.green@xxxxxxxxxx ***
>

--
-- dan

Daniel McCloy
http://dan.mccloy.info
Postdoctoral Research Associate
Institute for Learning & Brain Sciences
University of Washington