feedzirra 0.7.1 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile +0 -14
  4. data/README.md +2 -241
  5. data/feedzirra.gemspec +2 -8
  6. data/lib/feedzirra.rb +2 -15
  7. data/lib/feedzirra/version.rb +1 -1
  8. metadata +7 -182
  9. data/.rspec +0 -1
  10. data/.travis.yml +0 -8
  11. data/Guardfile +0 -5
  12. data/Rakefile +0 -6
  13. data/benchmarks/README.md +0 -90
  14. data/benchmarks/basic.rb +0 -31
  15. data/benchmarks/feed_list.txt +0 -10
  16. data/benchmarks/feed_xml/apple.xml +0 -149
  17. data/benchmarks/feed_xml/cnn.xml +0 -278
  18. data/benchmarks/feed_xml/daring_fireball.xml +0 -1697
  19. data/benchmarks/feed_xml/engadget.xml +0 -604
  20. data/benchmarks/feed_xml/feedzirra_commits.xml +0 -370
  21. data/benchmarks/feed_xml/gizmodo.xml +0 -2
  22. data/benchmarks/feed_xml/loop.xml +0 -441
  23. data/benchmarks/feed_xml/rails.xml +0 -1938
  24. data/benchmarks/feed_xml/white_house.xml +0 -951
  25. data/benchmarks/feed_xml/xkcd.xml +0 -2
  26. data/benchmarks/fetching_systems.rb +0 -23
  27. data/benchmarks/other_libraries.rb +0 -73
  28. data/lib/feedzirra/core_ext.rb +0 -3
  29. data/lib/feedzirra/core_ext/date.rb +0 -19
  30. data/lib/feedzirra/core_ext/string.rb +0 -9
  31. data/lib/feedzirra/core_ext/time.rb +0 -31
  32. data/lib/feedzirra/feed.rb +0 -459
  33. data/lib/feedzirra/feed_entry_utilities.rb +0 -66
  34. data/lib/feedzirra/feed_utilities.rb +0 -103
  35. data/lib/feedzirra/parser.rb +0 -20
  36. data/lib/feedzirra/parser/atom.rb +0 -61
  37. data/lib/feedzirra/parser/atom_entry.rb +0 -34
  38. data/lib/feedzirra/parser/atom_feed_burner.rb +0 -22
  39. data/lib/feedzirra/parser/atom_feed_burner_entry.rb +0 -35
  40. data/lib/feedzirra/parser/google_docs_atom.rb +0 -28
  41. data/lib/feedzirra/parser/google_docs_atom_entry.rb +0 -29
  42. data/lib/feedzirra/parser/itunes_rss.rb +0 -50
  43. data/lib/feedzirra/parser/itunes_rss_item.rb +0 -41
  44. data/lib/feedzirra/parser/itunes_rss_owner.rb +0 -12
  45. data/lib/feedzirra/parser/rss.rb +0 -24
  46. data/lib/feedzirra/parser/rss_entry.rb +0 -37
  47. data/lib/feedzirra/parser/rss_feed_burner.rb +0 -23
  48. data/lib/feedzirra/parser/rss_feed_burner_entry.rb +0 -43
  49. data/spec/feedzirra/feed_entry_utilities_spec.rb +0 -62
  50. data/spec/feedzirra/feed_spec.rb +0 -762
  51. data/spec/feedzirra/feed_utilities_spec.rb +0 -273
  52. data/spec/feedzirra/parser/atom_entry_spec.rb +0 -86
  53. data/spec/feedzirra/parser/atom_feed_burner_entry_spec.rb +0 -47
  54. data/spec/feedzirra/parser/atom_feed_burner_spec.rb +0 -56
  55. data/spec/feedzirra/parser/atom_spec.rb +0 -76
  56. data/spec/feedzirra/parser/google_docs_atom_entry_spec.rb +0 -22
  57. data/spec/feedzirra/parser/google_docs_atom_spec.rb +0 -31
  58. data/spec/feedzirra/parser/itunes_rss_item_spec.rb +0 -63
  59. data/spec/feedzirra/parser/itunes_rss_owner_spec.rb +0 -18
  60. data/spec/feedzirra/parser/itunes_rss_spec.rb +0 -58
  61. data/spec/feedzirra/parser/rss_entry_spec.rb +0 -85
  62. data/spec/feedzirra/parser/rss_feed_burner_entry_spec.rb +0 -85
  63. data/spec/feedzirra/parser/rss_feed_burner_spec.rb +0 -57
  64. data/spec/feedzirra/parser/rss_spec.rb +0 -57
  65. data/spec/sample_feeds/AmazonWebServicesBlog.xml +0 -797
  66. data/spec/sample_feeds/AmazonWebServicesBlogFirstEntryContent.xml +0 -63
  67. data/spec/sample_feeds/AtomFeedWithSpacesAroundEquals.xml +0 -61
  68. data/spec/sample_feeds/FeedBurnerUrlNoAlternate.xml +0 -28
  69. data/spec/sample_feeds/GoogleDocsList.xml +0 -188
  70. data/spec/sample_feeds/HREFConsideredHarmful.xml +0 -314
  71. data/spec/sample_feeds/HREFConsideredHarmfulFirstEntry.xml +0 -22
  72. data/spec/sample_feeds/ITunesWithSpacesInAttributes.xml +0 -63
  73. data/spec/sample_feeds/PaulDixExplainsNothing.xml +0 -175
  74. data/spec/sample_feeds/PaulDixExplainsNothingAlternate.xml +0 -175
  75. data/spec/sample_feeds/PaulDixExplainsNothingFirstEntryContent.xml +0 -19
  76. data/spec/sample_feeds/PaulDixExplainsNothingWFW.xml +0 -174
  77. data/spec/sample_feeds/SamRuby.xml +0 -583
  78. data/spec/sample_feeds/TechCrunch.xml +0 -1515
  79. data/spec/sample_feeds/TechCrunchFirstEntry.xml +0 -9
  80. data/spec/sample_feeds/TechCrunchFirstEntryDescription.xml +0 -3
  81. data/spec/sample_feeds/TenderLovemaking.xml +0 -516
  82. data/spec/sample_feeds/TenderLovemakingFirstEntry.xml +0 -66
  83. data/spec/sample_feeds/TrotterCashionHome.xml +0 -611
  84. data/spec/sample_feeds/TypePadNews.xml +0 -368
  85. data/spec/sample_feeds/atom_with_link_tag_for_url_unmarked.xml +0 -31
  86. data/spec/sample_feeds/itunes.xml +0 -67
  87. data/spec/sample_feeds/pet_atom.xml +0 -497
  88. data/spec/spec_helper.rb +0 -88
