PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => 'Gregarious FeedFlare', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?> Essentially Complete at spencerb.net



Essentially Complete

A few posts ago, I offered for some Euro cents and a beer a more complete update on my thesis. To complete that promise (although having not received the goods yet), so far I have not started writing anything.

I have chosen a topic and have been collecting data this quarter. I can now say that my data set is complete. This will remain true unless running regressions and doing all the statistical work reveals that I have egregiously admitted some important variable.

Judging by the research that I have done on the literature in this subject area, this will not be the case, but we shall see.

When this 30-40 page behemoth is complete, I will certainly post my results up here!

[?]
Share This

Related posts:

  1. Thesis Update v .01 –> .02 (patch)
  2. Congratulations Paul Krugman!
  3. Markets Final Respond Positively to a Treasury Plan
  1. Tony Schwab posted the following on March 9, 2009 at 7:12 pm.

    I’m gonna go to Europe and get those euro cents… The beer… next time we meet

  2. Dan Schoppe posted the following on March 11, 2009 at 10:14 am.

    Good luck on the paper. It sounds like you’ve done the tough part, which would be the legwork before jumping into early analysis.
    It’ll be interesting what you conclusions you can draw.


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It