├── .gitignore ├── LICENSE ├── README.md ├── bibliography.bib ├── researchproposal.pdf ├── researchproposal.tex └── translatedHeadings.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefantruehl/research-proposal-template/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefantruehl/research-proposal-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefantruehl/research-proposal-template/HEAD/README.md -------------------------------------------------------------------------------- /bibliography.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefantruehl/research-proposal-template/HEAD/bibliography.bib -------------------------------------------------------------------------------- /researchproposal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefantruehl/research-proposal-template/HEAD/researchproposal.pdf -------------------------------------------------------------------------------- /researchproposal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefantruehl/research-proposal-template/HEAD/researchproposal.tex -------------------------------------------------------------------------------- /translatedHeadings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefantruehl/research-proposal-template/HEAD/translatedHeadings.tex --------------------------------------------------------------------------------