Welcome to TiddlyWiki created by Jeremy Ruston; Copyright © 2004-2007 Jeremy Ruston, Copyright © 2007-2011 UnaMesa Association
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser
Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])
<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]
----
Also see [[AdvancedOptions]]
<!--{{{-->
<div class='header' role='banner' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' role='navigation' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' role='navigation' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' role='complementary' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea' role='main'>
<div id='messageArea' class='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}
h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}
.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}
.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}
.tabSelected {color:[[ColorPalette::PrimaryDark]];
background:[[ColorPalette::TertiaryPale]];
border-left:1px solid [[ColorPalette::TertiaryLight]];
border-top:1px solid [[ColorPalette::TertiaryLight]];
border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}
#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}
.wizard { background:[[ColorPalette::PrimaryPale]]; }
.wizard__title { color:[[ColorPalette::PrimaryDark]]; border:none; }
.wizard__subtitle { color:[[ColorPalette::Foreground]]; border:none; }
.wizardStep { background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]]; }
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}
.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}
.messageArea { border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
.messageToolbar__button { color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none; }
.messageToolbar__button_withIcon { background:inherit; }
.messageToolbar__button_withIcon:active { background:inherit; border:none; }
.messageToolbar__icon { fill:[[ColorPalette::TertiaryDark]]; }
.messageToolbar__icon:hover { fill:[[ColorPalette::Foreground]]; }
.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}
.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}
.tiddler .defaultCommand {font-weight:bold;}
.shadow .title {color:[[ColorPalette::TertiaryDark]];}
.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}
.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}
.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}
.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}
.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}
.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}
.imageLink, #displayArea .imageLink {background:transparent;}
.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}
.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}
.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}
.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}
.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}
.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}
#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:alpha(opacity=60);}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}
body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}
hr {height:1px;}
a {text-decoration:none;}
dt {font-weight:bold;}
ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}
.txtOptionInput {width:11em;}
#contentWrapper .chkOptionInput {border:0;}
.externalLink {text-decoration:underline;}
.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}
.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}
/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}
#mainMenu .tiddlyLinkExisting,
#mainMenu .tiddlyLinkNonExisting,
#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}
.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0; top:0;}
.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}
#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}
#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}
.wizard { padding:0.1em 2em 0; }
.wizard__title { font-size:2em; }
.wizard__subtitle { font-size:1.2em; }
.wizard__title, .wizard__subtitle { font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em; }
.wizardStep { padding:1em; }
.wizardFooter { padding:0.8em 0.4em 0.8em 0; }
.wizardFooter .status { padding:0.2em 0.7em; margin-left:0.3em; }
.wizardFooter .button { margin:0.5em 0 0; font-size:1.2em; padding:0.2em 0.5em; }
.messageArea { position:fixed; top:2em; right:0; margin:0.5em; padding:0.7em 1em; z-index:2000; }
.messageToolbar { text-align:right; padding:0.2em 0; }
.messageToolbar__button { text-decoration:underline; }
.messageToolbar__icon { height: 1em; }
.messageArea__text a { text-decoration:underline; }
.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}
.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}
.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}
#contentWrapper {display:block;}
#splashScreen {display:none;}
#displayArea {margin:1em 17em 0 14em;}
.toolbar {text-align:right; font-size:.9em;}
.tiddler {padding:1em 1em 0;}
.missing .viewer,.missing .title {font-style:italic;}
.title {font-size:1.6em; font-weight:bold;}
.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}
.tiddler .button {padding:0.2em 0.4em;}
.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}
.footer {font-size:.9em;}
.footer li {display:inline;}
.annotation {padding:0.5em; margin:0.5em;}
* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}
.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0 3px 0 3px;}
.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}
.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; box-sizing: border-box; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0; padding-bottom:0;}
.fieldsetFix {border:0; padding:0; margin:1px 0px;}
.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}
* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel { display:none; z-index:100; position:absolute; width:90%; margin-left:3em; }
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}
.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, .messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='toolbar' role='navigation' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<<closeBlog>>
[>img[me4.png]]
I am a Full Professor at the [[Department of Mathematics|http://www.icmc.usp.br/~sma/]], [[ICMC-USP|http://www.icmc.usp.br/]], at the USP campus at [[São Carlos|http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=sao+carlos&sll=-22.428801,-47.683411&sspn=1.716186,2.436218&ie=UTF8&hq=&hnear=S%C3%A3o+Carlos+-+S%C3%A3o+Paulo,+Brazil&ll=-21.207459,-46.318359&spn=53.616966,77.958984&t=h&z=4]]. My main interest on research is the study dynamical systems, and in particular one-dimensional dynamical systems, renormalization and ergodic theory.
@@color(gray):November 3th 2021, 19:01.@@
Those birds are from two of the wonderful plates in "Birds from Brazil and Mexico", by William Swainson (1789-1855). This amazing work is now public domain.
[[Publications]]
[[Presentations]]
[[Teaching]]
[[About me]]
[[How to reach me]]
[[Schedule]]
[[Vitae]]
<<closeBlog>>
E-mail: smania[img[ee|dd.gif]] icmc.usp.br
Office at ~ICMC-USP: 3-232.
Youtube channel:
[[smaniamat| http://www.youtube.com/user/smaniamat]] (com vídeos sobre a matéria de algumas disciplinas oferecidas)
Address:
Daniel Smania
[[Departamento de Matemática|http://www.icmc.usp.br/~sma/]]
[[Instituto de Ciências Matemáticas e de Computação|http://www.icmc.usp.br/]]
[[USP|http://www.usp.br]] Campus de São Carlos
Avenida Trabalhador São-carlense, 400
CEP: 13566-590
[[São Carlos|http://maps.google.com/maps?q=google+maps+sao+carlos&ie=UTF8&hq=&hnear=S%C3%A3o+Carlos+-+S%C3%A3o+Paulo,+Brazil&ll=-22.024546,-47.8125&spn=57.262216,80.507812&t=h&z=4]] SP
Brazil
Phones:
Office: (55) (16) 3373-6633
Fax: (55) (16) 3373-9650
{{{
version.extensions.InlineJavascriptPlugin= {major: 1, minor: 9, revision: 3, date: new Date(2008,6,11)};
config.formatters.push( {
name: "inlineJavascript",
match: "\\<script",
lookahead: "\\<script(?: src=\\\"((?:.|\\n)*?)\\\")?(?: label=\\\"((?:.|\\n)*?)\\\")?(?: title=\\\"((?:.|\\n)*?)\\\")?(?: key=\\\"((?:.|\\n)*?)\\\")?( show)?\\>((?:.|\\n)*?)\\</script\\>",
handler: function(w) {
var lookaheadRegExp = new RegExp(this.lookahead,"mg");
lookaheadRegExp.lastIndex = w.matchStart;
var lookaheadMatch = lookaheadRegExp.exec(w.source)
if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
var src=lookaheadMatch[1];
var label=lookaheadMatch[2];
var tip=lookaheadMatch[3];
var key=lookaheadMatch[4];
var show=lookaheadMatch[5];
var code=lookaheadMatch[6];
if (src) { // load a script library
// make script tag, set src, add to body to execute, then remove for cleanup
var script = document.createElement("script"); script.src = src;
document.body.appendChild(script); document.body.removeChild(script);
}
if (code) { // there is script code
if (show) // show inline script code in tiddler output
wikify("{{{\n"+lookaheadMatch[0]+"\n}}}\n",w.output);
if (label) { // create a link to an 'onclick' script
// add a link, define click handler, save code in link (pass 'place'), set link attributes
var link=createTiddlyElement(w.output,"a",null,"tiddlyLinkExisting",wikifyPlainText(label));
var fixup=code.replace(/document.write\s*\(/gi,'place.bufferedHTML+=(');
link.code="function _out(place){"+fixup+"\n};_out(this);"
link.tiddler=w.tiddler;
link.onclick=function(){
this.bufferedHTML="";
try{ var r=eval(this.code);
if(this.bufferedHTML.length || (typeof(r)==="string")&&r.length)
var s=this.parentNode.insertBefore(document.createElement("span"),this.nextSibling);
if(this.bufferedHTML.length)
s.innerHTML=this.bufferedHTML;
if((typeof(r)==="string")&&r.length) {
wikify(r,s,null,this.tiddler);
return false;
} else return r!==undefined?r:false;
} catch(e){alert(e.description||e.toString());return false;}
};
link.setAttribute("title",tip||"");
var URIcode='javascript:void(eval(decodeURIComponent(%22(function(){try{';
URIcode+=encodeURIComponent(encodeURIComponent(code.replace(/\n/g,' ')));
URIcode+='}catch(e){alert(e.description||e.toString())}})()%22)))';
link.setAttribute("href",URIcode);
link.style.cursor="pointer";
if (key) link.accessKey=key.substr(0,1); // single character only
}
else { // run inline script code
var fixup=code.replace(/document.write\s*\(/gi,'place.innerHTML+=(');
var c="function _out(place){"+fixup+"\n};_out(w.output);";
try { var out=eval(c); }
catch(e) { out=e.description?e.description:e.toString(); }
if (out && out.length) wikify(out,w.output,w.highlightRegExp,w.tiddler);
}
}
w.nextMatch = lookaheadMatch.index + lookaheadMatch[0].length;
}
}
} )
}}}
[[Publications]]
[[Presentations]]
[[Teaching]]
[[Schedule]]
[[About me]]
[[How to reach me]]
[[Vitae]]
[[About those birds]]
<meta name="description" content="Daniel Smania is a mathematician working at ICMC-USP, Sao Carlos, Brazil. His main area of interest is dynamical systems. This is his webpage. ">
//{{{
//macro to close the Blog.
config.macros.closeBlog = {};
config.macros.closeBlog.handler = function (place,macroName,params,wikifier,paramString,tiddler){
// this will run when macro is called from a tiddler
//var out = "";
var tids = store.sortTiddlers(store.getTaggedTiddlers("journal"),"-created");
for (var t=0; t<tids.length ; t++)
story.closeTiddler(tids[t].title)
story.closeTiddler("Older Posts");
//return out;
}
//do not show side bar tabs for normal reader.
if (readOnly) config.shadowTiddlers.SideBarTabs=" ";
//}}}
@@color(gray):Feb 13th 2012, 14:54.@@
''On infinitely cohomologous to zero observables.'' [[PDF|inf_co.pdf]][<img[New.gif]]
with Amanda de Lima.
[[Ergodic Theory and Dynamical Systems (First published online 2012).|http://dx.doi.org/10.1017/S0143385711000976]]
@@color(gray):Aug 11th 2011, 10:26.@@
''Renormalization for piecewise smooth homeomorphisms on the circle.'' [[PDF|http://arxiv.org/pdf/1108.1968]][<img[New.gif]]
with Kleyber Cunha (UFBA). Preprint. 2011.
@@color(gray):Jan 9th 2012, 10:50.@@
''Rigidity for piecewise smooth homeomorphisms on the circle.'' [[PDF|http://xxx.lanl.gov/pdf/1201.1401]][<img[New.gif]]
with Kleyber Cunha (UFBA). Preprint. 2012.
@@color(gray):Apr 22nd 2009, 19:35.@@
We have a new preprint
''Piecewise analytic subactions for analytic dynamics.'' [[PDF|subactions.pdf]]
with [[Gonzalo Contreras|http://www.cimat.mx/~gonzalo/]], [[Artur O. Lopes|http://mat.ufrgs.br/~alopes/]] and Elismar R. Oliveira. Preprint. 2009.
@@color(gray):Mar 30th 2010, 14:01.@@
''Linear response for smooth deformations of generic nonuniformly hyperbolic unimodal maps.'' [[PDF|http://arxiv.org/pdf/1003.5592]]
with [[Viviane Baladi|http://www.dma.ens.fr/~baladi/]] (CNRS, ENS). Preprint. 2010.
@@color(gray):Mar 2nd 2011, 18:36.@@
A nova página da disciplina [[Cálculo I|http://www.icmc.usp.br/~smania/sma301/index.html]] está disponível
<script>
var out = "";
var tids = store.sortTiddlers(store.getTaggedTiddlers("journal"),"-created");
for (var t=6; t<tids.length && t<100; t++)
out += "*[["+tids[t].title+"]]" + "\n";
return out;
</script>
@@color(gray):Jan 20th 2020, 13:25.@@
The paper
''Classic and exotic Besov spaces induced by good grids.''
[[Preprint at ArXiv|https://arxiv.org/abs/1903.06941]]
was accepted by [[The Jounal of Geometric Analysis|https://link.springer.com/journal/12220]]
@@color(gray):Jul 28th 2009, 19:38.@@
We have a new preprint
''On infinitely cohomologous to zero observables.'' [[PDF|infcoho.pdf]]
with Amanda de Lima. Preprint. 2009.
Below we list a few selected presentations
''Transfer operators and atomic decomposition''
VI Congreso Latinoamericano de Matemáticos (CLAM)-Virtual. September 2021.
[[Video|https://youtu.be/aOz_nwSHKi0]] [[Slides|clam-2021-09-15.pdf]] [[Presentation (html) with animations|clam-2021-09-15/index.html]]
Mainly on the work with Alexander Arbieto in [[Preprint at ArXiv:1903.06943|https://arxiv.org/abs/1903.06943]] and also
[[Preprint ArXiv:1903.06976|https://arxiv.org/abs/1903.06976]]
[[The Journal of Geometric Analysis 31, 2481–2524 (2021) |https://doi.org/10.1007/s12220-020-00361-x]]
[[Preprint ArXiv:1903.06937|https://arxiv.org/abs/1903.06937]] (to appear in APDE)
''Infinitesimal Deformations of one-dimensional maps''
Virtual Workshop Many faces of renormalization (Simons Center for Geometry and Physics). March 2021.
[[Video|http://scgp.stonybrook.edu/video_portal/video.php?id=4694]] (beware there are a few typos in the slides) [[(Corrected) Slides|infinitesimal-2021-03-12.pdf]].
Mostly on the work with Clodoaldo Ragazzo in [[Preprint ArXiv:2104.04806|https://arxiv.org/abs/2104.04806]] and [[ArXiv:2104.04820|https://arxiv.org/abs/2104.04820]], but there is also reference for earlier work with Viviane Baladi and Amanda de Lima.
''Generalized Weierstrass functions, linear response problem and Central Limit Theorem''
Seminário EDAÍ.September 2016.
[[Slides|edai-2016-09.pdf]]
This is on some results from Amanda de Lima Ph. D Thesis published in [[Stochastic and Dynamics 19, No. 01 (2019) |https://doi.org/10.1142/S0219493719500023]] and [[Journal of the Institute of Mathematics of Jussieu 17 (2018) , pp. 673-733|http://dx.doi.org/10.1017/S1474748016000177 ]].
''Solenoidal Attractors with bounded combinatorics are shy ''
Taking the Measure of ~One-Dimensional Dynamics (Lorentz Center, Leiden). April 2016.
New Trends in One dimensional Dynamics. Celebrating the 70th birthday of Welington de Melo (IMPA, Rio de Janeiro, November 2016.
[[Video (Rio)|https://www.youtube.com/watch?v=A54cyw52IF8&t=1418s]] [[Slides|leiden-2016.pdf]] [[Presentation with animations(html)|leiden-2016s/index.html]].
This is on the results in [[Annals of Mathematics 191, Issue 1, (2020) 1-79|https://annals.math.princeton.edu/2020/191-1/p01]] and [[Ergodic Theory and Dynamical Systems Journal 39 (2019) pp. 1361-1400 | https://doi.org/10.1017/etds.2017.65]].
''Renormalization for piecewise smooth homeomorphism of the circle''
International Conference on Dynamical Systems, Buzios, Brazil. February 2010.
[[Slides|buzios-2010-02.pdf]]
This is on the results of Kleyber Mota da Cunha Ph. D. Thesis published in [[ Advances in Mathematics Volume 250, 15 January 2014, Pages 193–226 |http://dx.doi.org/10.1016/j.aim.2013.09.017]] and [[ Annales de l'Institut Henri Poincare (C) Non Linear Analysis Volume 30, Issue 3, May–June 2013, 441–462 | http://www.sciencedirect.com/science/article/pii/S0294144912000868]].
''Linear response for generic smooth unimodal maps''
Low Dimensional Dynamics ~IMPAN-Warsaw. November-2010.
[[Slides|banach-center-2010-11-15-22-55.pdf]]
This is mainly on the work with Viviane Baladi published in [[ Annales scientifiques de l'ENS 45, fascicule 6 (2012), 861-926| https://smf.emath.fr/node/44289]].
<<closeBlog>>
! 2024-
35. ''Deformation theory of one-dimensional systems''
2025. Survey article. [img[new06p.gif]]
[[Journal of Modern Dynamics Volume 21: 1-20|https://doi.org/10.3934/jmd.2025001]]
34. ''Anisotropic spaces for the bilateral shift''
with Mateus Marra. 2024. [img[new06p.gif]]
[[Preprint at ArXiv|https://doi.org/10.48550/arXiv.2411.15050]]
33. ''Particle systems, Dipoles and Besov spaces.''
With Mateus Marra and Pedro Morelli. 2024. [img[new06p.gif]]
[[Preprint at ArXiv|https://doi.org/10.48550/arXiv.2411.14352]]
! 2020-2023
32. ''Welington and his Odyssey.'' [img[new06p.gif]]
This is a presentation on the life and work of my Ph. D. advisor Welington de Melo (1946-2016). Published in
[[Welington de Melo - Selected Works |https://link.springer.com/book/9783031158308]]. Edited by Paolo Piccione. Springer Chan, 2023. ISBN: 978-3-031-15830-8
31. ''Besov-ish spaces though atomic decomposition.''
[[ Analysis & PDE Vol. 15 (2022), No. 1, 123-174.| https://doi.org/10.2140/apde.2022.15.123]] [img[new06p.gif]]
[[Preprint at ArXv|https://arxiv.org/abs/1903.06937]]
30. ''Complex a priori bounds for multicritical circle maps with bounded type rotation number.''
with Gabriela Estevez and [[Michael Yampolsky|http://www.math.toronto.edu/yampol/]].
[[Bulletin of the Brazilian Mathematical Society (online first)|https://doi.org/10.1007/s00574-022-00295-8]].
[[Preprint at ArXiv|https://arxiv.org/abs/2005.02377]]
29. ''Birkhoff sums as distributions II: Applications to deformations of dynamical systems.'' [img[new06p.gif]]
with [[Clodoaldo Grotta-Ragazzo|https://orcid.org/0000-0002-4277-4173]].
[[Preprint at ArXiv|https://arxiv.org/abs/2104.04820]]
On March 2021 I gave a presentation on this work (and related previous works with Baladi and de Lima) in the Virtual Workshop Many faces of renormalization (Simons Center for Geometry and Physics). A [[video|http://scgp.stonybrook.edu/video_portal/video.php?id=4694]] is available (beware there are a few typos in the slides) . The (corrected) slides are [[here|infinitesimal-2021-03-12.pdf]].
[[Presentation at IMPA (November-2022)(slides)|https://sites.icmc.usp.br/smania/impa-2022-11/#0]]
[[Presentation at IMPA (November-2022)(PDF)|https://sites.icmc.usp.br/smania/impa-2022-11.pdf]]
28. ''Birkhoff sums as distributions I: Regularity.'' [img[new06p.gif]]
with [[Clodoaldo Grotta-Ragazzo|https://orcid.org/0000-0002-4277-4173]].
[[Preprint at ArXiv|https://arxiv.org/abs/2104.04806]]
27. ''Fractional susceptibility functions for the quadratic family: ~Misiurewicz-Thurston parameters.''
with [[Viviane Baladi|http://baladi.perso.math.cnrs.fr]].
[[Communications in Mathematical Physics (2021)-Online First |https://doi.org/10.1007/s00220-021-04015-z]].
[[Preprint at ArXiv|https://arxiv.org/abs/2008.01654]]
26. ''Transfer operators, atomic decomposition and the Bestiary.''
[[Preprint at ArXiv|https://arxiv.org/abs/1903.06976]]
25. ''Transfer operators and atomic decomposition.''
with [[Alexander Arbieto|http://www.im.ufrj.br/~arbieto/]].
[[Preprint at ArXiv|https://arxiv.org/abs/1903.06943]]
On July 2020 I gave a presentation on this work in the webinar Resistencia Dinamica. A [[video|https://www.youtube.com/watch?v=oMUr2juIAY0&feature=youtu.be]] is available (beware there are a few typos in the slides) . The (corrected) slides are [[here|resistencia-dinamica-2020-07-03.pdf]].
24. ''Classic and exotic Besov spaces induced by good grids.''
[[The Journal of Geometric Analysis 31, 2481–2524 (2021) |https://doi.org/10.1007/s12220-020-00361-x]].
[[Preprint at ArXiv|https://arxiv.org/abs/1903.06941]]
23. ''Solenoidal attractors with bounded combinatorics are shy.''
[[Annals of Mathematics 191, Issue 1, (2020) 1-79|https://annals.math.princeton.edu/2020/191-1/p01]]
[[Preprint at ArXiv|http://arxiv.org/abs/1603.06300]].
! 2017-2019
22. ''Shy shadows of infinite-dimensional partially hyperbolic invariant sets.''
[[Ergodic Theory and Dynamical Systems Journal 39 (2019) pp. 1361-1400 | https://doi.org/10.1017/etds.2017.65]].
[[Preprint at ArXiv|http://arxiv.org/abs/1508.07388]].
21. ''Central limit theorem for generalized Weierstrass functions.''
with Amanda de Lima.
[[Stochastic and Dynamics 19, No. 01 (2019) |https://doi.org/10.1142/S0219493719500023]]
[[Preprint at ArXiv|http://arxiv.org/abs/1508.02033]].
20. ''Central limit theorem for the modulus of continuity of averages of observables on transversal families of piecewise expanding unimodal maps.''
with Amanda de Lima.
[[Journal of the Institute of Mathematics of Jussieu 17 (2018) , pp. 673-733|http://dx.doi.org/10.1017/S1474748016000177 ]]
[[Preprint at ArXiv|http://arxiv.org/abs/1503.01423]].
19. ''Existence of C^k-invariant foliations for Lorenz type maps.''
with José Vidarte.
[[Journal of Dynamics and Differential Equations 30 (2018) pp. 227–255 |http://dx.doi.org/10.1007/s10884-016-9539-1]]
[[Preprint at ArXiv|http://arxiv.org/abs/1501.05692]].
18. ''Holomorphic motions for unicritical correspondences.''
with Carlos Siqueira.
[[Nonlinearity 30 (2017) 3104–3125.|https://doi.org/10.1088/1361-6544/aa7736]].
[[Preprint at ArXiv|http://arxiv.org/abs/1608.04333]]
! 2014-2016
17. ''A class of cubic Rauzy fractals.''
with Bastos, J., Messaoudi, A. and Rodrigues, T..
[[Theoret. Comput. Sci. 588 (2015), 114–130.| http://www.sciencedirect.com/science/article/pii/S030439751500314X ]]
[[Preprint at ArXiv|http://arxiv.org/abs/1408.1673]].
16. ''Metric stability for random walks (with applications in renormalization theory).''
[[PDF|http://arxiv.org/pdf/math/0503736]]
with [[C. G. Moreira|http://w3.impa.br/~gugu/]] (IMPA).
In [[Frontiers in Complex Dynamics: In Celebration of John Milnor's 80th Birthday. | http://press.princeton.edu/titles/10167.html]] Edited by Araceli Bonifant, Misha Lyubich, & Scott Sutherland, Princeton University Press, January 2014.
15. ''Rigidity for piecewise smooth homeomorphisms on the circle.''
with [[Kleyber Cunha (UFBA)| http://www.sd.mat.ufba.br/~kleyber/]].
[[ Advances in Mathematics Volume 250, 15 January 2014, Pages 193–226 |http://dx.doi.org/10.1016/j.aim.2013.09.017]]
[[Preprint at ArXiv|http://xxx.lanl.gov/pdf/1201.1401]]
! 2011-2013
14. ''Ergodic transport theory and piecewise analytic subactions for analytic dynamics''
with [[A. O. Lopes| http://www.mat.ufrgs.br/~alopes/ ]] and E. R. Oliveira. [[PDF | http://arxiv.org/abs/1205.5758]]
[[ Bull. of the Braz. Math. Soc. New Series 2012, 43, pp 467-512 | http://link.springer.com/article/10.1007/s00574-012-0023-1]]
13. ''On infinitely cohomologous to zero observables.'' [[PDF|inf_co.pdf]]
with Amanda de Lima.
[[Ergodic Theory and Dynamical Systems, Volume 33, Issue 02, April 2013, pp 375-399.|http://dx.doi.org/10.1017/S0143385711000976]].
12. ''Renormalization for piecewise smooth homeomorphisms on the circle.'' [[PDF|http://arxiv.org/pdf/1108.1968]]
with [[Kleyber Cunha (UFBA)| http://www.sd.mat.ufba.br/~kleyber/]].
[[ Annales de l'Institut Henri Poincare (C) Non Linear Analysis Volume 30, Issue 3, May–June 2013, 441–462 | http://www.sciencedirect.com/science/article/pii/S0294144912000868]].
11. ''Linear response for smooth deformations of generic nonuniformly hyperbolic unimodal maps.'' [[PDF|http://arxiv.org/pdf/1003.5592]]
with [[Viviane Baladi|http://www.dma.ens.fr/~baladi/]] (CNRS, ENS).
[[ Annales scientifiques de l'ENS 45, fascicule 6 (2012), 861-926|https://smf.emath.fr/node/44289]].
! 2008-2010
10. ''Renormalization for critical orders close to 2N.'' [[PDF|http://arxiv.org/pdf/1001.1271]]
with Judith Cruz. Preprint. 2010.
9. ''Eigenvalues of Fibonacci stochastic adding machine.'' [[PDF|fib.pdf]]
with [[Ali Messaoudi|http://www.mat.ibilce.unesp.br/personal/ali.html]]. Preprint. 2008.
[[Stochastics and Dynamics, 10 (2010), 291-313. |http://dx.doi.org/10.1142/S0219493710002966]]
8. ''Alternative proofs of linear response for piecewise expanding unimodal maps.'' [[PDF|spectral.pdf]]
with [[Viviane Baladi|http://www.dma.ens.fr/~baladi/]] (CNRS, ENS). Preprint, 2008.
[[Ergodic Theory and Dynamical Systems, 30 (2010), 1-20.|http://dx.doi.org/10.1017/S0143385708001077]]
7. ''Analyticity of the SRB measure for holomorphic families of quadratic-like Collet - Eckmann maps.'' [[PDF|CE-hol.pdf]]
with [[Viviane Baladi|http://www.dma.ens.fr/~baladi/]] (CNRS, ENS).
[[Proc. Amer. Math. Soc. 137 (2009), 1431-1437.|http://www.ams.org/proc/2009-137-04/S0002-9939-08-09651-2/home.html]]
6. ''Smooth deformations of piecewise expanding unimodal maps.'' [[PDF|smooth.pdf]]
with [[Viviane Baladi|http://www.dma.ens.fr/~baladi/]] (CNRS, ENS). 2007.
[[Discrete and Continuous Dynamical Systems (DCDS-A), 23 (2009), 685 - 703. |http://dx.doi.org/10.3934/dcds.2009.23.685]]
5. ''Linear response formula for piecewise expanding unimodal map.'' [[PDF|conja.pdf]]
with [[Viviane Baladi|http://www.dma.ens.fr/~baladi/]] (CNRS).
[[Nonlinearity 21 (2008) 677-711.|http://dx.doi.org/10.1088/0951-7715/21/4/003]]
! 2001-2007
4. ''Puzzle geometry and rigidity: The Fibonacci cycle is hyperbolic.'' [[PDF|ren.pdf]]
[[J. Amer. Math. Soc. 20 (2007), no. 3, 629-673.|http://www.ams.org/jams/2007-20-03/S0894-0347-07-00550-4/home.html]]
3. ''On the hyperbolicity of the period doubling fixed point.'' [[PDF|hyper.pdf]]
[[Trans. Amer. Math. Soc. 358 (2006), no. 4, 1827-1846.|http://www.ams.org/tran/2006-358-04/S0002-9947-05-03803-1/home.html]]
2. ''Phase space universality for multimodal maps. '' [[PDF|multi.pdf]]
[[Bull. Braz. Math. Soc, New Series 36 (2005), no. 2, 225-274.|https://doi.org/10.1007/s00574-005-0038-y]]
1. ''Complex bounds for multimodal maps: bounded combinatorics.''
[[Nonlinearity 14 (2001), no 5, 1311-1330.|http://dx.doi.org/10.1088/0951-7715/14/5/320]]
<<closeBlog>>
<html><div align="center">
<iframe src="https://www.google.com/calendar/embed?title=Hor%C3%A1rios&mode=WEEK&height=600&wkst=1&bgcolor=%23FFFFFF&src=6u7ps0co5718a09mh5ui7t300s%40group.calendar.google.com&color=%235229A3&src=cfqv2q250q876om1rvkgfjr2rs%40group.calendar.google.com&color=%237A367A&src=pa8nvlib4joue3ngbu6ofad38g%40group.calendar.google.com&color=%23B1440E&src=04mjrnsvegkc0d5bngd5h0qmpg%40group.calendar.google.com&color=%23711616&src=daniel.smania%40gmail.com&color=%2329527A&src=brazilian__en%40holiday.calendar.google.com&color=%23B1365F&ctz=America%2FSao_Paulo" style=" border-width:0 " width="700" height="500" frameborder="0" scrolling="no"></iframe>
</div></html>
<<search>><<closeAll>><<permaview>><<newTiddler>><<newJournal "DD MMM YYYY, 0hh:0mm:0ss" "journal" text: {{'@@color(gray):' +new Date().formatString("mmm DDth YYYY, 0hh:0mm.")+'@@\n\n Type Post' }}
>><<saveChanges>><<slider chkSliderOptionsPanel OptionsPanel "options »" "Change TiddlyWiki advanced options">>
{{left{[img[birdy-brazil-mexico-fundo-def.png]]}}} {{right{[img[birdy-brazil-mexico-def.png]]}}}
Daniel Smania
https://sites.icmc.usp.br/smania/
.tiddler .subtitle { display:none; }
.siteTitle {color:#ae651f; font-size: 3.2em}
.siteSubtitle {color:#ae651f; font-size: 1.3em}
body {
background: #444;
margin: 0 auto;
}
#contentWrapper{
background: #fff;
border: 0;
margin: 0 auto;
max-width: 1300px;
min-width:1300px;
min-height:1400px;
padding:0;
}
#sidebar{
position:relative;
float:right;
margin-bottom:1em;
display:inline;
width: 16em;
}
#mainMenu {
position:relative;
float:left;
margin-bottom:1em;
display:inline;
\\text-align:left;
padding: 2em 0.5em 0.5em 0em;
\\width:13em;
font-size: 1.4em;
}
.tagged {
display: none;
}
.tiddler{ font-size: 1.5em}
//.tiddler {
// border-top: 1px solid #ccc;
// border-left: 1px solid #ccc;
// border-bottom: 3px solid #ccc;
// border-right: 3px solid #ccc;
//-moz-border-radius:1em;
// }
.headerShadow .left,
.headerShadow .right {
position: absolute;
top: -4px;
}
.headerShadow .left {
left: 0;
}
.headerShadow .right {
right: 0;
}
.headerForeground .left,
.headerForeground .right {
display: none;
}
@@color(gray):Jun 17th 2011, 10:03.@@
I gave a talk in the conference [[Geometric and Algebraic Structures in Mathematics|http://www.math.sunysb.edu/dennisfest/]] at Stony Brook, May 25-June 4, 2011, a Conference to celebrate Dennis Sullivan’s 70th birthday. The talk was about my current project on renormalization for multimodal maps. The [[video|http://www.math.sunysb.edu/Videos/dfest/video.php?f=44-Smania-vb]] and [[slides|http://www.math.sunysb.edu/Videos/dfest/video.php?f=44-Smania-vb]] are available in the website of the conference. All the talks were recorded and you can see them [[here|http://www.math.sunysb.edu/Videos/dfest]].
<<closeBlog>>
As páginas das disciplinas que estou oferecendo neste semestre:
[[Cálculo II|http://www.icmc.usp.br/~smania/sma332/index.html]]
eu estou criando uma biblioteca de vídeos sobre disciplinas de Matemática. Inicialmente estou realizando vídeos da disciplina Cálculo I (Cálculo de uma variável real). Críticas e sugestões sobre os vídeos são bem vindas!! Os vídeos estão no canal do Youtube
[[http://www.youtube.com/user/smaniamat| http://www.youtube.com/user/smaniamat]]
Abaixo estão disponíveis links para cursos que ofereci no passado, com listas de exercícios, questões de provas, etc:
[[Cálculo I|http://www.icmc.usp.br/~smania/sma301/index.html]]
[[Geometria analítica| http://www.icmc.usp.br/~smania/sma300/index.html ]]
[[Sistemas Dinâmicos (pós-graduação)|http://www.icmc.usp.br/~smania/sma5761/index.html]]
[[Cálculo III|http://www.icmc.usp.br/~smania/sma333/index.html]]
[[Análise I|http://www.icmc.usp.br/~smania/sma307/index.html]]
[[Cálculo I|http://www.icmc.usp.br/~smania/sma301/index.html]]
[[Equações Diferenciais Ordinárias|http://www.icmc.usp.br/~smania/sma127/index.html]]
[[Topologia (pós-graduação)|http://www.icmc.usp.br/~smania/sma5706/index.html]]
[[Matemática Discreta II|http://www.icmc.usp.br/~smania/sma181/index.html]]
[[Matemática Do Ensino Médio II|http://www.icmc.usp.br/~smania/slc591/index.html]]
[[Sistemas Dinâmicos (pós-graduação)|http://www.icmc.usp.br/~smania/sma5761/index.html]]
[[Análise II|http://www.icmc.usp.br/~smania/sma308/index.html]]
[[Estruturas algébricas|http://www.icmc.usp.br/~smania/slc532/index.html]]
[[Álgebra Linear e Equações Diferenciais Ordinárias| http://www.icmc.usp.br/~smania/sma182/index.html]]
In portuguese ([[Lattes|http://lattes.cnpq.br/5416521015640279]]) or in english ( [[ PDF|http://www.icmc.usp.br/~smania/vitae.pdf]] ).
@@color(gray):Jun 17th 2011, 09:27.@@
Estou criando uma biblioteca de vídeos sobre a disciplina Cálculo I. Eles podem ser encontrados aqui
Youtube channel:
[[smaniamat| http://www.youtube.com/user/smaniamat]]
<script>
story.closeAllTiddlers();
var out = "";
var tids = store.sortTiddlers(store.getTaggedTiddlers("journal"),"-created");
for (var t=0; t<tids.length && t<5; t++)
story.displayTiddler("bottom",tids[t].title)
story.displayTiddler("bottom","Older Posts");
return out;
</script>
<script>
var out = "";
var tids = store.sortTiddlers(store.getTaggedTiddlers("journal"),"-modified");
for (var t=0; t<tids.length && t<5; t++)
out += "*[["+tids[t].title+"]]" + "\n";
return out;
</script>