@@ -1,951 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://www.whitehouse.gov/blog" xmlns:dc="http://purl.org/dc/elements/1.1/">
2
- <channel>
3
- <title>White House.gov Blog Feed</title>
4
- <link>http://www.whitehouse.gov/blog</link>
5
- <description></description>
6
- <language>en</language>
7
- <item>
8
- <title>Small Business Saturday is November 30th</title>
9
- <link>http://www.whitehouse.gov/blog/2013/11/29/small-business-saturday-november-30th</link>
10
- <description><![CDATA[<div class="embed">
11
- <p><a href="/blog/2013/11/25/november-30th-start-holiday-season-shopping-small">November 30 is Small Business Saturday</a>, a day to celebrate and support small businesses in the holiday season and all they do for their communities.&nbsp;</p>
12
- </div>
13
- <div class="embed">
14
- <p>In the past, President Obama has been no stranger to enjoying all that this country&#39;s small businesses have to offer.&nbsp;</p>
15
- <p>Check out some moments of the President at some of his favorite small businesses, then make sure shop small and support the great businesses in your area this Saturday. You can also check out SBA&rsquo;s tips on how to prepare for the holiday season at <a href="http://www.sba.gov/saturday">www.sba.gov/saturday</a>.</p>
16
- </div>
17
- <div class="embed">
18
-
19
- <img src="http://www.whitehouse.gov/sites/default/files/imagecache/embedded_img_full/?itok=Wn3QfQ2O" alt="" title="" class="imagecache imagecache-embedded_img_full" /><p><a href="/photos-and-video/photogallery/president-visits-small-businesses">Click here to see the photo gallery.</a> </p>
20
-
21
- </div>
22
- <div class="embed">
23
- &nbsp;</div>
24
- <div class="embed">
25
- Click <a href="http://www.whitehouse.gov/photos-and-video/photogallery/president-visits-small-businesses">here</a> to see the full size photos and their captions.&nbsp;</div>
26
- ]]></description>
27
- <dc:subject>Small Business</dc:subject>
28
- <dc:contributor>The President</dc:contributor>
29
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
30
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
31
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy/small-business">Small Business</category>
32
- <category domain="http://www.whitehouse.gov/admin/category/city/allentown">Allentown</category>
33
- <category domain="http://www.whitehouse.gov/admin/category/city/arlington">Arlington</category>
34
- <category domain="http://www.whitehouse.gov/admin/category/city/asheville">Asheville</category>
35
- <category domain="http://www.whitehouse.gov/admin/category/person/barack-obama">Barack Obama</category>
36
- <category domain="http://www.whitehouse.gov/admin/category/person/biden">Biden</category>
37
- <category domain="http://www.whitehouse.gov/admin/category/person/bob-casey">Bob Casey</category>
38
- <category domain="http://www.whitehouse.gov/admin/category/person/chuck-kennedy">Chuck Kennedy</category>
39
- <category domain="http://www.whitehouse.gov/admin/category/person/ed-pawlowski">Ed Pawlowski</category>
40
- <category domain="http://www.whitehouse.gov/admin/category/city/edison">Edison</category>
41
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/florida">Florida</category>
42
- <category domain="http://www.whitehouse.gov/admin/category/country/india">India</category>
43
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/indiana">Indiana</category>
44
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/iowa">Iowa</category>
45
- <category domain="http://www.whitehouse.gov/admin/category/person/joe-biden">Joe Biden</category>
46
- <category domain="http://www.whitehouse.gov/admin/category/city/kokomo">Kokomo</category>
47
- <category domain="http://www.whitehouse.gov/admin/category/city/mansfield">Mansfield</category>
48
- <category domain="http://www.whitehouse.gov/admin/category/city/marquette">Marquette</category>
49
- <category domain="http://www.whitehouse.gov/admin/category/person/michelle-obama">Michelle Obama</category>
50
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/michigan">Michigan</category>
51
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/new-jersey">New Jersey</category>
52
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/north-carolina">North Carolina</category>
53
- <category domain="http://www.whitehouse.gov/admin/category/city/oak-harbor">Oak Harbor</category>
54
- <category domain="http://www.whitehouse.gov/admin/category/city/occoquan">Occoquan</category>
55
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/ohio">Ohio</category>
56
- <category domain="http://www.whitehouse.gov/admin/category/city/orlando">Orlando</category>
57
- <category domain="http://www.whitehouse.gov/admin/category/country/panama">Panama</category>
58
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/pennsylvania">Pennsylvania</category>
59
- <category domain="http://www.whitehouse.gov/admin/category/person/pete-souza">Pete Souza</category>
60
- <category domain="http://www.whitehouse.gov/admin/category/city/philadelphia">Philadelphia</category>
61
- <category domain="http://www.whitehouse.gov/admin/category/city/reidsville">Reidsville</category>
62
- <category domain="http://www.whitehouse.gov/admin/category/country/russia">Russia</category>
63
- <category domain="http://www.whitehouse.gov/admin/category/city/saint-petersburg">Saint Petersburg</category>
64
- <category domain="http://www.whitehouse.gov/admin/category/country/singapore">Singapore</category>
65
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/virginia">Virginia</category>
66
- <category domain="http://www.whitehouse.gov/admin/category/city/washington-dc-0">Washington, D.C.</category>
67
- <category domain="http://www.whitehouse.gov/admin/category/person/zara-rahim">Zara Rahim</category>
68
- <pubDate>Fri, 29 Nov 2013 16:00:57 +0000</pubDate>
69
- <dc:creator>Zara Rahim</dc:creator>
70
- <guid isPermaLink="false">246836 at http://www.whitehouse.gov</guid>
71
- </item>
72
- <item>
73
- <title>West Wing Week 11/29/13 or, &quot;Kindness Covers All of My Political Beliefs&quot;</title>
74
- <link>http://www.whitehouse.gov/blog/2013/11/29/west-wing-week-112913-or-kindness-covers-all-my-political-beliefs</link>
75
- <description><![CDATA[<p>Welcome to this Thanksgiving Edition of West Wing Week, your guide to everything that&#39;s happening at 1600 Pennsylvania Avenue, and beyond. This week, the President traveled to the west coast for a three day, three city swing, sat down for an interview with Barbara Walters, met with student entrepreneurs, held a video conference with Peace Corps volunteers, and announced a breakthrough in diplomatic talks with Iran. That&#39;s November 22rd to November 28th or &quot;Kindness Covers All of My Political Beliefs.&quot;</p>
76
- <p></p>
77
- ]]></description>
78
- <dc:subject>Economy</dc:subject>
79
- <dc:contributor>The President</dc:contributor>
80
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
81
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
82
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy">Economy</category>
83
- <category domain="http://www.whitehouse.gov/admin/category/person/adam-garber">Adam Garber</category>
84
- <category domain="http://www.whitehouse.gov/admin/category/person/barbara-walters">Barbara Walters</category>
85
- <category domain="http://www.whitehouse.gov/admin/category/region/west-coast">west coast</category>
86
- <pubDate>Fri, 29 Nov 2013 14:00:00 +0000</pubDate>
87
- <dc:creator>&lt;a href=&quot;/blog/author/Adam Garber&quot; class=&quot;author-name&quot;&gt;Adam Garber&lt;/a&gt;</dc:creator>
88
- <guid isPermaLink="false">247231 at http://www.whitehouse.gov</guid>
89
- </item>
90
- <item>
91
- <title>Weekly Address: Wishing the American People a Happy Thanksgiving</title>
92
- <link>http://www.whitehouse.gov/blog/2013/11/28/weekly-address-wishing-american-people-happy-thanksgiving</link>
93
- <description><![CDATA[<p class="p1">In his weekly address, President Obama gave thanks to all the men and women defending our freedom and acknowledged their sacrifice might mean they can&rsquo;t spend the holidays with their families. The President also recognized that as Americans, we gather together this Thanksgiving to lift up those who need a helping hand, letting us move forward as a country and lead us to a brighter tomorrow.</p>
94
- <p></p>
95
- <p><a href="http://www.whitehouse.gov/the-press-office/2013/11/28/weekly-address-wishing-american-people-happy-thanksgiving">Transcript</a> | <a href="http://www.whitehouse.gov/WeeklyAddress/2013/112813_TQLKDC/112813_WeeklyAddress.mp4">Download mp4 </a>| <a href="http://www.whitehouse.gov/WeeklyAddress/2013/112813_TQLKDC/112813_WeeklyAddress.mp3">Download mp3</a></p>
96
- ]]></description>
97
- <dc:subject>Family</dc:subject>
98
- <dc:subject>Service</dc:subject>
99
- <dc:contributor>The President</dc:contributor>
100
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
101
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
102
- <category domain="http://www.whitehouse.gov/taxonomy/term/38">Weekly Address</category>
103
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/family">Family</category>
104
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/service">Service</category>
105
- <category domain="http://www.whitehouse.gov/admin/category/person/lindsay-holst">Lindsay Holst</category>
106
- <pubDate>Thu, 28 Nov 2013 11:00:29 +0000</pubDate>
107
- <dc:creator>&lt;a href=&quot;/blog/author/Lindsay Holst&quot; class=&quot;author-name&quot;&gt;Lindsay Holst&lt;/a&gt;</dc:creator>
108
- <guid isPermaLink="false">247221 at http://www.whitehouse.gov</guid>
109
- </item>
110
- <item>
111
- <title>“Popcorn, you have a full reprieve from cranberry sauce and stuffing. We wish you well.”</title>
112
- <link>http://www.whitehouse.gov/blog/2013/11/27/presidential-turkey-pardon-curious-if-humane-tradition</link>
113
- <description><![CDATA[<p></p>
114
- <p>We&#39;ve come a long way since 11-year-old Tad Lincoln convinced his father to &quot;adopt&quot; a turkey named Jack in 1863.</p>
115
- <div>
116
- Today, President Obama pardoned two 20-week-old, 38-pound turkeys named Popcorn and Caramel -- and announced Popcorn as the official &quot;National Thanksgiving Turkey,&quot; after the American public weighed in on their favorites via Twitter, Facebook, and Instagram.</div>
117
- <div>
118
- &nbsp;</div>
119
- <div>
120
- The President noted:</div>
121
- <div>
122
- &nbsp;</div>
123
- <blockquote><div>
124
- The competition was stiff, but we can officially declare that Popcorn is the winner -- proving that even a turkey with a funny name can find a place in politics. As for Caramel, he&rsquo;s sticking around, and he&rsquo;s already busy raising money for his next campaign.</div>
125
- </blockquote>
126
- <div>
127
- And so, all &quot;Hunger Games&quot; references aside, both turkeys will live. Popcorn and Caramel will spend the rest of their natural days in the historic rolling pastures of Morven Park&#39;s Turkey Hill -- located at the home of former Virginia governor Westmoreland Davis in Leesburg, Virginia.</div>
128
- <div>
129
- &nbsp;</div>
130
- <p><a href="http://www.whitehouse.gov/blog/2013/11/27/presidential-turkey-pardon-curious-if-humane-tradition" target="_blank">read more</a></p>]]></description>
131
- <dc:subject>Grab Bag</dc:subject>
132
- <dc:subject>Inside the White House</dc:subject>
133
- <dc:contributor>The President</dc:contributor>
134
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
135
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
136
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/grab-bag">Grab Bag</category>
137
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/inside-white-house">Inside the White House</category>
138
- <category domain="http://www.whitehouse.gov/admin/category/person/abraham-lincoln">Abraham Lincoln</category>
139
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/california">California</category>
140
- <category domain="http://www.whitehouse.gov/admin/category/person/clinton">Clinton</category>
141
- <category domain="http://www.whitehouse.gov/admin/category/city/fairfax">Fairfax</category>
142
- <category domain="http://www.whitehouse.gov/admin/category/person/george-hw-bush">George H.W. Bush</category>
143
- <category domain="http://www.whitehouse.gov/admin/category/person/george-washington">George Washington</category>
144
- <category domain="http://www.whitehouse.gov/admin/category/person/harry-truman">Harry Truman</category>
145
- <category domain="http://www.whitehouse.gov/admin/category/city/leesburg">Leesburg</category>
146
- <category domain="http://www.whitehouse.gov/admin/category/person/lindsay-holst">Lindsay Holst</category>
147
- <category domain="http://www.whitehouse.gov/admin/category/person/ronald-reagan">Ronald Reagan</category>
148
- <category domain="http://www.whitehouse.gov/admin/category/person/tad-lincoln">Tad Lincoln</category>
149
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/virginia">Virginia</category>
150
- <category domain="http://www.whitehouse.gov/admin/category/person/westmoreland-davis">Westmoreland Davis</category>
151
- <pubDate>Wed, 27 Nov 2013 21:39:40 +0000</pubDate>
152
- <dc:creator>&lt;a href=&quot;/blog/author/Lindsay Holst&quot; class=&quot;author-name&quot;&gt;Lindsay Holst&lt;/a&gt;</dc:creator>
153
- <guid isPermaLink="false">247216 at http://www.whitehouse.gov</guid>
154
- </item>
155
- <item>
156
- <title>Report from the Road: Community Colleges Leveraging Partnerships for Economic Growth</title>
157
- <link>http://www.whitehouse.gov/blog/2013/11/27/report-road-community-colleges-leveraging-partnerships-economic-growth</link>
158
- <description><![CDATA[<p>Ed. note: This is cross-posted from the Department of Labor blog. See the original post&nbsp;<a href="http://social.dol.gov/blog/report-from-the-road/">here</a>.</p>
159
- <p>If you have had the chance to step onto a community college campus recently, you know the special role they are playing in rebuilding the American economy. Over the last three years, this administration has made unprecedented investments in the community college system through the Trade Adjustment Assistance Community College and Career Training &minus; or&nbsp;<a href="http://www.doleta.gov/taaccct/" target="_blank" title="Information about the TAACCCT program">TAACCCT</a>&nbsp;&minus; grant program. These grants encourage schools across the country to work with each other, with the workforce system and with employers to create cutting edge training programs that prepare workers for the jobs of today and tomorrow.</p>
160
- <div class="embed">
161
-
162
- <div class="clearfix" id="small-node-embed-image-detail">
163
- <img src="http://www.whitehouse.gov/sites/default/files/imagecache/embedded_img_small/image/image_file/dr.bidenbptaaccct_1_0.jpg?itok=UXpQMCkZ" alt=" Community Colleges Leveraging Partnerships for Economic Growth" title=" Community Colleges Leveraging Partnerships for Economic Growth" width="430" height="287" class="imagecache imagecache-embedded_img_small" /> <p>
164
- At Cleveland Community College in Shelby, N.C., Dr. Jill Biden and Secretary Perez listen in as Kenneth Dover (second from right) talks about his experience making the transition from the Marines to a career in "mission critical" IT operations.
165
-
166
-
167
-
168
-
169
-
170
- </p>
171
- </div>
172
- </div>
173
- <div class="embed">
174
- &nbsp;</div>
175
- <p><a href="http://www.whitehouse.gov/blog/2013/11/27/report-road-community-colleges-leveraging-partnerships-economic-growth" target="_blank">read more</a></p>]]></description>
176
- <dc:subject>Education</dc:subject>
177
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
178
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/education">Education</category>
179
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/california">California</category>
180
- <category domain="http://www.whitehouse.gov/admin/category/city/cleveland">Cleveland</category>
181
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/florida">Florida</category>
182
- <category domain="http://www.whitehouse.gov/admin/category/city/fort-lauderdale">Fort Lauderdale</category>
183
- <category domain="http://www.whitehouse.gov/admin/category/person/jill-biden">Jill Biden</category>
184
- <category domain="http://www.whitehouse.gov/admin/category/person/kenneth-dover">Kenneth Dover</category>
185
- <category domain="http://www.whitehouse.gov/admin/category/city/long-beach">Long Beach</category>
186
- <category domain="http://www.whitehouse.gov/admin/category/person/mitchell-sepaugh">Mitchell Sepaugh</category>
187
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/new-jersey">New Jersey</category>
188
- <category domain="http://www.whitehouse.gov/admin/category/city/newark">Newark</category>
189
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/north-carolina">North Carolina</category>
190
- <category domain="http://www.whitehouse.gov/admin/category/city/shelby">Shelby</category>
191
- <category domain="http://www.whitehouse.gov/admin/category/person/tom-perez">Tom Perez</category>
192
- <category domain="http://www.whitehouse.gov/admin/category/person/tom-prez">Tom Prez</category>
193
- <pubDate>Wed, 27 Nov 2013 21:30:06 +0000</pubDate>
194
- <dc:creator>Secretary Tom Perez and Dr. Jill Biden </dc:creator>
195
- <guid isPermaLink="false">247131 at http://www.whitehouse.gov</guid>
196
- </item>
197
- <item>
198
- <title>Calling All Young Americans: We Want to Hear from You!</title>
199
- <link>http://www.whitehouse.gov/blog/2013/11/27/calling-all-young-americans-we-want-hear-you</link>
200
- <description><![CDATA[<p>Throughout President Obama&#39;s career, he has been fighting for young people. Whether it is<a href="http://www.whitehouse.gov/issues/education/higher-education"> increasing access to higher education</a>, or expanding <a href="http://www.whitehouse.gov/healthreform">health care coverage</a>, giving young people a fair shot has been and always will be a priority.</p>
201
- <p>The President also believes in <a href="http://www.whitehouse.gov/engage">reaching out to youth across the country</a> to make sure we&rsquo;re hearing what they have to say, and helping them better understand the policies and programs that impact them. That&rsquo;s why, on Wednesday, December 4th, we&rsquo;re hosting over 150 leaders from across the country at the White House for a Youth Summit. The Summit will offer young people coming to the White House and across the country a chance to discuss the Affordable Care Act and others issues important to them.</p>
202
- <div class="embed">
203
-
204
- <div class="clearfix" id="small-node-embed-image-detail">
205
- <img src="http://www.whitehouse.gov/sites/default/files/imagecache/embedded_img_small/image/image_file/youthsummit_112513_700v2.jpg?itok=sSBkpLb9" alt="WH Youth Social" title="WH Youth Social" width="430" height="430" class="imagecache imagecache-embedded_img_small" /> <p>
206
-
207
-
208
-
209
-
210
-
211
- </p>
212
- </div>
213
- </div>
214
- <p>Even if you can&#39;t be at the Summit in person, we still want to hear from you!&nbsp;</p>
215
- <p>On Monday, December 2nd at 8:00 p.m. ET, join White House Deputy Senior Advisor for Commnications David Simas, Kal Pen, and&nbsp;Young Invincibles for a Google+ Hangout. During this live video chat, we&#39;ll announce the winners of the &quot;<a href="http://health.younginvincibles.org/video-contest/">Healthy Young America Video Contest</a>,&quot; preview the upcoming Youth Summit, and take questions about the Affordable Care Act and what It means for young Americans. &nbsp;</p>
216
- <p>You can watch the Hangout live on the&nbsp;<a href="https://plus.google.com/+whitehouse" target="_blank">White House Google+ page</a>. &nbsp;Have a comments or questions? Ask them using the &nbsp;hashtag #WHYouth&nbsp;on Twitter and on Google+ and we&#39;ll answer some of them during the live Hangout.</p>
217
- <p>Additionally, on December 4th, you can watch the Summit live starting at 2:00 pm ET on <a href="http://www.whitehouse.gov/live">Whitehouse.gov/live</a>. Throughout the day White House staff, HHS officials, and other special guests will be taking questions submitted on twitter using the hashtag #WHYouth.&nbsp;</p>
218
- <p>Kyle Lierman serves Youth Liaison in the White House Office of Public Engagement.</p>
219
- ]]></description>
220
- <dc:subject>Health Care</dc:subject>
221
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
222
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/health-care">Health Care</category>
223
- <category domain="http://www.whitehouse.gov/admin/category/person/david-simas">David Simas</category>
224
- <category domain="http://www.whitehouse.gov/admin/category/person/kal-pen">Kal Pen</category>
225
- <category domain="http://www.whitehouse.gov/admin/category/person/kal-penn">Kal Penn</category>
226
- <category domain="http://www.whitehouse.gov/admin/category/person/kyle-lierman">Kyle Lierman</category>
227
- <category domain="http://www.whitehouse.gov/admin/category/internal-audience-tags/young-americans">Young Americans</category>
228
- <category domain="http://www.whitehouse.gov/admin/category/person/young-invincibles">Young Invincibles</category>
229
- <pubDate>Wed, 27 Nov 2013 20:55:55 +0000</pubDate>
230
- <dc:creator>Kyle Lierman</dc:creator>
231
- <guid isPermaLink="false">247106 at http://www.whitehouse.gov</guid>
232
- </item>
233
- <item>
234
- <title>Going Big for Small Business Saturday</title>
235
- <link>http://www.whitehouse.gov/blog/2013/11/27/going-big-small-business-saturday</link>
236
- <description><![CDATA[<p class="p1">This Saturday, November 30th, I will join a number of White House and Cabinet Officials, along with millions of Americans around the country, in paying tribute to small businesses, which drive our economy, and help to define the spirit of our communities.&nbsp;</p>
237
- <p class="p1">I will be spending <b>Small Business Saturday</b> in Chicago, to start on my holiday shopping, and reacquaint myself with the small businesses lining my hometown streets, and breathing life into my neighborhood.</p>
238
- <p class="p1">There is of course, no need to wait for Small Business Saturday to enjoy the local delicacies and the unique goods being sold in our communities.&nbsp; It can be a concerted effort throughout the year, and an ongoing priority for all Americans.&nbsp; The President certainly sees it that way, and has made <a href="http://www.whitehouse.gov/sites/default/files/small_business_saturday_-_emessage.pdf">support for small business</a> a top priority every day he has spent in office.</p>
239
- <p><a href="http://www.whitehouse.gov/blog/2013/11/27/going-big-small-business-saturday" target="_blank">read more</a></p>]]></description>
240
- <dc:subject>Small Business</dc:subject>
241
- <dc:subject>Economy</dc:subject>
242
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
243
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy/small-business">Small Business</category>
244
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy">Economy</category>
245
- <category domain="http://www.whitehouse.gov/admin/category/city/chicago">Chicago</category>
246
- <category domain="http://www.whitehouse.gov/admin/category/person/valerie-jarrett">Valerie Jarrett</category>
247
- <pubDate>Wed, 27 Nov 2013 20:02:25 +0000</pubDate>
248
- <dc:creator>&lt;a href=&quot;/blog/author/Valerie Jarrett&quot; class=&quot;author-name&quot;&gt;Valerie Jarrett&lt;/a&gt;</dc:creator>
249
- <guid isPermaLink="false">247186 at http://www.whitehouse.gov</guid>
250
- </item>
251
- <item>
252
- <title>&quot;Keep Dreaming and Keep Working&quot;: President Obama Speaks About the Economy in Southern California</title>
253
- <link>http://www.whitehouse.gov/blog/2013/11/27/keep-dreaming-and-keep-working-president-obama-speaks-about-economy-southern-califor</link>
254
- <description><![CDATA[<div>
255
- <div class="embed">
256
-
257
- <div class="clearfix" id="small-node-embed-image-detail">
258
- <img src="http://www.whitehouse.gov/sites/default/files/imagecache/embedded_img_small/image/image_file/_psa6239.jpg?itok=L5stFC3g" alt="President Barack Obama delivers remarks on the economy to employees at the DreamWorks Animation SKG movie studio in Glendale, Calif., Nov. 26, 2013." title="President Barack Obama delivers remarks on the economy to employees at the DreamWorks Animation SKG movie studio in Glendale, Calif., Nov. 26, 2013." width="430" height="287" class="imagecache imagecache-embedded_img_small" /> <p>
259
- President Barack Obama delivers remarks on the economy to employees at the DreamWorks Animation SKG movie studio in Glendale, Calif., Nov. 26, 2013.
260
-
261
-
262
-
263
-
264
-
265
- (Official White House Photo by Pete Souza) </p>
266
- </div>
267
- </div>
268
- </div>
269
- <div>
270
- &nbsp;</div>
271
- <div>
272
- Yesterday, President Obama visited the DreamWorks Animation Campus in Glendale, California, where he spoke about the economy before an audience of nearly 2,000 Dreamworks employees, including CEO Jeffrey Katzenberg.</div>
273
- <div>
274
- &nbsp;</div>
275
- <div>
276
- The President began by calling entertainment &quot;one of America&#39;s biggest exports&quot; -- and, in some ways, a part of American diplomacy:</div>
277
- <blockquote><div>
278
- &nbsp;</div>
279
- <div>
280
- It&rsquo;s part of what makes us exceptional, part of what makes us such a world power. You can go anywhere on the planet and you&rsquo;ll see a kid wearing a &ldquo;Madagascar&rdquo; T-shirt. You can say, &ldquo;May the Force be with you&rdquo; -- they know what you&rsquo;re talking about. Hundreds of millions of people may never set foot in the United States, but thanks to you, they&rsquo;ve experienced a small part of what makes our country special. They&rsquo;ve learned something about our values. We have shaped a world culture through you.</div>
281
- </blockquote>
282
- <div>
283
- He then reflected on the significant economic progress that we&#39;ve made over the past several years: including reining in spending after years of trillion-dollar deficits, changing the tax code to be fairer toward middle-class Americans, winding down two wars, and creating 7.8 million new jobs over the past 44 months -- all the while cutting our deficits by more than half.</div>
284
- <div>
285
- &nbsp;</div>
286
- <p><a href="http://www.whitehouse.gov/blog/2013/11/27/keep-dreaming-and-keep-working-president-obama-speaks-about-economy-southern-califor" target="_blank">read more</a></p>]]></description>
287
- <dc:subject>Economy</dc:subject>
288
- <dc:contributor>The President</dc:contributor>
289
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
290
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
291
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy">Economy</category>
292
- <category domain="http://www.whitehouse.gov/admin/category/person/barack-obama">Barack Obama</category>
293
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/california">California</category>
294
- <category domain="http://www.whitehouse.gov/admin/category/city/glendale">Glendale</category>
295
- <category domain="http://www.whitehouse.gov/admin/category/person/jeffrey-katzenberg">Jeffrey Katzenberg</category>
296
- <category domain="http://www.whitehouse.gov/admin/category/person/jeffrey-katzenburg">Jeffrey Katzenburg</category>
297
- <category domain="http://www.whitehouse.gov/admin/category/person/lindsay-holst">Lindsay Holst</category>
298
- <category domain="http://www.whitehouse.gov/admin/category/person/pete-souza">Pete Souza</category>
299
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/southern-california">Southern California</category>
300
- <category domain="http://www.whitehouse.gov/admin/category/region/southern-california">Southern California</category>
301
- <category domain="http://www.whitehouse.gov/admin/category/country/united-states">United States</category>
302
- <category domain="http://www.whitehouse.gov/admin/category/city/washington">WASHINGTON</category>
303
- <pubDate>Wed, 27 Nov 2013 16:18:11 +0000</pubDate>
304
- <dc:creator>&lt;a href=&quot;/blog/author/Lindsay Holst&quot; class=&quot;author-name&quot;&gt;Lindsay Holst&lt;/a&gt;</dc:creator>
305
- <guid isPermaLink="false">247101 at http://www.whitehouse.gov</guid>
306
- </item>
307
- <item>
308
- <title>A Woman&#039;s Health Care Decisions Should Be in Her Own Hands, Not Her Boss&#039;s </title>
309
- <link>http://www.whitehouse.gov/blog/2013/11/26/womans-health-care-decisions-should-be-her-own-hands-not-her-bosss</link>
310
- <description><![CDATA[<p>Ed. note: This is cross-posted from The Huffington Post. See the original post <a href="http://www.huffingtonpost.com/valerie-jarrett/supreme-court-birth-control_b_4346143.html">here</a>.</p>
311
- <p>Ensuring the full freedom of women as health care consumers to access essential preventative health services is a vital component of the Affordable Care Act (ACA). And nowhere are health decisions more personal or essential to keep in their hands, than those regarding reproductive health. The ACA was designed to ensure that health care decisions are made between a woman and her doctor, and not by her boss, or Washington politicians.</p>
312
- <p>Today, there are people trying to take this right away from women, by letting private, for-profit corporations and employers make medical decisions for their employees, based on their personal beliefs.</p>
313
- <p>A group of for-profit companies are currently suing to gain the right to deny employees access to coverage for birth control and contraceptive care, which are used by the overwhelming majority of American women in their lifetimes. Among the first cases to reach the Supreme Court is one filed by Hobby Lobby, an arts and crafts chain whose owners want to be able to take the option for birth control benefits away from their employees.</p>
314
- <p><a href="http://www.whitehouse.gov/blog/2013/11/26/womans-health-care-decisions-should-be-her-own-hands-not-her-bosss" target="_blank">read more</a></p>]]></description>
315
- <dc:subject>Women</dc:subject>
316
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
317
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/women">Women</category>
318
- <category domain="http://www.whitehouse.gov/admin/category/person/barack-obama">Barack Obama</category>
319
- <category domain="http://www.whitehouse.gov/admin/category/person/valerie-b-jarrett">Valerie B. Jarrett</category>
320
- <category domain="http://www.whitehouse.gov/admin/category/person/valerie-jarrett">Valerie Jarrett</category>
321
- <category domain="http://www.whitehouse.gov/admin/category/city/washington">WASHINGTON</category>
322
- <pubDate>Tue, 26 Nov 2013 23:08:50 +0000</pubDate>
323
- <dc:creator>&lt;a href=&quot;/blog/author/Valerie Jarrett&quot; class=&quot;author-name&quot;&gt;Valerie Jarrett&lt;/a&gt;</dc:creator>
324
- <guid isPermaLink="false">246956 at http://www.whitehouse.gov</guid>
325
- </item>
326
- <item>
327
- <title>Seniors Save Nearly $9 Billion on Prescription Drugs Thanks to the Affordable Care Act </title>
328
- <link>http://www.whitehouse.gov/blog/2013/11/26/seniors-save-nearly-9-billion-prescription-drugs-thanks-affordable-care-act</link>
329
- <description><![CDATA[<p class="p1">Today, the Administration <a href="http://cms.gov/Newsroom/MediaReleaseDatabase/Press-Releases/2013-Press-Releases-Items/2013-11-26.html">released new data showing</a> that Affordable Care Act is helping more seniors save more money on their prescription drug costs.</p>
330
- <p class="p1">Since the Affordable Care Act was enacted, more than 7.3 million seniors and people with disabilities have saved $8.9 billion on their prescription drugs, an average of $1,209 per person since 2010.</p>
331
- <p class="p1">Before the Affordable Care Act, many people with Medicare Part D would pay out-of-pocket for the entire cost of prescription drugs once they hit the coverage gap in prescription drug benefits known as the &ldquo;donut hole.&rdquo; Beneficiaries continued paying full price for prescriptions until reaching catastrophic coverage.</p>
332
- <p class="p1">But under a discount program in the Affordable Care Act, anyone with a Medicare prescription drug plan who reached the prescription drug donut hole in 2010 got a $250 rebate. Beginning in 2011, beneficiaries who landed in the donut hole began receiving discounts on covered brand-name drugs and savings on generic drugs.</p>
333
- <p><a href="http://www.whitehouse.gov/blog/2013/11/26/seniors-save-nearly-9-billion-prescription-drugs-thanks-affordable-care-act" target="_blank">read more</a></p>]]></description>
334
- <dc:subject>Health Care</dc:subject>
335
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
336
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/health-care">Health Care</category>
337
- <category domain="http://www.whitehouse.gov/admin/category/person/megan-slack">Megan Slack</category>
338
- <pubDate>Tue, 26 Nov 2013 20:05:16 +0000</pubDate>
339
- <dc:creator>&lt;a href=&quot;/blog/author/Megan Slack&quot; class=&quot;author-name&quot;&gt;Megan Slack&lt;/a&gt;</dc:creator>
340
- <guid isPermaLink="false">246781 at http://www.whitehouse.gov</guid>
341
- </item>
342
- <item>
343
- <title>Celebrate #GivingTuesday </title>
344
- <link>http://www.whitehouse.gov/blog/2013/11/26/celebrate-givingtuesday</link>
345
- <description><![CDATA[<p>Typically, the holidays are a moment when many Americans volunteer to help the most vulnerable. Others make charitable contributions that can last throughout the holiday season. Next week, we will celebrate <a href="http://givingtuesday.org/">#GivingTuesday</a>, a worldwide effort to raise awareness and motivate action for the common good.</p>
346
- <p class="p1">Started by the <a href="http://www.unfoundation.org/">United Nations Foundation</a> and the <a href="http://www.92y.org/">92d Street Y</a>, #GivingTuesday builds on the American tradition of giving back but uses technology to give this greater impact. This commemoration does not seek to coordinate funds toward any particular nonprofit or to direct volunteers to support a specific cause. Instead, #GivingTuesday is intended to encourage Americans to reflect and give back. It&rsquo;s a collective moment for individual and community action.</p>
347
- <p class="p1">#GivingTuesday has significant momentum. More than 7000 partners across all 50 states are taking part. This includes large corporations and small businesses, faith-based organizations and secular nonprofits. This year,&nbsp;cities are stepping forward to galvanize the movement.&nbsp; They are celebrating local causes through unique campaigns like&nbsp;<a href="http://bmoregivesmore.com/">BMoreGivesMore</a>&nbsp;in Baltimore;&nbsp;<a href="http://www.givingtuesdaybucks.org/">#GivingTuesdayBucks</a>&nbsp;in Bucks County, PA; and&nbsp;<a href="http://www.generocity.org/givingtuesdayphl-tell-us-what-your-organization-is-doing/">#GivingTuesdayPHL</a> in Philadelphia. In all these communities, nonprofits, businesses and government are collaborating to raise awareness and drive funds for those in need.</p>
348
- <p><a href="http://www.whitehouse.gov/blog/2013/11/26/celebrate-givingtuesday" target="_blank">read more</a></p>]]></description>
349
- <dc:subject>Social Innovation</dc:subject>
350
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
351
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/social-innovation">Social Innovation</category>
352
- <category domain="http://www.whitehouse.gov/admin/category/city/baltimore">Baltimore</category>
353
- <category domain="http://www.whitehouse.gov/admin/category/person/jonathan-greenblatt">Jonathan Greenblatt</category>
354
- <category domain="http://www.whitehouse.gov/admin/category/city/philadelphia">Philadelphia</category>
355
- <pubDate>Tue, 26 Nov 2013 17:25:43 +0000</pubDate>
356
- <dc:creator>&lt;a href=&quot;/blog/author/Jonathan Greenblatt &quot; class=&quot;author-name&quot;&gt;Jonathan Greenblatt &lt;/a&gt;</dc:creator>
357
- <guid isPermaLink="false">246696 at http://www.whitehouse.gov</guid>
358
- </item>
359
- <item>
360
- <title>We the Geeks: Talking Turkey and the Science of Cooking</title>
361
- <link>http://www.whitehouse.gov/blog/2013/11/26/we-geeks-talking-turkey-and-science-cooking</link>
362
- <description><![CDATA[<p>Ed. note: This event has concluded. Watch the full hangout below.</p>
363
- <p></p>
364
- <p>As we prepare for <a href="http://www.whitehouse.gov/turkey">Thanksgiving here at the White House</a>, you&rsquo;re invited to join me and a lineup of top food experts as we &ldquo;talk turkey&rdquo; and dive into our dinner plates to explore the science of cooking. We&rsquo;ll be drilling down into the science behind what makes turkey so tasty, why we feel compelled to nap after eating it, and the secret science sauce behind brining and marinating.</p>
365
- <p>Please join us this Wednesday at 12pm ET for a We the Geeks on the Science of Cooking! The episode will air on <a href="http://www.WhiteHouse.gov/wethegeeks">www.WhiteHouse.gov/wethegeeks</a> in the run-up to President Obama&rsquo;s annual turkey pardoning at the White House.</p>
366
- <p>Join&nbsp;Food Network Chef Anne Burrell, former NASA astronaut Ron Garan, White House Office of Science and Technology Policy&#39;s Kumar Garg, and me as we discuss the raw science behind turkey, stuffing, and other fixins&rsquo; on our Thanksgiving tables like breads, whole grains, flour, and gluten. We&rsquo;ll also shed light on the exciting chemistry behind cooking and eating: How much carbon dioxide do we consume when eat a meal? And what exactly is fermentation anyway?</p>
367
- <p>We&#39;ll also explore how cooking can be used to get more kids excited about science, technology, engineering, and math (STEM) education.</p>
368
- <p>Got comments or questions? Ask them using the hashtag&nbsp;<a href="https://twitter.com/search?q=%23wethegeeks&amp;src=hash">#WeTheGeeks</a>&nbsp;on Twitter and on&nbsp;<a href="https://plus.google.com/+whitehouse/posts">Google+</a>&nbsp;and we&#39;ll answer some of them during the live Hangout.</p>
369
- <p>&ldquo;<a href="http://www.whitehouse.gov/wethegeeks">We the Geeks</a>&quot; is a series of Google+ Hangouts to discuss science, technology, and innovation here in the United States. <a href="https://twitter.com/search?q=%23wethegeeks&amp;src=hash">Join the conversation</a> on Twitter and be sure to sign up for email updates about future &quot;We the Geeks&quot; hangouts.</p>
370
- <p>Bill Yosses is the White House Executive Pastry Chef</p>
371
- <p>(Editor&#39;s note: Check out the Public Service Announcement from Food Network Chef Anne Burrell and Time Warner Cable&rsquo;s Connect a Million Minds on getting kids excited about STEM through cooking.)</p>
372
- <p></p>
373
- ]]></description>
374
- <dc:subject>Healthy Kids</dc:subject>
375
- <dc:subject>Education</dc:subject>
376
- <dc:subject>Family</dc:subject>
377
- <dc:subject>Inside the White House</dc:subject>
378
- <dc:subject>Technology</dc:subject>
379
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
380
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/family/healthy-kids">Healthy Kids</category>
381
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/education">Education</category>
382
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/family">Family</category>
383
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/inside-white-house">Inside the White House</category>
384
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/technology">Technology</category>
385
- <category domain="http://www.whitehouse.gov/admin/category/person/anne-burrell">Anne Burrell</category>
386
- <category domain="http://www.whitehouse.gov/admin/category/person/bill-yosses">Bill Yosses</category>
387
- <category domain="http://www.whitehouse.gov/admin/category/person/pastry-chef-bill">Pastry Chef Bill</category>
388
- <category domain="http://www.whitehouse.gov/admin/category/person/ron-garan">Ron Garan</category>
389
- <category domain="http://www.whitehouse.gov/admin/category/country/united-states">United States</category>
390
- <pubDate>Tue, 26 Nov 2013 15:50:11 +0000</pubDate>
391
- <dc:creator>Bill Yosses</dc:creator>
392
- <guid isPermaLink="false">246686 at http://www.whitehouse.gov</guid>
393
- </item>
394
- <item>
395
- <title>This is Big: The First-Ever White House Student Film Festival</title>
396
- <link>http://www.whitehouse.gov/blog/2013/11/26/big-first-ever-white-house-student-film-festival</link>
397
- <description><![CDATA[<p><a href="/filmfest"><img alt="" src=" /sites/default/files/video/filmfestivalsocialv2.jpg" /></a></p>
398
- <p>You don&#39;t have to be a kid to be excited about this:</p>
399
- <p>The first ever White House Student Film Festival launches today &mdash; and it&#39;s open to U.S. students, grades K-12. We&#39;re asking you to answer these big questions:</p>
400
- <p>What&rsquo;s your education story &amp; how does technology and connectivity fit into how you learn at school or on your own? How do you imagine technology will change the educational experience for kids in the future?</p>
401
- <p>Films can be short &ndash; in fact 3 minutes tops. The official selections will be featured on the White House website, and shared across the world on White House sites and official social media accounts. In fact, if selected, you may have a chance to attend the film fest yourself at the White House.</p>
402
- <p>Ready to get started? Check out our official page at WhiteHouse.Gov/FilmFest -- where you can learn more, read the official rules, see how to submit your video, and hear from Bill Nye (the Science Guy). And if you&#39;re a parent, guardian, or teacher, make sure you spread the word to kids with big ideas!</p>
403
- <p>We can&#39;t wait to see what you make.</p>
404
- <p>Here are more important details you should know:</p>
405
- <p>--Every student entry has to have a parent/guardian or teacher sponsor.</p>
406
- <p>--Films can be submitted now through January 29th, 2014.&nbsp;</p>
407
- <p>--If your video is selected as an official selection, you could have a chance to attend the mid-February screening at the White House.</p>
408
- <p>Read the complete rules (and submit your video!) at <a href="http://www.WhiteHouse.Gov/FilmFest">WhiteHouse.Gov/FilmFest</a></p>
409
- <p>&nbsp;</p>
410
- ]]></description>
411
- <dc:subject>Education</dc:subject>
412
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
413
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/education">Education</category>
414
- <category domain="http://www.whitehouse.gov/admin/category/person/adam-garber">Adam Garber</category>
415
- <category domain="http://www.whitehouse.gov/admin/category/person/bill-nye">Bill Nye</category>
416
- <category domain="http://www.whitehouse.gov/admin/category/country/united-states">United States</category>
417
- <pubDate>Tue, 26 Nov 2013 15:43:46 +0000</pubDate>
418
- <dc:creator>&lt;a href=&quot;/blog/author/Adam Garber&quot; class=&quot;author-name&quot;&gt;Adam Garber&lt;/a&gt;</dc:creator>
419
- <guid isPermaLink="false">246681 at http://www.whitehouse.gov</guid>
420
- </item>
421
- <item>
422
- <title>The Gobble: Help Choose the 2013 National Thanksgiving Turkey</title>
423
- <link>http://www.whitehouse.gov/blog/2013/11/25/gobble-help-choose-2013-national-thanksgiving-turkey-0</link>
424
- <description><![CDATA[<p class="p1"><a href="/turkey"><img alt="" src="/sites/default/files/turkeys/blog_banner_2013_turkey2.jpg" /></a></p>
425
- <p class="p1">On Wednesday, November 27th, President Obama will pardon the 2013 National Thanksgiving Turkey and&nbsp;<a href="http://www.whitehouse.gov/blog/2012/11/20/thanksgiving-decision-2012-cobbler-or-gobbler">once again the American people will decide</a>&nbsp;which bird takes the title.</p>
426
- <p class="p2">Turkeys have carved out a&nbsp;<a href="http://www.whitehouse.gov/blog/2011/11/23/definitive-history-presidential-turkey-pardon">pivotal role in the holiday season at the White House</a>&nbsp;since the 19th century, but last year, for the first time, the pardon winner was chosen through a competitive online vote.&nbsp;</p>
427
- <p class="p2">Which of these two turkeys will be plucked from obscurity and awarded the title?&nbsp;Hatched on the same day on the farm of John Burkel near Badger, Minnesota, Caramel and Popcorn may have been raised together, but each has flown their own path. Caramel is a steady and deliberate bird that enjoys soybean meal and rocking out to Lady Gaga. When Popcorn is feeling peckish, he can&#39;t stop snacking on his namesake, corn, and has been known to strut around to Beyonce&#39;s &quot;Halo&quot;.&nbsp;</p>
428
- <p class="p2">People all across the country are flocking to cast a vote, so be sure to learn more about Caramel and Popcorn, listen to them croon their distinct gobble sounds and then tell us who you think should be named the National Thanksgiving Turkey!&nbsp;</p>
429
- <p class="p2"><b>Are you on #TeamCaramel or #TeamPopcorn?&nbsp;Find out how you can vote on Twitter, Instagram and Facebook at <a href="http://www.whitehouse.gov/turkey">Whitehouse.gov/Turkey</a>.</b></p>
430
- <p></p>
431
- <p class="p2">We&#39;ll count up the hashtags to make sure there&#39;s no fowl play.&nbsp;The deadline for voting is 8pm ET on Tuesday, November 26th.</p>
432
- <p class="p3">Don&#39;t forget to tune in to President Obama&#39;s remarks and the ceremony on Wednesday, November 27th on&nbsp;<a href="http://wh.gov/live">http://wh.gov/live</a>&nbsp;at 1:15 pm ET to find out which turkey has been selected as the 2013 National Thanksgiving Turkey.&nbsp;And for more on how this Presidential tradition came to be check out the&nbsp;<a href="http://www.whitehouse.gov/blog/2011/11/23/definitive-history-presidential-turkey-pardon">definitive history of the Presidential Turkey Pardon</a>.</p>
433
- <p class="p3">Note: It&#39;s all gravy -- no turkeys will be harmed during the selection of the National Thanksgiving Turkey.&nbsp;&nbsp;After the pardoning, both turkeys travel to George Washington&rsquo;s Mount Vernon Estate and Gardens where they will be on display for visitors during &quot;Christmas at Mount Vernon.&quot; The turkeys will then travel to their permanent home at Morven Park&#39;s Turkey Hill, the historic turkey farm located at the home of former Virginia Governor Westmorland Davis in Leesburg, Virginia. Additionally, if for any reason one turkey is unable to perform the duties of the National Thanksgiving Turkey, his alternate will take his place during the National Thanksgiving Turkey Presentation.</p>
434
- ]]></description>
435
- <dc:subject>Inside the White House</dc:subject>
436
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
437
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/inside-white-house">Inside the White House</category>
438
- <category domain="http://www.whitehouse.gov/admin/category/city/badger">Badger</category>
439
- <category domain="http://www.whitehouse.gov/admin/category/person/erin-lindsay">Erin Lindsay</category>
440
- <category domain="http://www.whitehouse.gov/admin/category/person/george-washington">George Washington</category>
441
- <category domain="http://www.whitehouse.gov/admin/category/person/john-burkel">John Burkel</category>
442
- <category domain="http://www.whitehouse.gov/admin/category/person/lady-gaga">Lady Gaga</category>
443
- <category domain="http://www.whitehouse.gov/admin/category/city/leesburg">Leesburg</category>
444
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/minnesota">Minnesota</category>
445
- <category domain="http://www.whitehouse.gov/admin/category/country/turkey">Turkey</category>
446
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/virginia">Virginia</category>
447
- <category domain="http://www.whitehouse.gov/admin/category/person/westmorland-davis">Westmorland Davis</category>
448
- <pubDate>Tue, 26 Nov 2013 15:09:50 +0000</pubDate>
449
- <dc:creator>&lt;a href=&quot;/blog/author/Erin Lindsay&quot; class=&quot;author-name&quot;&gt;Erin Lindsay&lt;/a&gt;</dc:creator>
450
- <guid isPermaLink="false">246596 at http://www.whitehouse.gov</guid>
451
- </item>
452
- <item>
453
- <title>No Matter Where You Come From, America Is a Place Where You Can Make It If You Try</title>
454
- <link>http://www.whitehouse.gov/blog/2013/11/25/no-matter-who-you-are-or-where-you-come-america-place-where-you-can-make-it-if-you-t</link>
455
- <description><![CDATA[<div class="embed">
456
-
457
- <div class="clearfix" id="small-node-embed-image-detail">
458
- <img src="http://www.whitehouse.gov/sites/default/files/imagecache/embedded_img_small/image/image_file/p112513ck-0198_1.jpg?itok=hD7OAn97" alt="President Barack Obama delivers remarks on immigration, at the Betty Ann Ong Chinese Recreation Center in San Francisco, Calif" title="President Barack Obama delivers remarks on immigration, at the Betty Ann Ong Chinese Recreation Center in San Francisco, Calif" width="430" height="287" class="imagecache imagecache-embedded_img_small" /> <p>
459
- President Barack Obama delivers remarks on immigration, at the Betty Ann Ong Chinese Recreation Center in San Francisco, Calif., Nov. 25, 2013.
460
-
461
-
462
-
463
-
464
-
465
- (Official White House Photo by Chuck Kennedy) </p>
466
- </div>
467
- </div>
468
- <p>In the early 1900s, more than 300,000 people passed through California&rsquo;s Angel Island on their way to a new life in America, many drawn by the belief that here, anything was possible.</p>
469
- <p>Today, just a few miles away at the Betty Ong Recreation Center in San Francisco&rsquo;s Chinatown, <a href="http://www.whitehouse.gov/the-press-office/2013/11/25/remarks-president-immigration-reform-san-francisco-ca">President Obama said he is committed</a> to fixing our broken immigration system to make sure we continue welcoming striving, hardworking immigrants who see America the same way many of our ancestors did when they came here generations ago -- as a country where no matter who you are or what you look like or where you come from, you can make it if you try.</p>
470
- <p>&ldquo;Too often when we talk about immigration, the debate focuses on our southern border,&rdquo; President Obama said. But immigrants from all over the world have put down roots in every corner of the country. In San Francisco, where the economy is one of the fastest growing in the country, 35 percent of business owners are immigrants.</p>
471
- <p>&ldquo;That&rsquo;s the impact that our talented, hardworking immigrants can have,&quot;&nbsp;he said.&nbsp;&ldquo;That&rsquo;s the difference they can make.&nbsp;And that&rsquo;s why it&rsquo;s long past time to reform an immigration system that doesn&rsquo;t serve America as well as it should &ndash; because we should be doing more to unleash that potential.&rdquo;</p>
472
- <p>President Obama shared the story of Andrew Ly and his brothers, who emigrated from Vietnam by way of Malaysia. Once they arrived in San Francisco, they learned English and worked as handymen and seamstresses.</p>
473
- <blockquote><p>Eventually, Andrew and his brothers earned enough money to buy a small bakery.&nbsp;And they started making donuts, and they started selling them to Chinese restaurants.&nbsp;And with a lot of hard work and a little luck, the Sugar Bowl Bakery today is a $60 million business. So these humble and striving immigrants from Vietnam now employ more than 300 Americans.&nbsp;They&rsquo;re supplying pastries to Costco and Safeway, and almost every hotel and hospital in San Francisco.&nbsp;</p>
474
- </blockquote>
475
- <p><a href="http://www.whitehouse.gov/blog/2013/11/25/no-matter-who-you-are-or-where-you-come-america-place-where-you-can-make-it-if-you-t" target="_blank">read more</a></p>]]></description>
476
- <dc:subject>Immigration</dc:subject>
477
- <dc:contributor>The President</dc:contributor>
478
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
479
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
480
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/immigration">Immigration</category>
481
- <category domain="http://www.whitehouse.gov/admin/category/person/andrew-ly">Andrew Ly</category>
482
- <category domain="http://www.whitehouse.gov/admin/category/person/ann-ong-chinese">Ann Ong Chinese</category>
483
- <category domain="http://www.whitehouse.gov/admin/category/person/barack-obama">Barack Obama</category>
484
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/california">California</category>
485
- <category domain="http://www.whitehouse.gov/admin/category/city/chinatown">Chinatown</category>
486
- <category domain="http://www.whitehouse.gov/admin/category/person/chuck-kennedy">Chuck Kennedy</category>
487
- <category domain="http://www.whitehouse.gov/admin/category/person/megan-slack">Megan Slack</category>
488
- <category domain="http://www.whitehouse.gov/admin/category/person/obama">Obama</category>
489
- <category domain="http://www.whitehouse.gov/admin/category/city/san-francisco">San Francisco</category>
490
- <category domain="http://www.whitehouse.gov/admin/category/country/vietnam">Vietnam</category>
491
- <pubDate>Mon, 25 Nov 2013 22:44:18 +0000</pubDate>
492
- <dc:creator>&lt;a href=&quot;/blog/author/Megan Slack&quot; class=&quot;author-name&quot;&gt;Megan Slack&lt;/a&gt;</dc:creator>
493
- <guid isPermaLink="false">246576 at http://www.whitehouse.gov</guid>
494
- </item>
495
- <item>
496
- <title>You’re Invited: White House Youth Summit Social</title>
497
- <link>http://www.whitehouse.gov/blog/2013/11/25/you-re-invited-white-house-youth-summit-social</link>
498
- <description><![CDATA[<p>We are excited to announce <a href="http://www.whitehouse.gov/social-apply">our next White House Social event</a>, an in-person meeting for people who engage with us on social media.</p>
499
- <div class="embed">
500
-
501
- <div class="clearfix" id="small-node-embed-image-detail">
502
- <img src="http://www.whitehouse.gov/sites/default/files/imagecache/embedded_img_small/image/image_file/youthsummit_112513_700.jpg.jpeg?itok=ahNc3-y3" alt="Youth Summit" title="Youth Summit" width="430" height="430" class="imagecache imagecache-embedded_img_small" /> <p>
503
-
504
-
505
-
506
-
507
-
508
- </p>
509
- </div>
510
- </div>
511
- <p>On Wednesday, December 4, 2013 the White House will host a Youth Summit, offering young people from around the country an opportunity to discuss the Affordable Care Act and other issues with senior White House officials. White House Twitter, Facebook, Instagram and Google+ followers ages 18-35 are eligible to apply to attend this White House event on December 4.</p>
512
- <p>Interested in joining? <a href="http://www.whitehouse.gov/social-apply">Sign up</a> for your chance to join other White House social media followers at the #WHYouth social. In order to apply you must follow an official White House&nbsp;<a href="http://twitter.com/whitehouse">Twitter</a>,&nbsp;<a href="http://www.facebook.com/whitehouse">Facebook</a>,&nbsp;<a href="http://plus.google.com/+whitehouse">Google+</a>&nbsp;or&nbsp;<a href="http://instagram.com/whitehouse">Instagram</a>&nbsp;account. After you sign up, spread the word! Let your followers know that you applied to attend the #WHYouth social</p>
513
- <p class="p3"><a href="http://www.whitehouse.gov/young-american-updates">Sign-up</a> to get email updates for Young Americans from the Office of Public Engagement.&nbsp;</p>
514
- ]]></description>
515
- <dc:subject>Education</dc:subject>
516
- <dc:subject>Health Care</dc:subject>
517
- <dc:subject>Technology</dc:subject>
518
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
519
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/education">Education</category>
520
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/health-care">Health Care</category>
521
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/technology">Technology</category>
522
- <category domain="http://www.whitehouse.gov/admin/category/person/kasie-coccaro">Kasie Coccaro</category>
523
- <pubDate>Mon, 25 Nov 2013 21:50:20 +0000</pubDate>
524
- <dc:creator>&lt;a href=&quot;/blog/author/Kasie Coccaro&quot; class=&quot;author-name&quot;&gt;Kasie Coccaro&lt;/a&gt;</dc:creator>
525
- <guid isPermaLink="false">246486 at http://www.whitehouse.gov</guid>
526
- </item>
527
- <item>
528
- <title>On November 30th, Start the Holiday Season by Shopping Small</title>
529
- <link>http://www.whitehouse.gov/blog/2013/11/25/november-30th-start-holiday-season-shopping-small</link>
530
- <description><![CDATA[<p>Ed. note: This is cross-posted from the U.S. Small Business Administration. See the original post&nbsp;<a href="http://www.sba.gov/community/blogs/official-sba-news-and-views/open-business/november-30th-start-holiday-season-shopping-small">here</a>.</p>
531
- <p>Most Americans know Black Friday and Cyber Monday are big days for holiday shopping. But between the two is another important part of the holiday shopping season &ndash;<a href="http://www.sba.gov/saturday" target="_blank">Small Business Saturday</a>, a day that is dedicated to supporting the small businesses that anchor our local communities and strengthen our economy.</p>
532
- <p>From the Main Street shops to the high-tech startups, small businesses are the backbone of our economy and the cornerstones of a diverse and thriving marketplace. These businesses create two out of every three net new private sector jobs, and half of working Americans either own or work for a small business. By shopping small and supporting local business, we all have a role to play in giving millions of families the opportunity to achieve the American dream.</p>
533
- <p>Small Business Saturday is a nation-wide initiative that bring Americans together &nbsp;to support these businesses, with the money you spend going right back into your local economy, and that&rsquo;s important because we know that half of working Americans either own or work for a small business.</p>
534
- <p>Started in 2010, Small Business Saturday has boosted holiday sales in Main Street businesses around the country. Last year, nearly 70 million people shopped small in their communities for an estimated $5.5 billion in sales to independently-owned small businesses. This year, we can do even more!</p>
535
- <p><a href="http://www.whitehouse.gov/blog/2013/11/25/november-30th-start-holiday-season-shopping-small" target="_blank">read more</a></p>]]></description>
536
- <dc:subject>Small Business</dc:subject>
537
- <dc:subject>Economy</dc:subject>
538
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
539
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy/small-business">Small Business</category>
540
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy">Economy</category>
541
- <category domain="http://www.whitehouse.gov/admin/category/person/jeanne-hulit">Jeanne Hulit</category>
542
- <pubDate>Mon, 25 Nov 2013 20:43:54 +0000</pubDate>
543
- <dc:creator>Jeanne Hulit</dc:creator>
544
- <guid isPermaLink="false">246546 at http://www.whitehouse.gov</guid>
545
- </item>
546
- <item>
547
- <title>President Obama Delivers Remarks on Iran&#039;s Nuclear Program</title>
548
- <link>http://www.whitehouse.gov/blog/2013/11/23/president-obama-delivers-remarks-iran</link>
549
- <description><![CDATA[<div>
550
-
551
- <div class="clearfix" id="small-node-embed-image-detail">
552
- <img src="http://www.whitehouse.gov/sites/default/files/imagecache/embedded_img_small/image/image_file/p112313ps-0261.jpg?itok=M3bkFOjq" alt="President Barack Obama makes statement in the State Dining Room of the White House on the agreement reached today with Iran on their nuclear program, Saturday, Nov. 23, 2013" title="President Barack Obama makes statement in the State Dining Room of the White House on the agreement reached today with Iran on their nuclear program, Saturday, Nov. 23, 2013" width="430" height="296" class="imagecache imagecache-embedded_img_small" /> <p>
553
- President Barack Obama makes statement in the State Dining Room of the White House on the agreement reached today with Iran on their nuclear program, Saturday, Nov. 23, 2013
554
-
555
-
556
-
557
-
558
-
559
- (Official White House Photo by Pete Souza) </p>
560
- </div>
561
- </div>
562
- <p></p>
563
- <p>Addressing the nation&nbsp;from the State Dining Room tonight, President Obama said that the United States -- together with close allies and partners -- has taken an important first step toward a comprehensive solution that addresses concerns with the Islamic Republic of Iran&rsquo;s nuclear program.</p>
564
- <p><a href="http://www.whitehouse.gov/the-press-office/2013/11/23/statement-president-first-step-agreement-irans-nuclear-program">You can read the President&#39;s full statement here</a>.</p>
565
- <p>Read more:</p>
566
- <p><a href="http://www.whitehouse.gov/the-press-office/2013/11/23/fact-sheet-first-step-understandings-regarding-islamic-republic-iran-s-n">Fact Sheet: First-Step Understandings Regarding the Islamic Republic of Iran&#39;s Nuclear Program</a></p>
567
- ]]></description>
568
- <dc:subject>Iran</dc:subject>
569
- <dc:subject>Foreign Policy</dc:subject>
570
- <dc:contributor>The President</dc:contributor>
571
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
572
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
573
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/iran">Iran</category>
574
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/foreign-policy">Foreign Policy</category>
575
- <category domain="http://www.whitehouse.gov/admin/category/person/barack-obama">Barack Obama</category>
576
- <category domain="http://www.whitehouse.gov/admin/category/person/lindsay-holst">Lindsay Holst</category>
577
- <category domain="http://www.whitehouse.gov/admin/category/person/pete-souza">Pete Souza</category>
578
- <category domain="http://www.whitehouse.gov/admin/category/country/united-states">United States</category>
579
- <pubDate>Sun, 24 Nov 2013 04:06:11 +0000</pubDate>
580
- <dc:creator>&lt;a href=&quot;/blog/author/Lindsay Holst&quot; class=&quot;author-name&quot;&gt;Lindsay Holst&lt;/a&gt;</dc:creator>
581
- <guid isPermaLink="false">246311 at http://www.whitehouse.gov</guid>
582
- </item>
583
- <item>
584
- <title>Weekly Address: Working with Both Parties to Keep the Economy Moving Forward</title>
585
- <link>http://www.whitehouse.gov/blog/2013/11/22/weekly-address-working-both-parties-keep-economy-moving-forward</link>
586
- <description><![CDATA[<p class="p1">In his weekly address, President Obama says our economy is moving in the right direction. We have cut our deficits by more than half, businesses have created millions of new jobs, and we have taken significant steps to reverse our addiction to foreign oil and fix our broken health care system.</p>
587
- <p></p>
588
- <p><a href="/the-press-office/2013/11/22/weekly-address-working-both-parties-keep-economy-moving-forward">Transcript</a> | <a href="http://www.whitehouse.gov/WeeklyAddress/2013/112313_LRDFSP/112313_WeeklyAddress.mp4">Download mp4</a> | <a href="http://www.whitehouse.gov/WeeklyAddress/2013/112313_LRDFSP/112313_WeeklyAddress.mp3">Download mp3</a></p>
589
- ]]></description>
590
- <dc:subject>Economy</dc:subject>
591
- <dc:contributor>The President</dc:contributor>
592
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
593
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
594
- <category domain="http://www.whitehouse.gov/taxonomy/term/38">Weekly Address</category>
595
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy">Economy</category>
596
- <category domain="http://www.whitehouse.gov/admin/category/person/lindsay-holst">Lindsay Holst</category>
597
- <category domain="http://www.whitehouse.gov/admin/category/person/megan-slack">Megan Slack</category>
598
- <pubDate>Sat, 23 Nov 2013 11:00:00 +0000</pubDate>
599
- <dc:creator>&lt;a href=&quot;/blog/author/Lindsay Holst&quot; class=&quot;author-name&quot;&gt;Lindsay Holst&lt;/a&gt;</dc:creator>
600
- <guid isPermaLink="false">246231 at http://www.whitehouse.gov</guid>
601
- </item>
602
- <item>
603
- <title>Weekly Wrap Up: Honoring Our Nation’s Greats</title>
604
- <link>http://www.whitehouse.gov/blog/2013/11/22/weekly-wrap-honoring-our-nation-s-greats</link>
605
- <description><![CDATA[<p></p>
606
- <p>Honoring the Medal of Freedom Recipients: On Wednesday, President Obama honored <a href="http://www.whitehouse.gov/blog/2013/11/20/president-obama-honors-2013-medal-freedom-recipients">16 Medal of Freedom recipients</a> during a ceremony in the East Room.</p>
607
- <p>The Presidential Medal of Freedom was established 50 years ago by President John F. Kennedy and is our nation&rsquo;s highest civilian honor. This year&rsquo;s recipients include sports champions, scientists, activists, musicians, journalists and public servants. &ldquo;These are the men and women who in their extraordinary lives remind us all of the beauty of the human spirit, the values that define us as Americans, the potential that lives inside of all of us,&rdquo; President Obama said.</p>
608
- <p>Tribute to President John F. Kennedy: President Obama, former President Bill Clinton, First Lady Michelle Obama and Hillary Clinton traveled to Arlington National Cemetery to lay a wreath at the eternal flame, in honor of President Kennedy&rsquo;s life and legacy.</p>
609
- <p>150th Anniversary of the Gettysburg Address: One hundred and fifty years ago on Tuesday, President Abraham Lincoln delivered the Gettysburg Address from Gettysburg, PA. To mark the occasion, President Obama handwrote an essay in tribute to Lincoln&rsquo;s historic speech for an exhibit at the Lincoln Presidential Library. Make sure to read President Obama&rsquo;s essay <a href="http://www.whitehouse.gov/blog/2013/11/19/president-obamas-handwritten-essay-marking-150th-anniversary-gettysburg-address">here</a>.</p>
610
- <p><a href="http://www.whitehouse.gov/blog/2013/11/22/weekly-wrap-honoring-our-nation-s-greats" target="_blank">read more</a></p>]]></description>
611
- <dc:subject>Inside the White House</dc:subject>
612
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
613
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/inside-white-house">Inside the White House</category>
614
- <category domain="http://www.whitehouse.gov/admin/category/person/abraham-lincoln">Abraham Lincoln</category>
615
- <category domain="http://www.whitehouse.gov/admin/category/person/alicia-oken">Alicia Oken</category>
616
- <category domain="http://www.whitehouse.gov/admin/category/city/arlington">Arlington</category>
617
- <category domain="http://www.whitehouse.gov/admin/category/person/bill-clinton">Bill Clinton</category>
618
- <category domain="http://www.whitehouse.gov/admin/category/city/gettysburg">Gettysburg</category>
619
- <category domain="http://www.whitehouse.gov/admin/category/person/hillary-clinton">Hillary Clinton</category>
620
- <category domain="http://www.whitehouse.gov/admin/category/person/john-f-kennedy">John F. Kennedy</category>
621
- <category domain="http://www.whitehouse.gov/admin/category/person/michelle-obama">Michelle Obama</category>
622
- <category domain="http://www.whitehouse.gov/admin/category/country/panama">Panama</category>
623
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/pennsylvania">Pennsylvania</category>
624
- <category domain="http://www.whitehouse.gov/admin/category/person/ricardo-martinelli">Ricardo Martinelli</category>
625
- <pubDate>Fri, 22 Nov 2013 23:20:22 +0000</pubDate>
626
- <dc:creator>Alicia Oken</dc:creator>
627
- <guid isPermaLink="false">246201 at http://www.whitehouse.gov</guid>
628
- </item>
629
- <item>
630
- <title>West Wing Week: 11/22/13 or &quot;A Man, A Plan, A Canal, Panama!&quot;</title>
631
- <link>http://www.whitehouse.gov/blog/2013/11/22/west-wing-week-112213-or-man-plan-canal-panama</link>
632
- <description><![CDATA[<p>This week, the Vice President traveled to Houston and Panama, the President honored the legacy of John F. Kennedy, this year&#39;s Medal of Freedom Winners and Nobel Laureates, and attended the Wall Street Journal&#39;s CEO Summit. That&#39;s November 15th to 21st or &quot;A Man, A Plan, A Canal, Panama!&quot;</p>
633
- <p></p>
634
- ]]></description>
635
- <dc:contributor>The President</dc:contributor>
636
- <dc:contributor>The Vice President</dc:contributor>
637
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
638
- <category domain="http://www.whitehouse.gov/taxonomy/term/17">The Vice President</category>
639
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
640
- <category domain="http://www.whitehouse.gov/admin/category/person/adam-garber">Adam Garber</category>
641
- <category domain="http://www.whitehouse.gov/admin/category/city/houston">Houston</category>
642
- <category domain="http://www.whitehouse.gov/admin/category/person/john-f-kennedy">John F. Kennedy</category>
643
- <category domain="http://www.whitehouse.gov/admin/category/country/panama">Panama</category>
644
- <category domain="http://www.whitehouse.gov/admin/category/cms-only-terms/west-wing-week">West Wing Week</category>
645
- <pubDate>Fri, 22 Nov 2013 19:48:27 +0000</pubDate>
646
- <dc:creator>&lt;a href=&quot;/blog/author/Adam Garber&quot; class=&quot;author-name&quot;&gt;Adam Garber&lt;/a&gt;</dc:creator>
647
- <guid isPermaLink="false">246071 at http://www.whitehouse.gov</guid>
648
- </item>
649
- <item>
650
- <title>Visiting the Fast for Families in Support of Immigration Reform</title>
651
- <link>http://www.whitehouse.gov/blog/2013/11/21/visiting-fast-families-support-immigration-reform</link>
652
- <description><![CDATA[<p>Over the many years that I have worked in the Latino community and the civil rights movement, I have seen the photo many times, perhaps more than any other photo. Often it is dog-eared from having been on a wall for many years, or pulled out of a wallet many times. It&rsquo;s a photo of Cesar Chavez, weak from fasting over many weeks. Next to him is Robert Kennedy, who visited him and offered his support and solidarity during the fast. Chavez is leaning heavily on Kennedy, who has his hand on Chavez&rsquo; arm; one is smiling weakly, the other brightly.&nbsp;&nbsp; The photo is dear to people who remember the years of Chavez organizing farmworkers, bringing his tremendous moral authority to their struggle.</p>
653
- <p>The photo has been on my mind a great deal this week, as another fighter for justice, my friend Eliseo Medina, begins the second week of the Fast for Families, which is taking place in a tent near the U.S. Capitol. He, along with Rev. Sam Rodriguez, Dae Joong Yoon, Lisa Sharon Harper, Cristian Avila, and Marco Grimaldo are fasting to draw attention to the urgent need for immigration reform.</p>
654
- <p>I had the honor of visiting with the fasters and hearing their stories on day 9 of their water-only fast, and I was deeply moved by their moral commitment. They described why immigration reform matters in their lives, as it does for Christian, a DREAMer who told me he is fasting for his own chance at citizenship, to honor his parents, and to call attention to the need for immigration reform to keep his family from the threat of separation.&nbsp;They shared with me their hopes for achieving an immigration reform that feels within reach, because the House of Representatives has the support it needs to pass legislation, and the coalition supporting it has unprecedented depth and strength. They described empty stomachs but full hearts as they receive an outpouring of support; to date, more than 3000 people around the country have committed to fasting in solidarity.</p>
655
- <p><a href="http://www.whitehouse.gov/blog/2013/11/21/visiting-fast-families-support-immigration-reform" target="_blank">read more</a></p>]]></description>
656
- <dc:subject>Immigration</dc:subject>
657
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
658
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/immigration">Immigration</category>
659
- <category domain="http://www.whitehouse.gov/admin/category/person/cecilia-mu-oz">Cecilia Muñoz</category>
660
- <category domain="http://www.whitehouse.gov/admin/category/person/cesar-chavez">Cesar Chavez</category>
661
- <category domain="http://www.whitehouse.gov/admin/category/person/cristian-avila">Cristian Avila</category>
662
- <category domain="http://www.whitehouse.gov/admin/category/person/dae-joong-yoon">Dae Joong Yoon</category>
663
- <category domain="http://www.whitehouse.gov/admin/category/person/eliseo-medina">Eliseo Medina</category>
664
- <category domain="http://www.whitehouse.gov/admin/category/person/lisa-sharon-harper">Lisa Sharon Harper</category>
665
- <category domain="http://www.whitehouse.gov/admin/category/person/mahatma-ghandi">Mahatma Ghandi</category>
666
- <category domain="http://www.whitehouse.gov/admin/category/person/marco-grimaldo">Marco Grimaldo</category>
667
- <category domain="http://www.whitehouse.gov/admin/category/person/martin-luther-king-jr">Martin Luther King Jr.</category>
668
- <category domain="http://www.whitehouse.gov/admin/category/person/robert-kennedy">Robert Kennedy</category>
669
- <category domain="http://www.whitehouse.gov/admin/category/person/sam-rodriguez">Sam Rodriguez</category>
670
- <pubDate>Fri, 22 Nov 2013 00:00:33 +0000</pubDate>
671
- <dc:creator>&lt;a href=&quot;/blog/author/Cecilia Muñoz&quot; class=&quot;author-name&quot;&gt;Cecilia Muñoz&lt;/a&gt;</dc:creator>
672
- <guid isPermaLink="false">245816 at http://www.whitehouse.gov</guid>
673
- </item>
674
- <item>
675
- <title>Here&#039;s Why Today&#039;s Filibuster Rule Change is a Big Deal</title>
676
- <link>http://www.whitehouse.gov/blog/2013/11/21/heres-why-todays-filibuster-rule-change-really-big-deal</link>
677
- <description><![CDATA[<p></p>
678
- <p class="rteright"><a href="https://www.youtube.com/watch?v=joZFPU6nhQU">Watch on YouTube.</a></p>
679
- <p>Something big happened in the Senate today: A majority of senators voted to change the way the filibuster works. (<a href="http://www.whitehouse.gov/our-government/legislative-branch#Filibuster">You can read more about what a filibuster does here.</a>)</p>
680
- <p>Under today&#39;s rule change, all executive branch and&nbsp;judicial nominees -- except to the Supreme Court -- can be confirmed with a simple up-or-down vote rather than the previously required 60-vote supermajority.</p>
681
- <p>Speaking from the White House Press Briefing Room today, the President supported the change and provided context for why it&#39;s especially pertinent right now:</p>
682
- <blockquote><p>All too often, we&#39;ve seen a single senator or a handful of senators choose to abuse arcane procedural tactics to unilaterally block bipartisan compromises, or to prevent well-qualified, patriotic Americans from filling critical positions of public service in our system of government.</p>
683
- <p>Now, at a time when millions of American have desperately searched for work, repeated abuse of these tactics have blocked legislation that might create jobs. They&#39;ve defeated actions that would help women fighting for equal pay. They&#39;ve prevented more progress than we would have liked for striving young immigrants trying to earn their citizenship. Or it&#39;s blocked efforts to end tax breaks for companies that are shipping jobs overseas. They&#39;ve even been used to block common-sense and widely supported steps to protect more Americans from gun violence, even as families of victims sat in the Senate chamber and watched. &nbsp;And they&#39;ve prevented far too many talented Americans from serving their country at a time when their country needs their talents the most.</p>
684
- </blockquote>
685
- <p>As the President went on to note, in the six decades before he took office, only 20 presidential nominees to executive positions had to overcome filibusters. &quot;But in just under five years since I took office, nearly 30 nominees have been treated this way,&quot; the President said.</p>
686
- <p><a href="http://www.whitehouse.gov/blog/2013/11/21/heres-why-todays-filibuster-rule-change-really-big-deal" target="_blank">read more</a></p>]]></description>
687
- <dc:subject>Additional Issues</dc:subject>
688
- <dc:contributor>The President</dc:contributor>
689
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
690
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
691
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/additional-issues">Additional Issues</category>
692
- <category domain="http://www.whitehouse.gov/admin/category/person/barack-obama">Barack Obama</category>
693
- <category domain="http://www.whitehouse.gov/admin/category/person/david-simas">David Simas</category>
694
- <category domain="http://www.whitehouse.gov/admin/category/person/lawrence-jackson">Lawrence Jackson</category>
695
- <category domain="http://www.whitehouse.gov/admin/category/person/lindsay-holst">Lindsay Holst</category>
696
- <category domain="http://www.whitehouse.gov/admin/category/person/so">So</category>
697
- <category domain="http://www.whitehouse.gov/admin/category/country/united-states">United States</category>
698
- <category domain="http://www.whitehouse.gov/admin/category/city/washington">WASHINGTON</category>
699
- <pubDate>Thu, 21 Nov 2013 21:19:09 +0000</pubDate>
700
- <dc:creator>&lt;a href=&quot;/blog/author/Lindsay Holst&quot; class=&quot;author-name&quot;&gt;Lindsay Holst&lt;/a&gt;</dc:creator>
701
- <guid isPermaLink="false">245771 at http://www.whitehouse.gov</guid>
702
- </item>
703
- <item>
704
- <title>Improving Consumer Information - New Letters Make Health Insurance Choices Clear</title>
705
- <link>http://www.whitehouse.gov/blog/2013/11/21/improving-consumer-informations-new-letters-make-health-insurance-choices-clear</link>
706
- <description><![CDATA[<p class="p1">Today, the Centers for Medicare &amp; Medicaid Services (CMS) <a href="http://www.cms.gov/CCIIO/Resources/Regulations-and-Guidance/Downloads/standard-notice-bulletin-11-21-2013.pdf">took a major step</a> to give consumers across the country new, standardized information about their options and rights when it comes to health insurance. This effort is a direct response to the President&rsquo;s concerns that the small percentage of Americans receiving confusing letters from their insurance companies need clearer information about how to keep an existing plan, or how to choose a new plan with new protections available in the health insurance marketplace.</p>
707
- <p class="p1">Because of the Affordable Care Act, people with health insurance have stronger protections than ever before.&nbsp; This means that consumers in new health insurance plans will no longer be charged more because of gender or a pre-existing condition, there will be caps on out-of-pocket costs, and plans will have to offer a basic package of <a href="https://www.healthcare.gov/what-does-marketplace-health-insurance-cover/">10 categories of essential health benefits</a>.</p>
708
- <p class="p1">These new market rules do not apply if you are in the same health plan you were in when the law passed, a so-called grandfathered plan.&nbsp; Your plan does not need to meet these new requirements &ndash; and your plan is required to let you know that.&nbsp; Additionally, these protections may not apply if your insurer takes the new option announced by the President last week.&nbsp; This transitional policy allows issuers in states that permit it to renew health plans that were in effect on October 1, 2013, without adopting all of the 2014 market rule changes.&nbsp; This helps give consumers in the individual and small group markets the choice of staying in their plan or joining a new Marketplace plan next year.&nbsp;</p>
709
- <p><a href="http://www.whitehouse.gov/blog/2013/11/21/improving-consumer-informations-new-letters-make-health-insurance-choices-clear" target="_blank">read more</a></p>]]></description>
710
- <dc:subject>Health Care</dc:subject>
711
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
712
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/health-care">Health Care</category>
713
- <category domain="http://www.whitehouse.gov/admin/category/person/chris-jennings">Chris Jennings</category>
714
- <pubDate>Thu, 21 Nov 2013 19:13:36 +0000</pubDate>
715
- <dc:creator>Chris Jennings</dc:creator>
716
- <guid isPermaLink="false">245701 at http://www.whitehouse.gov</guid>
717
- </item>
718
- <item>
719
- <title>President Obama Honors Presidential Medal of Freedom Recipients</title>
720
- <link>http://www.whitehouse.gov/blog/2013/11/20/president-obama-honors-presidential-medal-freedom-recipients</link>
721
- <description><![CDATA[<div class="embed">
722
-
723
- <div class="clearfix" id="small-node-embed-image-detail">
724
- <img src="http://www.whitehouse.gov/sites/default/files/imagecache/embedded_img_small/image/image_file/p112013ps-0298.jpg?itok=PXgo83uB" alt="President Barack Obama delivers remarks and awards the 2013 Presidential Medal of Freedom to honorees during a ceremony in the East Room of the White House" title="President Barack Obama delivers remarks and awards the 2013 Presidential Medal of Freedom to honorees during a ceremony in the East Room of the White House" width="430" height="287" class="imagecache imagecache-embedded_img_small" /> <p>
725
- President Barack Obama delivers remarks and awards the 2013 Presidential Medal of Freedom to honorees during a ceremony in the East Room of the White House, Nov. 20, 2013. Honorees are: Ernie Banks, Ben Bradlee, former President Bill Clinton, Daniel Inouye (posthumous), Daniel Kahneman, Richard Lugar, Loretta Lynn, Mario Molina, Sally Ride (posthumous), Bayard Rustin (posthumous), Arturo Sandoval, Dean Smith, Gloria Steinem, Cordy Tindell "C.T." Vivian, Patricia Wald, and Oprah Winfrey.
726
-
727
-
728
-
729
-
730
-
731
- (Official White House Photo by Pete Souza) </p>
732
- </div>
733
- </div>
734
- <p>The Presidential Medal of Freedom, established 50 years ago by President John F. Kennedy, is our nation&rsquo;s highest civilian honor. The medal has been presented to more than 500 individuals who have made especially &ldquo;meritorious contributions to the security or national interests of the United States, to world peace, or to cultural or other significant public or private endeavors.&rdquo;</p>
735
- <p>Today, <a href="http://www.whitehouse.gov/the-press-office/2013/11/20/remarks-president-presidential-medal-freedom-ceremony">in a ceremony at the White House</a>, President Obama added 16 names to that distinguished list. <a href="http://www.youtube.com/playlist?list=PLRJNAhZxtqH-Osmk4jFfO3C50IvYUtzzh">Watch the interviews with the recipients here</a>:</p>
736
- <p>
737
- </p>
738
- <p>Recipients of the 2013 Presidential Medal of Freedom included sports champions and scientists, musicians and civil rights leaders, activists and journalists, media moguls and public servants.</p>
739
- <div class="embed">
740
-
741
- <div class="clearfix" id="small-node-embed-image-detail">
742
- <img src="http://www.whitehouse.gov/sites/default/files/imagecache/embedded_img_small/image/image_file/p112013lj-0323.jpg?itok=HLn1q5h5" alt="President Barack Obama awards the 2013 Presidential Medal of Freedom to Oprah Winfrey" title="President Barack Obama awards the 2013 Presidential Medal of Freedom to Oprah Winfrey" width="430" height="287" class="imagecache imagecache-embedded_img_small" /> <p>
743
- President Barack Obama awards the 2013 Presidential Medal of Freedom to Oprah Winfrey during a ceremony in the East Room of the White House, Nov. 20, 2013.
744
-
745
-
746
-
747
-
748
-
749
- (Official White House Photo by Lawrence Jackson) </p>
750
- </div>
751
- </div>
752
- <p>&ldquo;These are the men and women who in their extraordinary lives remind us all of the beauty of the human spirit, the values that define us as Americans, the potential that lives inside of all of us,&rdquo; President Obama said.</p>
753
- <div class="embed">
754
-
755
- <div class="clearfix" id="small-node-embed-image-detail">
756
- <img src="http://www.whitehouse.gov/sites/default/files/imagecache/embedded_img_small/image/image_file/p112013lj-0282.jpg?itok=LQFIzNwI" alt="President Barack Obama delivers awards the 2013 Presidential Medal of Freedom to Cordy Tindell “C.T.” Vivian" title="President Barack Obama delivers awards the 2013 Presidential Medal of Freedom to Cordy Tindell “C.T.” Vivian" width="430" height="287" class="imagecache imagecache-embedded_img_small" /> <p>
757
- President Barack Obama delivers awards the 2013 Presidential Medal of Freedom to Cordy Tindell “C.T.” Vivian, during a ceremony in the East Room of the White House, Nov. 20, 2013.
758
-
759
-
760
-
761
-
762
-
763
- (Official White House Photo by Lawrence Jackson) </p>
764
- </div>
765
- </div>
766
- <p>Watch video of the ceremony <a href="http://www.youtube.com/watch?v=PQ3P7ki8ges">here</a> or read more about each of the 2013 recipients below.</p>
767
- <p><a href="http://www.whitehouse.gov/blog/2013/11/20/president-obama-honors-presidential-medal-freedom-recipients" target="_blank">read more</a></p>]]></description>
768
- <dc:subject>Inside the White House</dc:subject>
769
- <dc:contributor>The President</dc:contributor>
770
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
771
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
772
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/inside-white-house">Inside the White House</category>
773
- <category domain="http://www.whitehouse.gov/admin/category/person/amos-tversky">Amos Tversky</category>
774
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/arkansas">Arkansas</category>
775
- <category domain="http://www.whitehouse.gov/admin/category/person/arturo-sandoval">Arturo Sandoval</category>
776
- <category domain="http://www.whitehouse.gov/admin/category/person/barack-obama">Barack Obama</category>
777
- <category domain="http://www.whitehouse.gov/admin/category/person/bayard-rustin">Bayard Rustin</category>
778
- <category domain="http://www.whitehouse.gov/admin/category/person/ben-bradlee">Ben Bradlee</category>
779
- <category domain="http://www.whitehouse.gov/admin/category/person/bill-clinton">Bill Clinton</category>
780
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/california">California</category>
781
- <category domain="http://www.whitehouse.gov/admin/category/person/clinton">Clinton</category>
782
- <category domain="http://www.whitehouse.gov/admin/category/person/cub">Cub</category>
783
- <category domain="http://www.whitehouse.gov/admin/category/person/daniel-inouye">Daniel Inouye</category>
784
- <category domain="http://www.whitehouse.gov/admin/category/person/daniel-kahneman">Daniel Kahneman</category>
785
- <category domain="http://www.whitehouse.gov/admin/category/person/dean-smith">Dean Smith</category>
786
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/district-columbia">District of Columbia</category>
787
- <category domain="http://www.whitehouse.gov/admin/category/person/george-w-bush">George W. Bush</category>
788
- <category domain="http://www.whitehouse.gov/admin/category/person/gloria-steinem">Gloria Steinem</category>
789
- <category domain="http://www.whitehouse.gov/admin/category/city/havana">Havana</category>
790
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/hawaii">Hawaii</category>
791
- <category domain="http://www.whitehouse.gov/admin/category/person/hope-humanitarian">Hope Humanitarian</category>
792
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/indiana">Indiana</category>
793
- <category domain="http://www.whitehouse.gov/admin/category/city/indianapolis">Indianapolis</category>
794
- <category domain="http://www.whitehouse.gov/admin/category/country/israel">Israel</category>
795
- <category domain="http://www.whitehouse.gov/admin/category/person/john-f-kennedy">John F. Kennedy</category>
796
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/kentucky">Kentucky</category>
797
- <category domain="http://www.whitehouse.gov/admin/category/person/lawrence-jackson">Lawrence Jackson</category>
798
- <category domain="http://www.whitehouse.gov/admin/category/person/loretta-lynn">Loretta Lynn</category>
799
- <category domain="http://www.whitehouse.gov/admin/category/person/mario-molina">Mario Molina</category>
800
- <category domain="http://www.whitehouse.gov/admin/category/person/martin-luther-king-jr-1">Martin Luther King , Jr.</category>
801
- <category domain="http://www.whitehouse.gov/admin/category/person/megan-slack">Megan Slack</category>
802
- <category domain="http://www.whitehouse.gov/admin/category/country/mexico">Mexico</category>
803
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/north-carolina">North Carolina</category>
804
- <category domain="http://www.whitehouse.gov/admin/category/person/obama">Obama</category>
805
- <category domain="http://www.whitehouse.gov/admin/category/person/oprah-winfrey">Oprah Winfrey</category>
806
- <category domain="http://www.whitehouse.gov/admin/category/person/patricia-wald">Patricia Wald</category>
807
- <category domain="http://www.whitehouse.gov/admin/category/person/pete-souza">Pete Souza</category>
808
- <category domain="http://www.whitehouse.gov/admin/category/person/richard-lugar">Richard Lugar</category>
809
- <category domain="http://www.whitehouse.gov/admin/category/person/sally-ride">Sally Ride</category>
810
- <category domain="http://www.whitehouse.gov/admin/category/person/t-vivian">T. Vivian</category>
811
- <category domain="http://www.whitehouse.gov/admin/category/city/hague">The Hague</category>
812
- <category domain="http://www.whitehouse.gov/admin/category/country/united-states">United States</category>
813
- <category domain="http://www.whitehouse.gov/admin/category/city/washington">WASHINGTON</category>
814
- <pubDate>Wed, 20 Nov 2013 22:36:48 +0000</pubDate>
815
- <dc:creator>&lt;a href=&quot;/blog/author/Megan Slack&quot; class=&quot;author-name&quot;&gt;Megan Slack&lt;/a&gt;</dc:creator>
816
- <guid isPermaLink="false">245541 at http://www.whitehouse.gov</guid>
817
- </item>
818
- <item>
819
- <title>We the Geeks: Student Startups</title>
820
- <link>http://www.whitehouse.gov/blog/2013/11/20/we-geeks-student-startups</link>
821
- <description><![CDATA[<p>Ed. note: This event has concluded. Watch the full hangout below.<br />
822
- </p>
823
- <p>&ldquo;Let us come together and help aspiring entrepreneurs take a chance on themselves and their visions for a brighter future.&rdquo;&nbsp;&mdash;President Obama on&nbsp;<a href="http://www.whitehouse.gov/the-press-office/2013/10/31/presidential-proclamation-national-entrepreneurship-month-2013">National Entrepreneurship Month</a>, November 2013</p>
824
- <p>For generations, Americans have turned innovative ideas into small businesses, large companies, and entire industries that have revolutionized the economy, created millions of jobs, and transformed life as we know it&mdash;here at home and around the globe. That entrepreneurial spirit is the foundation of America&rsquo;s story and is critical to ensuring future successes for generations to come. We know from experience that potentially game-changing innovative ideas are born in all corners of the Nation&mdash;in every state and region, at laboratory benches and on factory floors, in boardrooms and city halls, at community meetings, in classrooms, and on college campuses.</p>
825
- <p>That&rsquo;s why, on November 22, which the President has designated&nbsp;<a href="http://www.whitehouse.gov/the-press-office/2013/10/31/presidential-proclamation-national-entrepreneurship-month-2013">National Entrepreneurs&rsquo; Day</a>, we&rsquo;re&nbsp;celebrating the extraordinary stories of&nbsp;young entrepreneurs&mdash;students who, along with all the usual demands of pursuing a high school, college, or a graduate degree, are building companies today that are spreading homegrown ideas all over the world. Two proven entrepreneurs featured on the popular TV show&nbsp;Shark Tank&nbsp;will join these student innovators to share lessons from their own entrepreneurial journeys.</p>
826
- <p>Join us this&nbsp;Friday November 22, at 2:00 pm EST for a &ldquo;We the Geeks&rdquo; Google+ Hangout, called &ldquo;Student Startups&rdquo;&nbsp;&ndash; where leading student entrepreneurs and business moguls will talk about how anyone can&nbsp;<a href="http://www.whitehouse.gov/blog/2013/11/05/startup-culture-flourishes-america-s-college-campuses">cultivate a culture of entrepreneurship</a>&nbsp;in his or her own community.&nbsp;</p>
827
- <p><a href="http://www.whitehouse.gov/blog/2013/11/20/we-geeks-student-startups" target="_blank">read more</a></p>]]></description>
828
- <dc:subject>Innovations</dc:subject>
829
- <dc:subject>Education</dc:subject>
830
- <dc:subject>Technology</dc:subject>
831
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
832
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy/innovations">Innovations</category>
833
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/education">Education</category>
834
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/technology">Technology</category>
835
- <category domain="http://www.whitehouse.gov/admin/category/person/barbara-corcoran">Barbara Corcoran</category>
836
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/california">California</category>
837
- <category domain="http://www.whitehouse.gov/admin/category/person/doug-rand">Doug Rand</category>
838
- <category domain="http://www.whitehouse.gov/admin/category/person/jared-karp">Jared Karp</category>
839
- <category domain="http://www.whitehouse.gov/admin/category/person/jenny-corbin">Jenny Corbin</category>
840
- <category domain="http://www.whitehouse.gov/admin/category/person/randy-paris">Randy Paris</category>
841
- <category domain="http://www.whitehouse.gov/admin/category/person/spencer-quinn">Spencer Quinn</category>
842
- <category domain="http://www.whitehouse.gov/admin/category/city/st-louis">St. Louis</category>
843
- <pubDate>Wed, 20 Nov 2013 20:08:50 +0000</pubDate>
844
- <dc:creator>Randy Paris</dc:creator>
845
- <guid isPermaLink="false">245471 at http://www.whitehouse.gov</guid>
846
- </item>
847
- <item>
848
- <title>New Report from the Council of Economic Advisers: The Recent Slowdown in Health Care Cost Growth and the Role of the Affordable Care Act</title>
849
- <link>http://www.whitehouse.gov/blog/2013/11/20/new-report-from-council-economic-advisers-recent</link>
850
- <description><![CDATA[<p>The Affordable Care Act (ACA) was passed against a backdrop of decades of rapid growth in health care spending, and one of the ACA&rsquo;s key goals was to root out serious inefficiencies in the United States health care system that increase costs and compromise patients&rsquo; quality of care. Recent data show that health care spending and prices are growing at their slowest rates in decades; it appears that something has changed for the better. While this marked slowdown likely has many causes, and these causes are not yet fully understood, the available evidence suggests that the ACA is contributing to these trends, and, moreover, is helping to improve quality of care for patients. Today the White House Council of Economic Advisers released a new report analyzing recent trends in health costs, the forces driving those trends, and their likely economic benefits. Read the full report <a href="http://www.whitehouse.gov/sites/default/files/docs/healthcostreport_final_noembargo_v2.pdf">here</a>.</p>
851
- <p>Key points in <a href="http://www.whitehouse.gov/sites/default/files/docs/healthcostreport_final_noembargo_v2.pdf">today&#39;s report</a> from the Council of Economic Advisers:</p>
852
- <p>1. Health care spending is growing at the slowest rate on record: According to the most recent <a href="http://www.cms.gov/Research-Statistics-Data-and-Systems/Statistics-Trends-and-Reports/NationalHealthExpendData/Downloads/Proj2012.pdf">projections</a>, real per capita health care spending has grown at an estimated average annual rate of just 1.3 percent over the three years since 2010. This is the lowest rate on record for any three-year period and less than one-third the long-term historical average stretching back to 1965. This slower growth in spending is reflected in Medicare, Medicaid, and private insurance.&nbsp;</p>
853
- <p><img alt="" src="/sites/default/files/image/enrollee_growth_whitehouse.jpg" /></p>
854
- <p>2. Health care price inflation is at its lowest rate in 50 years: Measured using personal consumption expenditure price indices, inflation for health care goods and services is currently running at just 1 percent on a year-over-year basis, the lowest level since January 1962.&nbsp; (Health care inflation measured using the medical CPI is lower than at any time since September 1972.)</p>
855
- <p><a href="http://www.whitehouse.gov/blog/2013/11/20/new-report-from-council-economic-advisers-recent" target="_blank">read more</a></p>]]></description>
856
- <dc:subject>Economy</dc:subject>
857
- <dc:subject>Health Care</dc:subject>
858
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
859
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy">Economy</category>
860
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/health-care">Health Care</category>
861
- <category domain="http://www.whitehouse.gov/admin/category/person/jason-furman">Jason Furman</category>
862
- <category domain="http://www.whitehouse.gov/admin/category/country/united-states">United States</category>
863
- <pubDate>Wed, 20 Nov 2013 17:34:23 +0000</pubDate>
864
- <dc:creator>&lt;a href=&quot;/blog/author/Jason Furman&quot; class=&quot;author-name&quot;&gt;Jason Furman&lt;/a&gt;</dc:creator>
865
- <guid isPermaLink="false">245411 at http://www.whitehouse.gov</guid>
866
- </item>
867
- <item>
868
- <title>Building a Smarter, More Efficient Government through “Pay for Success”</title>
869
- <link>http://www.whitehouse.gov/blog/2013/11/20/building-smarter-more-efficient-government-through-pay-success</link>
870
- <description><![CDATA[<p>In recent weeks, the Administration has taken several steps to advance Pay for Success, an innovative approach for the government to partner with philanthropic and private investors to fund proven and promising practices, significantly enhancing the return on taxpayer investments. Under this model, these organizations provide the up-front capital for social services with a strong evidence base that, when successful, achieve measurable outcomes that improve the lives of families and individuals and reduce their need for future services.&nbsp;Government pays when these measurable results are achieved.</p>
871
- <p>This week, the Department of Housing and Urban Development (HUD) <a href="http://portal.hud.gov/hudportal/documents/huddoc?id=5696-n-06_cdbg-frnotice.pdf">announced </a>&nbsp;it will provide $5 billion in grant dollars to assist in the rebuilding and strengthening effort following Hurricane Sandy and encouraged the five states impacted by the storm to make use of evidence-based, Pay for Success strategies where appropriate.&nbsp;</p>
872
- <p>This funding will create new opportunities to rebuild damaged infrastructure, stronger than it was before the storm. Possible projects include management of increased storm water, reducing future flood damage, and protecting water treatment facilities.</p>
873
- <p><a href="http://www.whitehouse.gov/blog/2013/11/20/building-smarter-more-efficient-government-through-pay-success" target="_blank">read more</a></p>]]></description>
874
- <dc:subject>Social Innovation</dc:subject>
875
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
876
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/social-innovation">Social Innovation</category>
877
- <category domain="http://www.whitehouse.gov/admin/category/person/jonathan-greenblatt">Jonathan Greenblatt</category>
878
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/massachusetts">Massachusetts</category>
879
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/new-york">New York</category>
880
- <pubDate>Wed, 20 Nov 2013 15:15:42 +0000</pubDate>
881
- <dc:creator>&lt;a href=&quot;/blog/author/Jonathan Greenblatt &quot; class=&quot;author-name&quot;&gt;Jonathan Greenblatt &lt;/a&gt;</dc:creator>
882
- <guid isPermaLink="false">245376 at http://www.whitehouse.gov</guid>
883
- </item>
884
- <item>
885
- <title>President Obama&#039;s Handwritten Essay Marking the 150th Anniversary of the Gettysburg Address</title>
886
- <link>http://www.whitehouse.gov/blog/2013/11/19/president-obamas-handwritten-essay-marking-150th-anniversary-gettysburg-address</link>
887
- <description><![CDATA[<p>One hundred and fifty years ago today, <a href="http://www.whitehouse.gov/about/presidents/abrahamlincoln">President Abraham Lincoln</a> delivered one of the most memorable speeches in U.S. history from Gettysburg, PA. In dedicating the military cemetery where thousands of soldiers were buried following the Battle of Gettysburg, fought just four months earlier, Lincoln described &quot;a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal.&quot;</p>
888
- <p>Paying tribute to the historic speech, President Obama hand wrote an essay for an exhibit at the <a href="http://www.alplm.org/">Lincoln Presidential Library</a>. President Obama joins former Presidents Clinton, Carter and H.W. Bush who have submitted their contributions, along with other notable essayists including Justice Sandra Day O&rsquo;Connor, General Colin Powell, and Martin Luther King III, among hundreds of others.</p>
889
- <p>You can read <a href="http://www.whitehouse.gov//share/president-obamas-handwritten-tribute-gettysburg-address">President Obama&#39;s essay here</a>, and below:</p>
890
- <p><a href="http://www.whitehouse.gov/blog/2013/11/19/president-obamas-handwritten-essay-marking-150th-anniversary-gettysburg-address" target="_blank">read more</a></p>]]></description>
891
- <dc:contributor>The President</dc:contributor>
892
- <category domain="http://www.whitehouse.gov/taxonomy/term/16">The President</category>
893
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
894
- <category domain="http://www.whitehouse.gov/admin/category/person/abraham-lincoln">Abraham Lincoln</category>
895
- <category domain="http://www.whitehouse.gov/admin/category/person/bush">Bush</category>
896
- <category domain="http://www.whitehouse.gov/admin/category/person/carter">Carter</category>
897
- <category domain="http://www.whitehouse.gov/admin/category/person/carter-bush">Carter Bush</category>
898
- <category domain="http://www.whitehouse.gov/admin/category/person/clinton">Clinton</category>
899
- <category domain="http://www.whitehouse.gov/admin/category/person/colin-powell">Colin Powell</category>
900
- <category domain="http://www.whitehouse.gov/admin/category/city/gettysburg">Gettysburg</category>
901
- <category domain="http://www.whitehouse.gov/admin/category/person/hw-bush">H.W. Bush</category>
902
- <category domain="http://www.whitehouse.gov/admin/category/person/kori-schulman">Kori Schulman</category>
903
- <category domain="http://www.whitehouse.gov/admin/category/person/martin-luther-king-iii">Martin Luther King III</category>
904
- <category domain="http://www.whitehouse.gov/admin/category/person/obama">Obama</category>
905
- <category domain="http://www.whitehouse.gov/admin/category/province-or-state/pennsylvania">Pennsylvania</category>
906
- <category domain="http://www.whitehouse.gov/admin/category/person/sandra-day">Sandra Day</category>
907
- <category domain="http://www.whitehouse.gov/admin/category/country/united-states">United States</category>
908
- <pubDate>Wed, 20 Nov 2013 00:02:08 +0000</pubDate>
909
- <dc:creator>&lt;a href=&quot;/blog/author/Kori Schulman&quot; class=&quot;author-name&quot;&gt;Kori Schulman&lt;/a&gt;</dc:creator>
910
- <guid isPermaLink="false">245196 at http://www.whitehouse.gov</guid>
911
- </item>
912
- <item>
913
- <title>What Would President Truman Say About This Congress?</title>
914
- <link>http://www.whitehouse.gov/blog/2013/11/19/what-would-president-truman-say-about-congress</link>
915
- <description><![CDATA[<div>
916
- <p>Earlier today, Deputy Senior Advisor David Simas sent the following message to the White House email list.&nbsp;Want to get messages like this one? <a href="http://www.whitehouse.gov/get-email-updates">You can sign up here</a>.</p>
917
-
918
- <p>A group of extreme Republicans in Congress have opposed the President&#39;s legislative agenda at every turn. That&#39;s no secret.</p>
919
- </div>
920
- <div>
921
- But the 113th Congress&#39; obstruction is reaching new levels.</div>
922
- <div>
923
- &nbsp;</div>
924
- <div>
925
- Right now, our lawmakers are in a position to take action on multiple national measures that would help our economy and millions of Americans. That&#39;s not an exaggeration: They could vote tomorrow. And they should.</div>
926
- <div>
927
- &nbsp;</div>
928
- <div>
929
- <a href="http://www.whitehouse.gov/share/the-113th-could-vote-right-now">We&#39;ve put together a short list: Things the 113th Congress could vote on right now. Spread the word and pass this on.</a></div>
930
- <div>
931
- &nbsp;</div>
932
- <p><a href="http://www.whitehouse.gov/blog/2013/11/19/what-would-president-truman-say-about-congress" target="_blank">read more</a></p>]]></description>
933
- <dc:subject>Economy</dc:subject>
934
- <dc:subject>Immigration</dc:subject>
935
- <dc:subject>Middle Class Security</dc:subject>
936
- <category domain="http://www.whitehouse.gov/taxonomy/term/1">White House</category>
937
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/economy">Economy</category>
938
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/immigration">Immigration</category>
939
- <category domain="http://www.whitehouse.gov/admin/category/issue-tag/middle-class-security">Middle Class Security</category>
940
- <category domain="http://www.whitehouse.gov/admin/category/person/cornelia-pillard">Cornelia Pillard</category>
941
- <category domain="http://www.whitehouse.gov/admin/category/person/david-simas">David Simas</category>
942
- <category domain="http://www.whitehouse.gov/admin/category/person/harry-truman">Harry Truman</category>
943
- <category domain="http://www.whitehouse.gov/admin/category/person/mel-watt">Mel Watt</category>
944
- <category domain="http://www.whitehouse.gov/admin/category/person/patricia-millett">Patricia Millett</category>
945
- <category domain="http://www.whitehouse.gov/admin/category/person/robert-wilkins">Robert Wilkins</category>
946
- <pubDate>Tue, 19 Nov 2013 23:45:56 +0000</pubDate>
947
- <dc:creator>&lt;a href=&quot;/blog/author/David Simas&quot; class=&quot;author-name&quot;&gt;David Simas&lt;/a&gt;</dc:creator>
948
- <guid isPermaLink="false">245266 at http://www.whitehouse.gov</guid>
949
- </item>
950
- </channel>
951
- </rss>