https://github.com/cameronraysmith/nc
https://github.com/cameronraysmith/nc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cameronraysmith/nc
- Owner: cameronraysmith
- Created: 2012-08-24T16:28:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-11T01:54:09.000Z (over 12 years ago)
- Last Synced: 2025-03-29T17:17:21.537Z (12 months ago)
- Language: Matlab
- Size: 4.23 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Preliminary
* Title of Proposed Project: The title of the proposal to NSF should begin "ICOB:...".
Project Description (maximum 5 pages total): Include the following sections:
* Section 1: List the name, affiliation and contact information (phone number and email address) of the Israeli Principal Investigator.
* Section 2: List the IOS Program to which the preliminary proposal is submitted and state why the proposal is appropriate to this BIO/IOS program.
* Section 3: Describe the proposed research problem, including a research outline and any key preliminary results or publications supporting feasibility of the proposed approach.
* Section 4: Describe the role and expertise of each collaborative investigator, the collaborative approach to be used, and anticipated synergies.
* Section 5: Describe the plan to facilitate meaningful involvement of students, postdoctoral researchers, and junior investigators in the proposed research, including international training experiences.
* References Cited: Up to 10 key references may be cited to provide context for the proposed research. The References Cited section will not count against the 5-page limit for the preliminary proposal project description.
#Directory key
├── bib **bibtex files**
├── clean **script to clean the directory**
├── etc **extra files that may be relevant**
├── fig **figures in eps, pdf, etc**
├── README **this file**
└── tex **tex files: compile NSFmaster with latexmk to build the project**
└── sub **tex files for input to template documents**
#Directory tree (as of 08/24/2012)
├── bib
│ ├── books.bib
│ └── papers.bib
├── clean
├── etc
│ ├── NSFTemplate.tar.gz
│ ├── roadkill
│ └── standalone.tex
├── fig
├── README
└── tex
├── clean
├── NSFbio.tex
├── NSFdesc.tex
├── NSFmaster.tex
├── NSFrefs.tex
├── NSFsumm.tex
└── sub
├── header.tex
└── projectdescription.tex
#Links
1. [solicitation](http://www.nsf.gov/funding/pgm_summ.jsp?pims_id=504768)
1. [instructions](http://www.nsf.gov/pubs/2012/nsf12577/nsf12577.htm#prep)
1. [NSF_gpg](http://www.nsf.gov/pubs/policydocs/pappguide/nsf11001/gpg_index.jsp)
1. [NSF_template](http://math.mit.edu/services/nsf/NSFTemplate.tar.gz)
1. [NSF_template_meta](http://math.mit.edu/services/grants.html)
1. [tex_listings_package](http://mirror.hmc.edu/ctan/macros/latex/contrib/listings/listings.pdf)