PageRenderTime 47ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/blog/2012/09/how-quickly-do-workshops-fill-up.html

https://github.com/imrehg/website
HTML | 18 lines | 16 code | 2 blank | 0 comment | 0 complexity | 18ed56d29b9bbc54989f0ff67d548ba6 MD5 | raw file
  1. {% extends "_blog.html" %}
  2. {% block file_metadata %}
  3. <meta name="post_id" content="5087" />
  4. <meta name="post_date" content="2012-09-06" />
  5. <meta name="author_id" content="wilson.g" />
  6. <meta name="title" content="How Quickly Do Workshops Fill Up?" />
  7. <meta name="category" content="boot-camp" />
  8. <meta name="category" content="community" />
  9. {% endblock file_metadata %}
  10. {% block content %}
  11. <p>I had to compile some data on signups anyway, so here's a graph showing cumulative registration per workshop over time (counting from the day registration opened) for past workshops:</p>
  12. <p><img src="{{root_path}}/files/2012/09/past.png" /></p>
  13. <p>and for upcoming workshops (excluding two that just opened up):</p>
  14. <p><img src="{{root_path}}/files/2012/09/future.png" /></p>
  15. <p>Doing a bit more analysis, this spring's workshops filled up a lot faster than the ones we're running this fall. I think the main reason is that those ones were organized and advertised while school was on, while the upcoming series have been set up over the summer. We'll repeat the analysis in a few months to see if that hypothesis holds.</p>
  16. {% endblock content %}