└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Proposal Title 2 | 3 | A proposal by project instigator 1, project instigator 2, etc. 4 | 5 | ## Abstract 6 | 7 | Provide brief outline motivating the project. How would it positively impact biological research? What is the hypothesis behind it? No need to discuss datasets or models yet, we will do that later. Focus on the grand picture and \textit{why} the community should care about it. 8 | 9 | ## Introduction and Prior Work 10 | 11 | Provide a short (preferably beginner friendly) introduction to the project and a brief outline of the literature most relevant to it. How does the project fit into this context? 12 | 13 | ## Deliverables 14 | 15 | What do we plan to provide the broader community with upon the completion of the project? Datasets? Models? APIs? Every deliverable should preferably have its own subsection with its associated potential impact, although it is not required. 16 | 17 | ### Datasets 18 | 19 | If applicable, how large is the dataset that the project aims to produce? How difficult is producing such a dataset expected to be? What kind of resources are needed? What license will the dataset be licensed under? MIT is preferred but not required. 20 | 21 | 22 | ### Models 23 | 24 | If applicable, does the project aim to release more than one model? What would be the input modality? What about the output modality? How large are the models that the project aims to release? Are there other important differences between the models to be released? If the models are very different, consider writing a short subsection for each model type. 25 | 26 | ### APIs 27 | 28 | If applicable, what kind of API does the project aim to release? Are there any existing APIs that it could be integrated into? What kind of documentation could the project provide? 29 | 30 | ### Paper 31 | 32 | Can the project be turned into a paper? What does the evaluation process for such a paper look like? What conferences are we targeting? Can we release a blog post as well as the paper? 33 | 34 | ## Resources 35 | 36 | ### Requirements 37 | 38 | What kinds of resources (e.g. GPU hours, RAM, storage) are needed to complete the project? 39 | 40 | ### Timeline 41 | 42 | What is a (rough) timeline for this project? 43 | 44 | ## Broader Impact 45 | 46 | How is the project expected to positively impact biological research at large? 47 | 48 | ## Reproducibility 49 | 50 | What steps are going to be taken to ensure the project's reproducibility? Will data processing scripts be released? What about training logs? 51 | 52 | ## Failure Case 53 | 54 | If our findings are unsatisfactory, do we have an exit plan? Do we have deliverables along the way that we can still provide the community with? 55 | 56 | ## Preliminary Findings 57 | 58 | If applicable, mention any preliminary findings (e.g. experiments you have run on your own or heard about) that support the project's importance. 59 | 60 | ## Next Steps 61 | 62 | If the project is successfully completed, are there any obvious next steps? 63 | 64 | ## Known contributors 65 | 66 | Please list community members that you know are interested in contributing. It is best if a project proposal already has an associated team capable of going ahead with the project by themselves, but it is not necessary. 67 | --------------------------------------------------------------------------------