<?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>Paul F. Aubin</title>
	<atom:link href="http://paulaubin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulaubin.com</link>
	<description>Consulting Services</description>
	<lastBuildDate>Sun, 29 Jan 2012 13:19:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Revit View Range</title>
		<link>http://paulaubin.com/blog/revit-view-range/</link>
		<comments>http://paulaubin.com/blog/revit-view-range/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 22:46:40 +0000</pubDate>
		<dc:creator>Paul F. Aubin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[Revit training]]></category>
		<category><![CDATA[View Range]]></category>

		<guid isPermaLink="false">http://paulaubin.com/?p=1447</guid>
		<description><![CDATA[Revit View Range, the lost video... ]]></description>
			<content:encoded><![CDATA[<p>I just commented on a post over at the <a title="Revit Kid View Range Discussion" href="http://www.therevitkid.blogspot.com/2012/01/revit-tip-short-wall-not-cutting.html" target="_blank">Revit Kid</a>. It reminded me about a video I had posted some time ago on the View Range feature in Revit. I went looking for the link and discovered it had gone missing. So, I decided to repost it here. The video was recorded a few releases ago, but is still relevant to today&#8217;s version of Revit. Please enjoy.</p>
<p><iframe width="620" height="450" src="http://www.youtube.com/embed/dNhLSVuSbcQ" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://paulaubin.com/blog/revit-view-range/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Revit Parameters</title>
		<link>http://paulaubin.com/blog/revit-parameters/</link>
		<comments>http://paulaubin.com/blog/revit-parameters/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 23:37:39 +0000</pubDate>
		<dc:creator>Paul F. Aubin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Parameters]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[Revit training]]></category>

		<guid isPermaLink="false">http://paulaubin.com/?p=1438</guid>
		<description><![CDATA[Revit has several types of parameters, but it can sometimes be confusing ]]></description>
			<content:encoded><![CDATA[<p>I had a client email me about Parameters. They were having a tough time getting their head around the different types, so I thought I would make a quick post about it.</p>
<p>In Revit there are four kinds of Parameters:</p>
<p>System Parameters<br />
Shared Parameters<br />
Project Parameters<br />
Family Parameters</p>
<p>System Parameters which include the two you highlighted are built-in to Revit and cannot be changed, but they are always available. This means they show in tags, schedules, projects, families, etc. Project Parameters are custom parameters you add to a project. When adding a project parameter, it is available to all objects of the specified category throughout the project and CAN appear in schedules but NOT tags. You create them with the command on the Manage tab of the ribbon. Family parameters are only available to the Family in which they are added. They do NOT show in tags or schedules nor to other Families of the same category. However, you can make a custom parameter (Project or Family) available to tags and schedules by making them a Shared Parameter. Shared Parameters are defined in an external text file (a Shared Parameter file) and you can access them also on the Manage tab. It is VERY important that you have a single shared parameter file for the entire firm to “share” thus the name. You do NOT want more than one Shared Parameter file. All this file is used for is to define the parameter. Once defined, it knows how to behave. So ALL shared parameters will be created from this single source file. The end users will not need to have access to, nor do they need to even know about the Shared Parameter file. Kind of like a recipe for your favorite cookies. You need the recipe to get the cookies right, but you don’t need the recipe to enjoy eating them.</p>
<p>If you think there is any chance that a custom parameter will want to be scheduled or tagged, you should make it a shared parameter. So on your titleblock, you need to make those custom parameters at LEAST a project parameter. This will tell Revit what to do with them. But consider making them Shared for additional flexibility down the road.</p>
<p>&nbsp;</p>
<table width="620" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="bottom" width="120"><strong>Kind of Parameter</strong></td>
<td valign="bottom" width="110"><strong>Who Creates it</strong></td>
<td valign="bottom" width="110"><strong>Where does it live</strong></td>
<td valign="bottom" width="65"><strong>Appear in Tags</strong></td>
<td valign="bottom" width="65"><strong>Appear in Schedules</strong></td>
<td valign="bottom" width="150"><strong>Description</strong></td>
</tr>
<tr>
<td valign="bottom" ><strong>System Parameters</strong></td>
<td valign="bottom" >Built in</td>
<td valign="bottom" >Project and Family</td>
<td valign="bottom" >Yes</td>
<td valign="bottom" >Yes</td>
<td valign="bottom" >Built-in to Revit, You cannot change it</td>
</tr>
<tr>
<td valign="bottom" ><strong>Shared Parameters</strong></td>
<td valign="bottom" >User Defined</td>
<td valign="bottom" >Project and Family</td>
<td valign="bottom" >Yes</td>
<td valign="bottom" >Yes</td>
<td valign="bottom" >Custom Parameter created for the highest portability and flexibility</td>
</tr>
<tr>
<td valign="bottom" ><strong>Project Parameters</strong></td>
<td valign="bottom" >User Defined</td>
<td valign="bottom" >Project</td>
<td valign="bottom" >No</td>
<td valign="bottom" >Yes</td>
<td valign="bottom" >Custom Parameter accessible to all objects in a Project</td>
</tr>
<tr>
<td valign="bottom" ><strong>Family Parameters</strong></td>
<td valign="bottom" >User Defined</td>
<td valign="bottom" >Family</td>
<td valign="bottom" >No</td>
<td valign="bottom" >No</td>
<td valign="bottom" >Custom Parameter accessible only to the Family</td>
</tr>
</tbody>
</table>
<p>Hope that helps to clarify things a bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://paulaubin.com/blog/revit-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All Capital Letters – ALT Part 2</title>
		<link>http://paulaubin.com/blog/all-capital-letters-alt-part-2/</link>
		<comments>http://paulaubin.com/blog/all-capital-letters-alt-part-2/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 13:09:35 +0000</pubDate>
		<dc:creator>Paul F. Aubin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[Revit All Caps]]></category>
		<category><![CDATA[Revit Fonts]]></category>

		<guid isPermaLink="false">http://paulaubin.com/?p=1433</guid>
		<description><![CDATA[Follow-up post to CAP fonts. More font choices]]></description>
			<content:encoded><![CDATA[<p><a href="http://paulaubin.com/blog/all-capital-letters-alt-part-2/attachment/cap_fonts2/" rel="attachment wp-att-1434"><img class="alignnone size-medium wp-image-1434" title="CAP_Fonts2" src="http://paulaubin.com/wp/wp-content/uploads/2012/01/CAP_Fonts21-300x274.png" alt="" width="300" height="274" /></a></p>
<p>Quick follow-up to <a href="http://paulaubin.com/blog/all-capital-letters-alt/">yesterday&#8217;s post</a>. I found a few decent fonts for this task. In the screenshot here you can see &#8220;Arial Caps&#8221; and &#8220;Tahoma-Capped&#8221;. I found both of these at this <a title="Lost in the Box" href="http://www.lostinthebox.com/viewtopic.php?t=1495" target="_blank">site</a>. They appear to be royalty free. At least there was no indication otherwise on the site. Also I forgot to mention yesterday that this same approach is effective at capping the headers and the data. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://paulaubin.com/blog/all-capital-letters-alt-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>All Capital Letters &#8211; ALT</title>
		<link>http://paulaubin.com/blog/all-capital-letters-alt/</link>
		<comments>http://paulaubin.com/blog/all-capital-letters-alt/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 17:31:29 +0000</pubDate>
		<dc:creator>Paul F. Aubin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[Revit All Caps]]></category>
		<category><![CDATA[Revit Schedules]]></category>

		<guid isPermaLink="false">http://paulaubin.com/?p=1429</guid>
		<description><![CDATA[In response to Steve at Revit OpEd, we can achieve All CAPs in Revit Schedules another way...]]></description>
			<content:encoded><![CDATA[<p>Steve over at <a href="http://revitoped.blogspot.com/2012/01/all-capital-letters.html" target="_blank">Revit OpEd</a> just posted about making the subtotal at the bottom of a Revit Schedule appear in All CAPS. Traditionally, architectural drawings use all caps for all lettering. As Steve points out, this goes back to traditional hand drafting conventions and trying to ensure consistency between various draftspersons. Consistency in lettering is no longer a problem in the computer age, but some habits linger. When email and posting to online web forums first became popular back in the early 90’s many forums had FAQs explaining rules of “online etiquette”. One of these rules was always: “Don’t use ALL CAPS, IT IS LIKE SHOUTING”. I think in this day and age, most online users know this rule now and you don’t see too much all CAP use anymore… that is unless you are looking at architectural drawings and then the All CAPS thing is quite prevalent indeed. Personally, I prefer mixed case. EVEN on architectural drawings. I rarely use the CAP Lock key on my keyboard. However, it is still a pretty common desire among Architects, Designers and Engineers to use all CAPs in documentation.</p>
<p>That brings us back to the subject of Steve’s post. Steve points out that Revit does not offer us a way to make the automatically created labels on Revit schedules such as “Grand Total” in all CAPs. This is a limitation or “feature” of the software depending on your point of view. Steve proposes a work around. Well, this got me thinking if there was another way to achieve this. I decided to do a quick test with fonts. It turns out that to “trick” Revit into doing this automatically without having to use manual text is to use a font that uses only CAPs. I had a few on my system so I did some quick tests.</p>
<p><a href="http://paulaubin.com/blog/all-capital-letters-alt/attachment/cap_fonts-6/" rel="attachment wp-att-1430"><img class="alignleft size-medium wp-image-1430" title="CAP_Fonts" src="http://paulaubin.com/wp/wp-content/uploads/2012/01/CAP_Fonts5-300x293.png" alt="" width="300" height="293" /></a></p>
<p>As you can see, the fonts I had available were not great examples for this application. The Telegrafico font has really small numbers. The Tonio font does not have a dash character and the PTF Nordic font is a bit too bold and rounded. Therefore, consider them “proof of concept.” If you get an acceptable font, (or create one if you know how to do that), then all you have to do is set the Schedule to use this custom “all CAP” font in the Appearance tab.</p>
<p>Thanks for starting the conversation Steve.</p>
]]></content:encoded>
			<wfw:commentRss>http://paulaubin.com/blog/all-capital-letters-alt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>M-six BIM toolset preview</title>
		<link>http://paulaubin.com/blog/m-six-bim-toolset-preview/</link>
		<comments>http://paulaubin.com/blog/m-six-bim-toolset-preview/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 15:26:11 +0000</pubDate>
		<dc:creator>Paul F. Aubin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://paulaubin.com/?p=1420</guid>
		<description><![CDATA[New BIM tools delivering on the promise]]></description>
			<content:encoded><![CDATA[<p>I am a little late on this one, but I got a message in my LinkedIn box the other day. Other bloggers (<a href="http://whatrevitwants.blogspot.com/2012/01/veo-preview-videos-from-m-six.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+WhatRevitWants+%28What+Revit+Wants%29&amp;utm_content=Google+Feedfetcher" target="_blank">What Revit Wants</a> and <a href="http://revitoped.blogspot.com/2012/01/veo.html" target="_blank">Revit OpEd</a>) have already shared this, so let&#8217;s call this an echo. It was from a company called <a href="http://www.m-six.com/" target="_blank">M-six</a>. They have a <a href="http://www.m-six.com/Video/li/VEO-Preview.html" target="_blank">video preview</a> of their new soon to be released toolset. Looks VERY interesting and delivers on the stuff many of us in the BIM space have been saying BIM had potential to do. I think it is worth keeping an eye on these tools and how they develop.</p>
]]></content:encoded>
			<wfw:commentRss>http://paulaubin.com/blog/m-six-bim-toolset-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Year end reading</title>
		<link>http://paulaubin.com/blog/year-end-reading/</link>
		<comments>http://paulaubin.com/blog/year-end-reading/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 20:57:19 +0000</pubDate>
		<dc:creator>Paul F. Aubin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[AutoCAD MEP]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Revit MEP]]></category>
		<category><![CDATA[Revit training]]></category>
		<category><![CDATA[Special Offer]]></category>

		<guid isPermaLink="false">http://paulaubin.com/?p=1412</guid>
		<description><![CDATA[Now through December 31st, you can get 40% off the cover price of select Aubin Academy titles.]]></description>
			<content:encoded><![CDATA[<p><a href="http://paulaubin.com/blog/holiday-wishes/attachment/paul300-christmas/" rel="attachment wp-att-1048"><img class="alignleft size-full wp-image-1048" title="Paul300-Christmas" src="http://paulaubin.com/wp/wp-content/uploads/2010/12/Paul300-Christmas.png" alt="" width="294" height="381" /></a>For many of us, this week is a little slow. Maybe you are not fortunate to have it off from work, but just the same, many folks are away or otherwise winding down the year. Sounds like a good time to catch up on reading if you ask me. Now it might be more enjoyable to read the latest novel or perhaps if you are like me, you got a copy of the Steve Jobs book for Christmas. But the boss may not look too kindly on this kind of reading on the job&#8230;</p>
<p>But, if you were &#8220;caught&#8221; reading a copy the latest Revit or AutoCAD training materials, not only would the boss be unlikely to be upset, you might even get an &#8220;attaboy&#8221; out of the exchange. <img src='http://paulaubin.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>So to help us celebrate the New Year, we have extended the exclusive 40% off deal previously offered only to attendees of Autodesk University. Now through December 31st, you can get <strong>40% off</strong> the cover price of <a title="The Aubin Academy Master Series: Revit MEP 2012" href="http://paulaubin.com/books/the-aubin-academy-master-series-revit-mep-2012/" target="_blank">The Aubin Academy Master Series: Revit MEP</a> and <a title="The Aubin Academy Master Series: AutoCAD MEP 2012" href="http://paulaubin.com/books/the-aubin-academy-master-series-autocad-mep-2012/" target="_blank"> The Aubin Academy Master Series: AutoCAD MEP </a>titles. To get the discount, you have to order from the Create Space eStore link.  Just input the discount code: <strong>SGESYKP2</strong> during checkout.</p>
<p>Please enjoy the book and the special limited time discount. Thank you and Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://paulaubin.com/blog/year-end-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor Correction in our AutoCAD MEP 2012 book</title>
		<link>http://paulaubin.com/blog/minor-correction-in-our-autocad-mep-2012-book/</link>
		<comments>http://paulaubin.com/blog/minor-correction-in-our-autocad-mep-2012-book/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 00:40:56 +0000</pubDate>
		<dc:creator>Paul F. Aubin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[AutoCAD MEP]]></category>
		<category><![CDATA[errata]]></category>
		<category><![CDATA[MEP]]></category>

		<guid isPermaLink="false">http://paulaubin.com/?p=1407</guid>
		<description><![CDATA[Minor error in Figure 2.13]]></description>
			<content:encoded><![CDATA[<p>On page 81, Figure 2.13, we reversed the descriptions of letters c and d. Thanks to Steve for pointing this out.</p>
]]></content:encoded>
			<wfw:commentRss>http://paulaubin.com/blog/minor-correction-in-our-autocad-mep-2012-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#AU2011 Resources Posted</title>
		<link>http://paulaubin.com/blog/au2011-resources-posted/</link>
		<comments>http://paulaubin.com/blog/au2011-resources-posted/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 15:37:00 +0000</pubDate>
		<dc:creator>Paul F. Aubin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[#AU2011]]></category>
		<category><![CDATA[AU]]></category>
		<category><![CDATA[Autodesk]]></category>
		<category><![CDATA[Autodesk University]]></category>

		<guid isPermaLink="false">http://paulaubin.com/?p=1405</guid>
		<description><![CDATA[#AU2011 is in the history books, but there is plenty more learning to do. My class materials are posted, and AU Online will provide recordings, papers and more soon. ]]></description>
			<content:encoded><![CDATA[<p>Did you make to <a href="http://au.autodesk.com/" title="Autodesk University 2011" target="_blank">#AU2011</a> this year? If you are like me, there are too many classes to attend in the short three days we are there at the confernce. Or maybe you couldn&#8217;t make it this year. Well, the folks running the conference outdid themselves again with a terrific event. They are also hard at work preparring all the recorded classes for posting to AU online. You can visit right now and find some of the resources such as class papers and PowerPoint presentations (where available). More to come soon.</p>
<p>I have posted all of my class materials right here on my website. You can find the papers for each of my four Revit Architecture classes in both PDF and ePUB format. You can also find all of my dataset files used in demostrations and labs. For my Family Editor Step-by-step Introduction class, I have also posted video recordings of the entire class. I recorded these before AU and they include both the material I covered live in Vegas as well as many bonus lessons I did not have time to present in the short 90 minute lab. You can find all of these items posted <a href="http://paulaubin.com/au/" title="AU 2011 Datasets and Videos" target="_blank">here</a>. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://paulaubin.com/blog/au2011-resources-posted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Un-BIM-lievable!</title>
		<link>http://paulaubin.com/blog/un-bim-lievable/</link>
		<comments>http://paulaubin.com/blog/un-bim-lievable/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 16:09:23 +0000</pubDate>
		<dc:creator>Paul F. Aubin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[AU]]></category>
		<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[AutoCAD Architecture]]></category>
		<category><![CDATA[BIM]]></category>

		<guid isPermaLink="false">http://paulaubin.com/?p=1396</guid>
		<description><![CDATA[In this class, a number of successful designs will be discussed, focusing on the work created for Disney's California Adventure in Anaheim, and in particular, the extremely successful Voyage of The Little Mermaid attraction]]></description>
			<content:encoded><![CDATA[<p><a href="http://paulaubin.com/blog/un-bim-lievable/attachment/au11_speaker_170x155/" rel="attachment wp-att-1398"><img class="alignleft size-full wp-image-1398" title="AU11_speaker_170x155" src="http://paulaubin.com/wp/wp-content/uploads/2011/11/AU11_speaker_170x155.jpg" alt="" width="170" height="155" /></a>Planning to attend Autodesk University? If so, make sure you check out the class: &#8220;<strong>Un-BIM-lievable! You Did What with AutoCAD® Architecture?</strong>&#8221; Class ID: <strong>DL5808</strong>. This class is presented by my longtime client friend Patricia Wines of Walt Disney Imagineering (WDI). She will be joined by two of her WDI colleagues Michael Ross and Jess Kuncar.</p>
<p>In Patty’s own words:</p>
<p style="padding-left: 30px;"> “I hope I can count on you all to attend our 8:15 am class on Thursday morning.”</p>
<p style="padding-left: 30px;">“We are going to be showing some AMAZING models we have created in AutoCAD, and some great imagery from projects in construction. I realize time is limited at AU, and I know we are scheduled at the most inopportune time after a big party, but I promise a great presentation. So if you have customers/partners/users interested in how to execute BIM in ANY platform, I urge you to attend our session. We are really excited about what we&#8217;re going to present. We hope you&#8217;ll join us.”</p>
<p> I will echo that sentiment. WDI does some amazing stuff that just “wows” me every time I’m there. Here is the official class description:</p>
<p style="padding-left: 30px;">This class will demonstrate that sufficiently utilized design software can create beautiful, graceful, complex, and intriguing BIM models. Building Information Modeling (BIM) and Integrated Project Delivery (IPD) are ubiquitous phrases used in the marketplace today and studied in universities, and they might well be the most overused and misunderstood. The word might more accurately be spelled b*I*m, because the building and the model are second to the information and its consumer. Knowing how much information is required and providing a supply of it equal to the demand makes for the most efficient and useful models. In this class, a number of successful designs will be discussed, focusing on the work created for Disney&#8217;s California Adventure in Anaheim, and in particular, the extremely successful Voyage of The Little Mermaid attraction.</p>
<p> If you are able to attend this session, I am sure you will find it one of the most satisfying sessions of the conference. Come join me in the back to give Patty a big cheering section!</p>
]]></content:encoded>
			<wfw:commentRss>http://paulaubin.com/blog/un-bim-lievable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fixed!</title>
		<link>http://paulaubin.com/blog/fixed/</link>
		<comments>http://paulaubin.com/blog/fixed/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 00:30:12 +0000</pubDate>
		<dc:creator>Paul F. Aubin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Datasets]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[Revit Architecture]]></category>
		<category><![CDATA[Revit MEP]]></category>

		<guid isPermaLink="false">http://paulaubin.com/?p=1385</guid>
		<description><![CDATA[Book pages fixed!]]></description>
			<content:encoded><![CDATA[<p>The book pages are working again! If you are looking for datasets or other information on the either of the following titles:</p>
<p><a href="http://paulaubin.com/books/the-aubin-academy-master-series-revit-mep-2012/" target="_blank">The Aubin Academy Master Series: Revit MEP 2012</a><br />
<a href="http://paulaubin.com/books/the-aubin-academy-master-series-revit-architecture-2012/" target="_blank">The Aubin Academy Master Series: Revit Architecture 2012</a></p>
<p>The pages are back up and running. Thank you for your patience.</p>
]]></content:encoded>
			<wfw:commentRss>http://paulaubin.com/blog/fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

