> For the complete documentation index, see [llms.txt](https://irosyadi.gitbook.io/irosyadi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irosyadi.gitbook.io/irosyadi/academia/funny-paper.md).

# Funny Research Papers

## Funny Paper

* [Improbable Research](https://www.improbable.com/ig-about/)
* [Parachute use to prevent death and major trauma when jumping from aircraft: randomized controlled trial - The BMJ](https://www.bmj.com/content/363/bmj.k5094)
  * [Parachute use to prevent death and major trauma related to gravitational challenge: systematic review of randomised controlled trials -- Smith and Pell 327 (7429): 1459 -- BMJ](http://elucidation.free.fr/parachuteBMJ.pdf)
* [Legal article examining the Fourth Amendment as it pertains to Jay-Z's 99 Problems](http://pdf.textfiles.com/academics/lj56-2_mason_article.pdf)
* [Doug Zongker's paper on chicken](https://isotropic.org/papers/chicken.pdf)
* [Possible Girls](https://philpapers.org/archive/sinpg)
* [Stork paper](https://pubmed.ncbi.nlm.nih.gov/14738551/)
* [Salmon Paper](http://prefrontal.org/files/posters/Bennett-Salmon-2009.pdf)
  * [Bennett-Salmon-2010.pdf](https://www.dropbox.com/s/o7gb13j26v9f4dp/Bennett-Salmon-2010.pdf?dl=0)
* [Chalamet Coughs, Dune Wins](https://journal-doi.org/10.731/pcbi.1007742/) Chalamet Coughs, Dune Wins: Predicting Best Picture Winners Using Coughs and Sneezes
* [Mike Lacher](https://www.mikelacher.com/)
* [Russell Goldenberg](https://pudding.cool/author/russell-goldenberg/)
* [The Association for Computational Heresy](http://www.sigbovik.org/)
* [SIGBOVIK - The Ig Nobel for Academics and Computer Science Researchers](https://www.cesarsotovalero.net/blog/sigbovik-the-ig-nobel-for-academics-and-computer-science-researchers.html)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/academia/funny-paper.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
