Skip to content

Commit c175080

Browse files
committed
add Integrationspreis, exclude references for Facebook, set Tensorflow-publication to "submitted"
1 parent 3ef43f1 commit c175080

File tree

4 files changed

+47
-9
lines changed

4 files changed

+47
-9
lines changed

Martin_Schrimpf-CV-academic.pdf

23.2 KB
Binary file not shown.

bibliography.bib

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ @article{recurrency_occlusion
88
@article{should_i_use_tensorflow,
99
author = "Martin Schrimpf",
1010
title = "Should I use Tensorflow",
11+
journal = "submitted",
12+
year = "2016",
13+
}
1114
archivePrefix = "arXiv",
1215
eprint = {TODO},
1316
primaryClass = "cs.AI",
14-
year = "2016",
15-
}
1617
1718
@MastersThesis{bachelors_thesis,
1819
type = "Bachelor's Thesis",

content.tex

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
84405 Dorfen\\%
1313
Germany}
1414
\setEmail{%
15-
martin.schrimpf@tum.de}
15+
martin.schrimpf@outlook.com}
1616
\setMobile{%
1717
+49 174 9946449}
1818
\setGithub{%
@@ -99,8 +99,8 @@
9999
Kreiman Lab, Harvard Medical School
100100
}{% 5: Description
101101
Research at the bridge of machine learning, neuroscience and psychology with a focus on the role of recurrent connections.
102-
We improved object detection performance on occluded objects from 45\% with Alexnet to 74\% with our models and offered a first possible application of recurrency in the human brain [paper submitted].
103-
A follow-up project focuses on the role of scene context for object detection
102+
We improved object detection performance on occluded objects from 45\% with Alexnet to 74\% with our models and offered a first possible application of recurrency in the human brain.
103+
We are also investigating the robustness of neural networks and the role of scene context for object detection
104104
}{% 6: Technologies
105105
Matlab, Python, keras, Theano, Linux, ECoG
106106
}
@@ -257,6 +257,18 @@
257257
}{% 6: Technologies
258258
}
259259

260+
\block%
261+
{% 1: Time frame start
262+
2016
263+
}{% 2: Time frame end
264+
}{% 3: Activity
265+
Integrationspreis
266+
}{% 4: Organisation
267+
Government of Swabia
268+
}{% 5: Description
269+
}{% 6: Technologies
270+
}
271+
260272
\block%
261273
{% 1: Time frame start
262274
2016
@@ -295,8 +307,9 @@
295307

296308
\block%
297309
{% 1: Time frame start
298-
201\{3,4,5,6\}
310+
2013
299311
}{% 2: Time frame end
312+
2016
300313
}{% 3: Activity
301314
e-fellows.net scholarship
302315
}{% 4: Organisation
@@ -339,8 +352,9 @@
339352

340353
\block%
341354
{% 1: Time frame start
342-
201\{5,6\}
355+
2015
343356
}{% 2: Time frame end
357+
2016
344358
}{% 3: Activity
345359
MINGA Mentor for International Students
346360
}{% 4: Organisation
@@ -402,7 +416,7 @@
402416
}{% 4: Organisation
403417
City University of New York
404418
}{% 5: Description
405-
Behavioral experiments and data analysis on the identification of occluded objects
419+
Behavioral experiments and data analysis on the identification of occluded objects (MIT Summer Research Program)
406420
}{% 6: Technologies
407421
}
408422
}
@@ -423,6 +437,7 @@
423437
}{% 6: Technologies
424438
}
425439

440+
\iffalse
426441
\block%
427442
{% 1: Time frame start
428443
}{% 2: Time frame end
@@ -444,4 +459,16 @@
444459
}{% 5: Description
445460
}{% 6: Technologies
446461
}
462+
\fi
463+
464+
\block%
465+
{% 1: Time frame start
466+
}{% 2: Time frame end
467+
}{% 3: who
468+
Prof. Dr. Alexander Knapp
469+
}{% 4: Organisation
470+
Software and Systems Engineering, Augsburg University
471+
}{% 5: Description
472+
}{% 6: Technologies
473+
}
447474
}

structure.tex

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666

6767
\usepackage[outline]{contour}% http://ctan.org/pkg/contour
6868

69+
\usepackage{xstring} % string length
70+
6971

7072
\input{trim_spaces.tex}
7173

@@ -88,7 +90,15 @@
8890
\begin{tabular}{p{0.15\linewidth} l}%
8991
\ifthenelse{\isempty{#2}}%
9092
{#1}%
91-
{\begin{tabular}[t]{@{}l@{}}#1\\ - #2\end{tabular}}%
93+
{%
94+
\begin{tabular}[t]{@{}l@{}}%
95+
#1%
96+
\StrLen{#1}[\fromstringlen]%
97+
\ifthenelse{\fromstringlen > 5}{\\}{}%
98+
- %
99+
#2%
100+
\end{tabular}%
101+
}%
92102
%
93103
&%
94104
%

0 commit comments

Comments
 (0)