<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Der Philosophstein</title>
	<atom:link href="http://blogs.scienceforums.net/yourdadonapogostick/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.scienceforums.net/yourdadonapogostick</link>
	<description>an inconsistantly updated blag by SFN&#039;s resident philosopher</description>
	<lastBuildDate>Fri, 28 Dec 2012 00:48:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>That&#8217;s just semantics!</title>
		<link>http://blogs.scienceforums.net/yourdadonapogostick/2012/12/27/thats-just-semantics/</link>
		<comments>http://blogs.scienceforums.net/yourdadonapogostick/2012/12/27/thats-just-semantics/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 00:47:22 +0000</pubDate>
		<dc:creator>ydoaPs</dc:creator>
				<category><![CDATA[critical thinking]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://blogs.scienceforums.net/yourdadonapogostick/?p=33</guid>
		<description><![CDATA[Previously, we talked a little bit about what logics are and we set up our language. Now, we&#8217;re going to discuss the interpretation and semantics for this language. In a later post, we&#8217;ll set up the system using the language. Interpretation is how we thing of the language; it&#8217;s what it means. The same exact [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.scienceforums.net/yourdadonapogostick/2012/12/03/there-and-back-again-the-long-long-road-to-godel/">Previously,</a> we talked a little bit about what logics are and we set up our language. Now, we&#8217;re going to discuss the interpretation and semantics for this language. In a later post, we&#8217;ll set up the system using the language.</p>
<p>Interpretation is how we thing of the language; it&#8217;s what it means. The same exact language can have different interpretations and you can have a formal system with an uninterpreted language. An example of differing interpretations for the same language (in the context of a system as well, actually) is that of quantum mechanics. The two main interpretations are the Copenhagen Interpretation and the Many Worlds interpretation. They are two ways of making sense of the data of QM experiments and they use the same math. They&#8217;re just different ideas of what the math &#8220;means&#8221;.</p>
<p>The interpretation of our is pretty straightforward. From the common name of the system (which we&#8217;ll get to later) with this interpretation and semantic, &#8220;Propositional Calculus&#8221;, we can pretty much guess. It&#8217;s the math of ideas. It is how we get from one proposition to another proposition. The symbols we introduced in the previous post will be given names corresponding to bits of natural language.</p>
<p>The semantic is how we use the symbols to approximate natural language. We define the way the connectives work such that they behave like the bit of natural language from which they get their names. The connectives are operators and are defined by something called the assignment function. I could bore you with the exact definition of the assignment function, or I could show it to you in tables. Yeah, I&#8217;ll go with that.</p>
<p>So, let&#8217;s start with the &#8220;horseshoe&#8221;. It&#8217;s technically called the &#8220;conditional&#8221; or &#8220;material conditional&#8221;. This connective corresponds with the bit of English &#8220;If a, then b&#8221;. In that example, &#8220;a&#8221; is called the &#8220;antecedent&#8221; and &#8220;b&#8221; is called the &#8220;consequent&#8221;. Now, let&#8217;s get to that table.</p>
<table border="1">
<tr>
<td>α</td>
<td>β</td>
<td>α⊃β</td>
</tr>
<tr>
<td>T</td>
<td>T</td>
<td>T</td>
</tr>
<tr>
<td>T</td>
<td>F</td>
<td>F</td>
</tr>
<tr>
<td>F</td>
<td>T</td>
<td>T</td>
</tr>
<tr>
<td>F</td>
<td>F</td>
<td>T</td>
</tr>
</table>
<p>Now let&#8217;s do conjunction. This corresponds to &#8220;and&#8221;, and it is easy to see why via the table. Each of the wffs connected to the conjunction is called a &#8220;conjunct&#8221;.</p>
<table border="1">
<tr>
<td>α</td>
<td>β</td>
<td>α•β</td>
</tr>
<tr>
<td>T</td>
<td>T</td>
<td>T</td>
</tr>
<tr>
<td>T</td>
<td>F</td>
<td>F</td>
</tr>
<tr>
<td>F</td>
<td>T</td>
<td>F</td>
</tr>
<tr>
<td>F</td>
<td>F</td>
<td>F</td>
</tr>
</table>
<p>Having done conjunction, let&#8217;s move on to disjunction. This corresponds to one type of &#8220;or&#8221;. This is an inclusive or (think &#8220;and/or&#8221;) rather than an xor. Each of the wffs connected to the the disjunction is called a &#8220;disjunct&#8221;.</p>
<table border="1">
<tr>
<td>α</td>
<td>β</td>
<td>α∨β</td>
</tr>
<tr>
<td>T</td>
<td>T</td>
<td>T</td>
</tr>
<tr>
<td>T</td>
<td>F</td>
<td>T</td>
</tr>
<tr>
<td>F</td>
<td>T</td>
<td>T</td>
</tr>
<tr>
<td>F</td>
<td>F</td>
<td>F</td>
</tr>
</table>
<p>There is a connected related to the conditional called the &#8220;biconditional&#8221;. It corresponds to &#8220;if and only if&#8221; and is often abbreviated in text as &#8220;iff&#8221;. We&#8217;ll see in the next post why &#8220;if and only if&#8221; is a very good description. This connective is define, as you guessed, by yet another table:</p>
<table border="1">
<tr>
<td>α</td>
<td>β</td>
<td>α≡β</td>
</tr>
<tr>
<td>T</td>
<td>T</td>
<td>T</td>
</tr>
<tr>
<td>T</td>
<td>F</td>
<td>F</td>
</tr>
<tr>
<td>F</td>
<td>T</td>
<td>F</td>
</tr>
<tr>
<td>F</td>
<td>F</td>
<td>T</td>
</tr>
</table>
<p>Now we end the post with the easiest assignment table. This one is for negation. It corresponds to &#8220;not&#8221;.</p>
<table border="1">
<tr>
<td>α</td>
<td>~α</td>
</tr>
<tr>
<td>T</td>
<td>F</td>
</tr>
<tr>
<td>F</td>
<td>T</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blogs.scienceforums.net/yourdadonapogostick/2012/12/27/thats-just-semantics/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>There and Back Again: The long LONG road to Gödel</title>
		<link>http://blogs.scienceforums.net/yourdadonapogostick/2012/12/03/there-and-back-again-the-long-long-road-to-godel/</link>
		<comments>http://blogs.scienceforums.net/yourdadonapogostick/2012/12/03/there-and-back-again-the-long-long-road-to-godel/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 16:03:37 +0000</pubDate>
		<dc:creator>ydoaPs</dc:creator>
				<category><![CDATA[critical thinking]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://blogs.scienceforums.net/yourdadonapogostick/?p=31</guid>
		<description><![CDATA[There was significant interest in this series, so I&#8217;ve decided to go ahead and do it. Bear in mind, this will not be a replacement for a detailed rigorous course in metamathematics, but I hope it will be enough for you to follow along with various formal systems. To follow the proof, we&#8217;ll need the [...]]]></description>
			<content:encoded><![CDATA[<p>There was significant interest in this series, so I&#8217;ve decided to go ahead and do it. Bear in mind, this will not be a replacement for a detailed rigorous course in metamathematics, but I hope it will be enough for you to follow along with various formal systems.</p>
<p>To follow the proof, we&#8217;ll need the tools of metamathematics. This, however, requires formal logic. So, here we begin:</p>
<p>What is logic? How is it different from math? Well, they&#8217;re both formalisms. Roughly speaking, logics deal with values and maths deal with quantities. That&#8217;s not a rigorous distinction, but it&#8217;s enough to just get a working difference. Aside from that, they&#8217;re virtually identical ideas. They are languages, what they languages mean, and how we use them.</p>
<p>A formal language can be really anything you want. It&#8217;s formal; you get to make it! All you need for a formal language is a set of allowed &#8220;primitive symbols&#8221; (think of letters of a word-in fact, they&#8217;re often called &#8220;letters&#8221; and are often actually letters) and rules for combining them into what are called &#8220;well-formed formulas&#8221; (&#8220;wffs&#8221; for short). That should really make sense. We don&#8217;t need the meaning or usage to have a language. If aliens visit Earth in ten million years and all of humanity is dead, they could find something like Wikipedia. From this large body of language, they could learn the language. They can learn what letter combinations are permissible to make words and what word combinations are permissible to make sentences. What they couldn&#8217;t learn, however, is the semantics.</p>
<p>In fact, we don&#8217;t even need the semantics to use logic. To use it, all we need is to make a formal system. If we&#8217;re using a language in a system without a semantic, then our system is using an &#8220;uninterpreted language&#8221;. All a system is is the language, a set of axioms, and rules which let us write new wffs from he axioms and any wffs that follow from the use of the rules. </p>
<p>The semantic is what the language means. It&#8217;s often that wffs have &#8220;True&#8221; or &#8220;False&#8221; values, but that need not be the case. Like with mathematical systems, the semantic could be about quantities. Our systems will, however, have Truth Values.</p>
<p>So, to recap: once you have a language, you can do two things either independently or jointly-you can make a formal semantic and/or you can make a formal system. This has been very non-technical and non-rigorous, but we will get more rigorous as we go along. Now, onto application.</p>
<p>We need to start with what is often called &#8220;Propositional Calculus&#8221;. The name kind of gives away the idea behind the semantic and system; it&#8217;s &#8220;the math of ideas&#8221;. That&#8217;s actually a pretty good way to think about it. So, let&#8217;s get to work and define our language:</p>
<p>Our primitive symbols come in two large flavors-connectives and letters.</p>
<p>Our letters can be any english letter or greek letter (the greek letters will stand for entire wffs picked at random). Some letters will be variables and others will be constants, but we need not worry about that now.</p>
<p>The connectives are as follows:<br />
&#8216;⊃&#8217;, &#8216;≡&#8217;, &#8216;˜&#8217;, &#8216;•&#8217;, &#8216;∨&#8217;, &#8216;)&#8217;, &#8216;(&#8216;</p>
<p>That&#8217;s it. We just have letters and five connectives (not counting parenthesis). Not bad, eh? Now, how to we hook these things together to make sense?</p>
<p>Any letter is a wff. For any wffs &#8216;α&#8217; and &#8216;β&#8217;, the following are wffs:<br />
~α<br />
α⊃β<br />
α≡β<br />
α•β<br />
α∨β<br />
(α)</p>
<p>That&#8217;s it! There&#8217;s our language. Next up, the semantic!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.scienceforums.net/yourdadonapogostick/2012/12/03/there-and-back-again-the-long-long-road-to-godel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Assessing Interest</title>
		<link>http://blogs.scienceforums.net/yourdadonapogostick/2012/11/27/assessing-interest/</link>
		<comments>http://blogs.scienceforums.net/yourdadonapogostick/2012/11/27/assessing-interest/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 17:14:50 +0000</pubDate>
		<dc:creator>ydoaPs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.scienceforums.net/yourdadonapogostick/?p=24</guid>
		<description><![CDATA[I am currently reading &#8220;Über formal unentscheidbare Sätze der Principia Mathematica und verwandter Systeme I&#8221; which is Kurt Gödel&#8217;s famous paper in which he proves the remarkable result that no formal system capable of arithmetic can be both consistent and complete. Would there be interest in a series of posts working from zero knowledge of [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently reading &#8220;Über formal unentscheidbare Sätze der Principia Mathematica und verwandter Systeme I&#8221; which is Kurt Gödel&#8217;s famous paper in which he proves the remarkable result that no formal system capable of arithmetic can be both consistent and complete. </p>
<p>Would there be interest in a series of posts working from zero knowledge of formal logic through some meta-logic ending with Gödel&#8217;s proof and its implications on philosophy and science?</p>
<p>Drop some comments and let me know. </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.scienceforums.net/yourdadonapogostick/2012/11/27/assessing-interest/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Facepalms and Philosophy</title>
		<link>http://blogs.scienceforums.net/yourdadonapogostick/2012/11/05/facepalms-and-philosophy/</link>
		<comments>http://blogs.scienceforums.net/yourdadonapogostick/2012/11/05/facepalms-and-philosophy/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 14:16:09 +0000</pubDate>
		<dc:creator>ydoaPs</dc:creator>
				<category><![CDATA[facepalms]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://blogs.scienceforums.net/yourdadonapogostick/?p=22</guid>
		<description><![CDATA[Sometimes I hate philosophy. Usually, it&#8217;s because I run into people who still reject Empiricism so that they can attempt to justify their belief in magic, but sometimes it&#8217;s because I&#8217;m reminded of arguments that are confused to the point of pointlessness yet are somehow taken seriously. The case that brought this blog post to [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I hate philosophy. Usually, it&#8217;s because I run into people who still reject Empiricism so that they can attempt to justify their belief in magic, but sometimes it&#8217;s because I&#8217;m reminded of arguments that are confused to the point of pointlessness yet are somehow taken seriously. The case that brought this blog post to life is that of <a href="http://plato.stanford.edu/entries/mereology/">Mereology</a>. Mereology is a part of metaphysics dealing with composition of parts. It is essentially about how you count things.</p>
<p>For example, take a single molecule of water. How many objects are there? 1? 3? 4? 6? 7? 9? 10? 20? 21? 24? 41? It&#8217;s all in what constitutes an &#8220;object&#8221;. If we&#8217;re only counting molecules, there&#8217;s obviously 1. If we&#8217;re counting atoms, well, that&#8217;s clearly 3. But what of &#8220;objects&#8221;? Is the molecule itself an object to be counted with the atoms? If so, that makes it 4! We can go on and on until we&#8217;re down to quarks, gluons (for those that don&#8217;t know, it turns out that the weak nuclear force is just the residual effect of the strong force), and electrons. But do we still count the compositions in between the fundamentals and the molecule?</p>
<p>Here&#8217;s where the divide comes in. Mereological Realists say that there&#8217;s only one object, but <a href="http://en.wikipedia.org/wiki/Mereological_nihilism">Mereological Nihilists</a> say that there&#8217;s only the fundamentals and their reactions. That is, the nihilists say that molecules are useful fictions describing common interactions between fundamentals. And the same argument goes on up to macroscopic objects. For the realists, a chair is one object; for the nihilists, it&#8217;s trillions of objects.</p>
<p>Now, why did I say this is a confused argument? Because they&#8217;re prima facie talking past each other. The two camps don&#8217;t disagree on matters of fact. The realists don&#8217;t deny that quarks and leptons exist and nihilists don&#8217;t deny that chairs are useful descriptions (which is actually their claim). The whole debate is based on confusing a matter of fact with a matter of perspective.</p>
<p>The solution: how many objects there are depends on what level of abstraction on which you&#8217;re working.</p>
<p>Like I said, sometimes I hate philosophy. If only the entirety of my field (as opposed to the current majority) were empirical analytic philosophers, I would be saved many facepalms. I&#8217;ll just stick with playing on the cutting edge of Philosophy of Language, Philosophy of Mind, and rational extensions of Natural Ethics.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.scienceforums.net/yourdadonapogostick/2012/11/05/facepalms-and-philosophy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Evidence and Its Absence</title>
		<link>http://blogs.scienceforums.net/yourdadonapogostick/2012/10/28/evidence-and-its-absence/</link>
		<comments>http://blogs.scienceforums.net/yourdadonapogostick/2012/10/28/evidence-and-its-absence/#comments</comments>
		<pubDate>Sun, 28 Oct 2012 14:30:04 +0000</pubDate>
		<dc:creator>ydoaPs</dc:creator>
				<category><![CDATA[logic]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[probability]]></category>

		<guid isPermaLink="false">http://blogs.scienceforums.net/yourdadonapogostick/?p=16</guid>
		<description><![CDATA[I see the phrase &#8220;absence of evidence is not evidence of absence&#8221; tossed around often-especially in terms of religious debates. This phrase, however, isn&#8217;t actually true. There are cases in which absence of evidence IS evidence of absence. These are cases where there is a low prior probability. To illustrate this, I&#8217;ll use a common [...]]]></description>
			<content:encoded><![CDATA[<p>I see the phrase &#8220;absence of evidence is not evidence of absence&#8221; tossed around often-especially in terms of religious debates. This phrase, however, isn&#8217;t actually true. There are cases in which absence of evidence IS evidence of absence. These are cases where there is a low prior probability. To illustrate this, I&#8217;ll use a common example where the evidence is exceedingly high and the prior probability is low.</p>
<p>I&#8217;m going to use a tool known as Bayes&#8217; Theorem. This is an equation that let&#8217;s us calculate the probability of an event taking into account the evidence. It&#8217;s essentially the mathematical basis for the famous Carl Sagan quote: &#8220;Extraordinary claims require extraordinary evidence&#8221;. The equation for only two options is:</p>
<p>\[ P(h|e)=\frac{P(e|h){\times}P(p)}{P(e|h){\times}P(p)+P(e|-h){\times}P(-p)} \]</p>
<p>That is, the probability that our hypothesis is true given the evidence (P(h|e)) is dependent on the probability of the event without any evidence for this specific instance (P(p) called a &#8220;prior probability&#8221;), and how well the evidence fits with what we would expect to see if our hypothesis is true (P(e|h)).</p>
<p>Now, to the example with a lot of evidence and a low prior probability. In 2011, an estimated 0.5% of the general US population used cocaine. This means the prior probability of any given person is really low. Let&#8217;s assume we have a drug test with a 99% accuracy. This means the evidence if it shows up positive is really good for someone having actually done the drug. Now, let&#8217;s pop in the numbers:</p>
<p>\[ P(h|e)=\frac{(0.99){\times}(0.005)}{(0.99){\times}(0.005)+P(0.01){\times}(0.995)} \]</p>
<p>This turns out to be about 33%. That is, with a 99% accurate drug test, if a person tests positive for cocaine, there is about a 66% chance of it being a false positive. So, given a low prior probability, even with really good evidence, the hypothesis is likely to not be true.</p>
<p>There are indeed cases where absence of evidence is evidence of absence.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.scienceforums.net/yourdadonapogostick/2012/10/28/evidence-and-its-absence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You&#8217;re so illogical!</title>
		<link>http://blogs.scienceforums.net/yourdadonapogostick/2012/10/22/youre-so-illogical/</link>
		<comments>http://blogs.scienceforums.net/yourdadonapogostick/2012/10/22/youre-so-illogical/#comments</comments>
		<pubDate>Mon, 22 Oct 2012 21:31:30 +0000</pubDate>
		<dc:creator>ydoaPs</dc:creator>
				<category><![CDATA[critical thinking]]></category>
		<category><![CDATA[fallacies]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://blogs.scienceforums.net/yourdadonapogostick/?p=13</guid>
		<description><![CDATA[A phrase that get&#8217;s thrown around SFN a lot is &#8220;logical fallacy&#8221;. You&#8217;ve seen it a lot, but do you know what it means? Can you tell a fallacy from valid logic? Fallacies come in two forms: logical and informal. For the most part, when people talk about logical fallacies, they really mean informal fallacies. [...]]]></description>
			<content:encoded><![CDATA[<p>A phrase that get&#8217;s thrown around SFN a lot is &#8220;logical fallacy&#8221;. You&#8217;ve seen it a lot, but do you know what it means? Can you tell a fallacy from valid logic?</p>
<p>Fallacies come in two forms: logical and informal. For the most part, when people talk about logical fallacies, they really mean informal fallacies. Logical fallacies are distinct in logical structure, but informal fallacies are almost all the same in terms of structure. <a href="http://yourlogicalfallacyis.com/">here</a> is a popular list of informal fallacies.</p>
<p>There&#8217;s an issue, though. Often, it is the case that in an effort to eradicate all fallacious thinking, people misidentify perfectly fine arguments as fallacies. That is somewhat understandable, though, since some fallacies look a lot like legitimate ways to argue.</p>
<p>For example, Modus Tollens is a legitimate argument form, but it looks like a logical fallacy called &#8220;Affirming the Consequent&#8221;.</p>
<p>Modus Tollens:<br />
If a is true, then b is true.<br />
b is not true.<br />
Therefore, a is not true. </p>
<p>That is perfectly fine and actually very useful. It does, however look a lot like Affirming the Consequent.</p>
<p>Affirming the Consequent:<br />
If a is true, then b is true.<br />
b is true.<br />
Therefore, a is true.</p>
<p>This is fallacious, because b could be true for any number of reasons that have nothing to do with a. Now, if we change up the last line of that fallacy just a little bit, it turns into a legitimate way to argue called &#8220;Abductive Reasoning&#8221;.</p>
<p>Abduction:<br />
If a is true, then b is true.<br />
b is true.<br />
Therefore, we have reason to think a is true.</p>
<p>Abduction, like induction, is probabilistic and so this move is ok.</p>
<p>Most of the informal fallacies on the list to which I linked above are just examples of the informal fallacy known as &#8220;Non Sequiter&#8221;.</p>
<p>Non Sequiter:<br />
a is true.<br />
Therefore b is true.</p>
<p>It&#8217;s fallacious, because it just doesn&#8217;t follow. There&#8217;s no reason in the logical structure to conclude b from a being true. A very common (and often misidentified) example is Ad Hominem. Almost everyone on the internet thinks they know what an Ad Hom is, but many of them are wrong.</p>
<p>&#8220;You&#8217;re wrong, so you&#8217;re stupid&#8221; is not an Ad Hom. Nor is &#8220;You&#8217;re wrong, stupid-face!&#8221;. However, &#8220;You&#8217;re stupid, so you&#8217;re wrong&#8221; <b>is</b> an Ad Hom. Personal attacks are only fallacious if they&#8217;re used to conclude that someone is wrong. Other than that, they&#8217;re just bad manners. Again, we can even tweak this slightly to make it non-fallacious. If we say, &#8220;You&#8217;re stupid, so you&#8217;re <i>probably</i> wrong.&#8221; is indeed fine as it&#8217;s not deductive.</p>
<p>There may or may not be more entries regarding critical thinking and logic to follow; I&#8217;ve yet to decide.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.scienceforums.net/yourdadonapogostick/2012/10/22/youre-so-illogical/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
