- media-sound/abcmidi
([Gentoo 76017](http://bugs.gentoo.org/76017))
- sci-physics/hooke
- (my branch of the [[hooke]] force spectroscopy analyzer)
+ (my branch of the [[Hooke]] force spectroscopy analyzer)
- sci-physics/sawsim
(my [[sawsim]] force spectroscopy simulator)
--- /dev/null
+[[!template id=hgrepo repo=hooke]]
+
+[Hooke][] is a force spectroscopy data analysis package. For example,
+Hooke can extract unfolding forces from your experimental data. You
+can then fit the unfolding forces to models using my [[sawsim]]
+simulator. Of course, some experiments (e.g. force clamp) need no
+Monte Carlo analysis, so for those, Hooke alone provides a complete
+analysis package.
+
+Getting started
+===============
+
+I've tested Hooke on Gentoo and Debian, and I've got an ebuild in my
+[[Gentoo overlay]]. It should also run fine on Windows, etc., but I
+don't have easy access to Windows boxes with [[Python]], so I don't
+test it there as often.
+
+See the [[README]] and [[manual|html]] for more details.
+
+
+[Hooke]: http://code.google.com/p/hooke/
+
+[[!tag tags/hooke]]
+[[!tag tags/python]]
+[[!tag tags/programming]]
+[[!tag tags/theory]]
--- /dev/null
+<span class="infobox">
+Available in a [[!taglink tags/hg]] repository.<br />
+Repository: <a href="<TMPL_IF url><TMPL_VAR url><TMPL_ELSE>/~wking/code/hg/hgweb.cgi/<TMPL_VAR repo></TMPL_IF>" rel="vcs-hg" title="<TMPL_VAR repo> repository"><TMPL_VAR repo></a><br />
+Author: <TMPL_UNLESS author>W. Trevor King</TMPL_UNLESS><TMPL_VAR author><br />
+</span>
+
+<TMPL_UNLESS repo>
+This template is used to create an infobox for a Mercurial repository. It
+uses these parameters:
+
+* repo - the name of the repository.
+* url - repository url. Defaults to `/~wking/code/hg/hgweb.cgi/<repo>`.
+* author - the author of the branch. Defaults to `W. Trevor King`.
+
+It also automatically tags the branch with `tags/hg`.
+</TMPL_UNLESS>