/*------------------------------------------------------------------------------ this template is a mash up of the 2 column template http://webhost.bridgew.edu/etribou/layouts/skidoo/2/ from ruthsarianlayouts http://webhost.bridgew.edu/etribou/layouts/ and the blogger code from Blogger Template Style Name: Minima Designer: Douglas Bowman URL: www.stopdesign.com Date: 26 Feb 2004 and code tidying up http://djmaniak777.blogspot.com plus inserts & adaptations of codes by ricky goodwin ------------------------------------------------------------------------------*/ /*----start ruthsarian layout-------------------------------------------------*/ /*----start base.css----------------------------------------------------------*/ #pageWrapper { margin: 0; width: auto; min-width: 500px; } #outerColumnContainer { z-index: 1; } #innerColumnContainer { z-index: 2; } #innerColumnContainer, #contentColumn { margin: 0 -1px; width: 100%; } #leftColumn, #rightColumn, #contentColumn { float: left; position: relative; z-index: 10; overflow: visible; /* fix for IE italics bug */ } #leftColumn { width: 200px; margin: 0 1px 0 -200px; } #rightColumn { width: 200px; margin: 0 -200px 0 1px; display: none; /* comment this out and edit borders.css to create the third column */ } #footer { position: relative; } #masthead h1 { display: inline; /* personal preference to keep the header inline. you could just as easily change padding and margins to 0. */ } .clear { clear: both; } .hide { display: none; /* hide elements that CSS-targeted browsers shouldn't show */ } html>body #innerColumnContainer { border-bottom: 1px solid transparent; /* help mozilla render borders and colors. try removing this line and see what happens */ } /*------------------------------------------------------------end base.css----*/ /*----start vnav.css----------------------------------------------------------*/ .vnav ul, .vnav ul li { margin: 0; padding: 0; list-style-type: none; display: block; } .vnav ul { border: solid 1px #000; border-bottom-width: 0; } .vnav ul li { border-bottom: solid 1px #000; } .vnav ul li a { display: block; text-decoration: none; padding: 2px 10px; } * html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */ { height: 1%; } * html .vnav { position: relative; /* IE needs this to fix a rendering problem */ } /*------------------------------------------------------------end vnav.css----*/ /*----start hnav.css----------------------------------------------------------*/ .hnav { white-space: nowrap; margin: 0; color: #000; padding: 3px 0 4px 0; } * html .hnav/* Hide from IE5/Mac (& IE5.0/Win) */ { height: 1%; /* holly hack to fix a render bug in IE6/Win */ } * html .HNAV { height: auto; /* above IE6/Win holly hack breaks IE5/Win when page length get beyond the point that 1% height is taller than the text height. IE5/Win does not need this holly hack so we remove it here */ padding: 0; /* IE5/Win will resize #hnav to fit the heights of its inline children that have vertical padding. So this incorrect case selector will remove that padding */ } .hnav ul { text-align: center; list-style-type: none; line-height: normal; margin: 0; padding: 0; } .hnav ul li { display: inline; white-space: nowrap; margin: 0; } .hnav ul li a { text-decoration: none; color: #000; background-color: #eee; margin: 0 -1px 0 0; padding: 3px 10px 4px 10px; border-left: solid 1px #000; border-right: solid 1px #000; } * html .HNAV ul li a { width: 1%; /* holly hack for IE5/Win inline padding by default this hack fixes different rendering bugs in 5.0 and 5.5. Width is used instead of height because if the document is too long, these elements become very tall and disrupt the look of the document. too wide an element is better, visually, than too tall a document. */ } .hnav ul li a:hover { text-decoration: underline; } .hnav ul li a:hover { text-decoration: none; } /*------------------------------------------------------------end hnav.css----*/ /*----start colors.css--------------------------------------------------------*/ body { background-color: #665; color: #fff; } #outerColumnContainer { border-left-color: #eec; /* left hand column background color */ border-right-color: #bb8; /* right hand column background color */ } #masthead, #footer { background-color: #885; color: #fff; } #outerColumnContainer { background-color: #fff; /* this sets the background color on the center column */ color: #000; } #leftColumn, #rightColumn, #contentColumn { color: #000; } .vnav ul li a { color: #336; background-color: #cc9; } #rightColumn .vnav ul li a:hover, .vnav ul li a:hover { background-color: #336; color: #fff; } #rightColumn .vnav ul li a { color: #336; background-color: #ddb; } .hnav, .hnav ul li a { background-color: #cc9; color: #336; } .hnav ul li a:hover { background-color: #336; color: #fff; } #pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav { border-color: #000; } /*----------------------------------------------------------end colors.css----*/ /*----start borders.css-------------------------------------------------------*/ #pageWrapper { border-style: solid; /* explicitly defined within eact selector in case you want change border styles (to mix it up) between elements */ border-width: 1px; /* puts a border around the whole page */ } #outerColumnContainer { border-style: solid; border-width: 0 0 0 200px; /* sets the width of the borders used to create the left and right columns' background color. */ /* border-width: 0 200px; */ /* for three columns */ } #innerColumnContainer { border-style: solid; border-width: 0 0 0 1px; /* puts borders between center and the side columns */ /* border-width: 0 1px; */ /* for three columns */ } #masthead, .hnav { border-style: solid; border-width: 0 0 1px 0; } #footer { border-style: solid; border-width: 1px 0 0 0; } /*---------------------------------------------------------end borders.css----*/ /*----start fonts.css---------------------------------------------------------*/ body { font-family: arial, helvetica, sans-serif; font-size : medium; voice-family : "\"}\""; voice-family : inherit; font-size : medium; } #footer { text-align: center; } /*-----------------------------------------------------------end fonts.css----*/ /*----start gutters.css-------------------------------------------------------*/ body { margin: 0; padding: 2em; } .inside { padding: 0.5em 1.5em; /* this padding is applied to every major box within the layout for a uniform gutter between borders */ } #masthead, #footer { padding: 1em; } .vnav { margin: 1em 0; } .vnav h3 { margin-bottom: 0; padding-bottom: 0; } /*---------------------------------------------------------end gutters.css----*/ /*----start screen.css--------------------------------------------------------*/ @import "base.css"; @import "hnav.css"; @import "vnav.css"; @import "colors.css"; @import "gutters.css"; @import "borders.css"; @import "fonts.css"; /* see http://www.dithered.com/css_filters/css_only/index.php for tips on how to block inclusion of whole css files for certain browsers */ /*----------------------------------------------------------end screen.css----*/ /*---------------------------------------------------end ruthsarian layout----*/ /*----start minima template---------------------------------------------------*/ a:link { color:#3333FF text-decoration:none; } a:visited { color:#9933FF text-decoration:none; } a:hover { color:#c60; text-decoration:underline; } a img { border-width:0; } /*----Header------------------------------------------------------------------*/ #masthead h1 a { color:#666; text-decoration:none; } #masthead h1 a:hover { color:#c60; } #description { display:inline; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:# #949494; text-align: right; } /* Headings ----------------------------------------------- */ h2 { margin:1.5em 0 .75em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#BB0000; } /* Posts ----------------------------------------------- */ .date-header { margin:1.5em 0 .5em; } .post { margin:.5em 0 1.5em; border-bottom:1px dotted #ccc; padding-bottom:1.5em; } .post-title { margin:.25em 0 0; padding:0 0 4px; font-size:140%; font-weight:normal; line-height:1.4em; color:#c60; } .post-title a, .post-title a:visited, .post-title strong { display:block; text-decoration:none; color:#c60; font-weight:normal; } .post-title strong, .post-title a:hover { color:#333; } .post p { margin:0 0 .75em; line-height:1.6em; } p.post-footer { margin:-.25em 0 0; color:#ccc; } .post-footer em, .comment-link { font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .post-footer em { font-style:normal; color:#999; margin-right:.6em; } .comment-link { margin-left:.6em; } .post img { padding:4px; border:0px solid #ddd; } .post blockquote { margin:1em 20px; } .post blockquote p { margin:.75em 0; } /* Comments ----------------------------------------------- */ #comments h4 { margin:1em 0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#999; } #comments h4 strong { font-size:130%; } #comments-block { margin:1em 0 1.5em; line-height:1.6em; } #comments-block dt { margin:.5em 0; } #comments-block dd { margin:.25em 0 0; } #comments-block dd.comment-timestamp { margin:-.25em 0 2em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } #comments-block dd p { margin:0 0 .75em; } .deleted-comment { font-style:italic; color:gray; } /* Sidebar Content ----------------------------------------------- */ #sidebar ul { margin:0 0 1.5em; padding:0 0 1.5em; border-bottom:1px dotted #ccc; list-style:none; } #sidebar li { margin:0; padding:0 0 .25em 15px; text-indent:-15px; line-height:1.5em; } #sidebar p { color:#666; line-height:1.5em; } /* Profile ----------------------------------------------- */ #profile-container { margin:0 0 1.5em; border-bottom:1px dotted #ccc; padding-bottom:1.5em; } .profile-datablock { margin:.5em 0 .5em; } .profile-img { display:inline; } .profile-img img { float:left; padding:4px; border:1px solid #ddd; margin:0 8px 3px 0; } .profile-data { margin:0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .profile-data strong { display:none; } .profile-textblock { margin:0 0 .5em; } .profile-link { margin:0; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } /*-----------------------------------------------------end minima template----*/
This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.
Assinar
Postagens [Atom]
Fragmentos de textos e imagens catadas nesta tela, capturadas desta web, varridas de jornais, revistas, livros, sons, filtradas pelos olhos e ouvidos e escorrendo pelos dedos para serem derramadas sobre as teclas... e viverem eterna e instanta neamente num logradouro digital. Desagua douro de pensa mentos.
"Personagens heróicos tão curiosos quanto um olho flutuante (!); o crossdresser Madam Fatal; o Quebra-Cabeças, o homem de milhares de peças; Bouncer, um saltador de túnica curta e belas pernas; Fatman, o disco voador humano (?); o Homem-Abelha; e o Doutor Hormônio!
A lista é grande e quase surreal. Alguns personagens são patéticos apenas no nome. Outros, no uniforme. E ainda há os ridículos por completo. Mesmo com criadores como Joe Simon, Jerry Siegel, Dick Giordano, Roy Thomas e até Jack Kirby. Todos podem errar. Ou não."
leia artigo de Telio Navega
Super-heróis lamentáveis - by Télio Navega - popdificador
Bridget Read
In 1937 Napoleon Hill published what is perhaps the best-selling business book of all time, Think and Grow Rich. Handsome if slightly weaselly, eyebrows etched up in false supplication, perpetually slick and suited, Hill told Americans still scraping their way out of the Depression that wealth was, in fact, everywhere. The universe was infinitely abundant. Anybody in a bread line or working for a pittance simply wasn’t tapping into the right energies. It was a shrewd pitch that made tired and desperate people feel suddenly in control of their destinies, rather than buffeted by forces much larger than themselves.
Hill claimed to have learned the secrets to money manifestation by observing tycoons and visionaries like Andrew Carnegie, J.P. Morgan, and Thomas Edison. But he was merely a violent huckster. He ran an automotive “school” that preyed on students, charging them to build cars he later sold, and a “success” school for which he was eventually prosecuted for securities fraud. As the journalist Matt Novak has written, he beat his wife and delivered at least one lecture to Klansmen. Nevertheless, the book sold millions of copies. It still goes viral every so often on TikTok and Instagram, rediscovered by would-be entrepreneurs.
I found myself thinking of Napoleon Hill as I saw images of a yam-colored Trump celebrating his victory—and not just because Trump is a devotée of Norman Vincent Peale, the Protestant minister who repurposed many of Hill’s ideas in his own self-help bestseller, The Power of Positive Thinking (1952). Trump was steeped in Peale’s sermons every Sunday as a child, when his family traveled to hear Peale preach at Marble Collegiate Church in Manhattan. Trump said in 2016 that Peale called him his “greatest student of all time.”
In times of institutional chaos—or failure—the swaggering business maverick, rather than the staid Wall Street manager, has long appealed to a country that values muscle, spectacle, and showmanship. Trump, like Hill, never excelled at “business” in the traditional sense of making a profit. His real estate career was marked by failures, fraud, and bailouts, chiefly from his father. But he understood that in America you can make a living telling others that you know a secret route to prosperity—otherwise known as the get-rich-quick scheme. When Trump was just a celebrity, the secret was health supplements, which he hawked via a multilevel marketing company for a few years after the Great Recession. As president during the pandemic, the secret was hydroxychloroquine. For some of his allies, the secret is cryptocurrency, another “business” heavily promoted to the everyman. On the campaign trail this time around, the secret was Trump himself.
To Americans who’ve tried and failed at bootstrapping, the secret must come as a relief. It’s easier to cast your lot with a rogue genius than to confront the material reality asserting itself with each boom and bust. Rather than infinite abundance, the system of private capital to which we’ve yoked ourselves seems to be producing more harm than good, and many of its profiteers are scoundrels, liars, thieves, and brutes. Better to believe the hype, stay for the sideshow, step right up.
JAMIL CHADE
Wilson Velásquez, um hondurenho que estava nos EUA desde 2022, foi rezar no começo de fevereiro em uma igreja no estado da Geórgia. Mas, enquanto a cerimônia religiosa ocorria, uma operação dos agentes de imigração estava sendo realizada naquele local sagrado.
Um membro da congregação que estava na entrada da igreja viu um grupo de agentes da ICE (a agência de imigração dos EUA) do lado de fora e trancou a porta. Os policiais disseram que estavam lá para prender Wilson Velásquez, que havia viajado de Honduras para os Estados Unidos com sua esposa e três filhos.
O caso é contado no processo que dezenas de Igrejas e de grupos judeus abriram na Justiça contra o governo de Donald Trump. Os movimentos religiosos acusam as autoridades de violar locais sagrados e desmontar práticas que, por décadas, vigoraram nos EUA.
O presidente, em uma de suas primeiras atitudes no governo, permitiu que agentes de imigração realizem operações de prisão dentro de escolas, hospitais e igrejas.
Os documentos do caso, obtidos pelo UOL, revelam que, imediatamente após cruzar a fronteira, o pai e sua família se entregaram às autoridades americanas e solicitaram asilo. Eles receberam uma data para comparecer ao tribunal e foram liberados depois que agentes federais colocaram um monitor de rastreamento GPS no tornozelo de Velásquez.
Após se estabelecer no subúrbio de Atlanta, a família se uniu a uma igreja pentecostal, para rezar várias vezes por semana e ajudar com a música do culto.
"Eles estavam ouvindo o sermão do pastor quando agentes do ICE chegaram para prender Velásquez", diz o processo.
Embora Velásquez tivesse comparecido a todas as visitas obrigatórias em um escritório do ICE em Atlanta, com uma data marcada no tribunal para apresentar seu caso de asilo a um juiz, foi preso pelos agentes do ICE, que explicaram que estavam "procurando pessoas com tornozeleiras".
O pastor Luis Ortiz tentou tranquilizar sua congregação, mas ele "podia ver o medo e as lágrimas em seus rostos".
Na denúncia, as igrejas e sinagogas americanas destacam que "as congregações enfrentam um risco iminente de ações semelhantes de aplicação da lei de imigração em seus locais de culto".
"Em consonância com seu chamado para acolher e servir a todas as pessoas, muitas têm congregados sem documentos e oferecem serviço social — como despensas de alimentos e roupas, aulas de inglês como segunda língua ("ESL"), assistência jurídica e treinamento profissional — em suas igrejas e sinagogas", explicam.
Para eles, prisões durante cultos, trabalho ministerial ou outras atividades congregacionais seriam "devastadora para sua prática religiosa".
"Isso abalaria o espaço consagrado do santuário, frustraria a adoração comunitária e prejudicaria o alcance do serviço social que é central para a expressão religiosa e a prática espiritual das congregações", dizem as congregações.
De acordo com eles, a política de Trump já está sobrecarregando substancialmente o exercício religioso. "As congregações estão sofrendo reduções na frequência aos cultos e na participação em serviços sociais, devido ao medo de ações de aplicação da lei de imigração", alertaram.
"Para os congregados vulneráveis que continuam a comparecer aos cultos, as congregações devem escolher entre expô-los à prisão ou adotar medidas de segurança, em tensão direta com seus deveres religiosos de boas-vindas e hospitalidade", alertam.
O processo termina com uma constatação: tanto o judaísmo como as diferentes correntes do cristianismo colocam a acolhida como um de seus pilares.
"Torá expõe esse princípio 36 vezes, mais do que qualquer outro ensinamento: 'O estrangeiro que morar com vocês será como um de seus cidadãos; vocês o amarão como a si mesmos, pois vocês eram estrangeiros na terra do Egito" (Levítico 19:34)'."
"Nos Evangelhos, Jesus Cristo não apenas repete essa ordem, mas se identifica com o estrangeiro: 'Porque tive fome, e me destes de comer; tive sede, e me destes de beber; era estrangeiro, e me acolhestes (Mateus 25:35)'."
"As escrituras, os ensinamentos e as tradições religiosas dos autores da ação (judicial) oferecem unanimidade clara, repetida e irrefutável sobre sua obrigação de acolher, servir e defender os refugiados, requerentes de asilo e imigrantes em seu meio, independentemente de documentação ou status legal", completa o processo.
UOL
When you were here before
Couldn't look you in the eye
You're just like an angel
Your skin makes me cry
You float like a feather
In a beautiful world
I wish I was special
You're so fucking special
But I'm a creep
I'm a weirdo
What the hell am I doing here?
I don't belong here
"Lifesaving treatment and prevention programs for tuberculosis, malaria, H.I.V. and other diseases cannot access funds to continue work."
read report by STEPHANIE NOLEN
Health Programs Shutter Around the World After Trump Pauses Foreign Aid – DNyuz
Fernanda Torres on 'I'm Still Here' and Oscars Best Actress Nomination
Jeffrey St. Clair >>
+ According to a report in the Wall Street Journal, a 25-year-old software engineer named Marko Elez working for Elon Musk’s DOGE operation that is rummaging through the Treasury Department’s payment systems resigned on Thursday after the Trump White House was told of his connections to a now-deleted social media account that called for repealing the Civil Rights Act and said “I want a eugenic immigration policy, is that too much to ask.”
One post on the account, disparaging the number of people from India working at tech jobs in Silicon Valley, said: “Normalize Indian hate.” Another post from September declared, “You could not pay me to marry outside of my ethnicity.” In July, he wrote: “Just for the record, I was racist before it was cool.”
According to the WSJ, Elez worked for Musk Starlink, SpaceX and X, where, according to his personal website, he “focused on artificial intelligence.” No one could possibly be surprised by this turn of events.
+ How did the guy (now Veep) who spread racist lies about Haitian immigrants in his own state killing and eating cats and dogs respond to news that a Musk staffer, one of two people given permission to rummage through the Treasury Dept’s financial transactions database, called for a “eugenics based immigration policy?”….He was just a kid (he is 25), bring him back!
+ I wonder if Vance’s wife, Usha Bala Chilukuri, whose parents moved to the US from India in the 1980s (her father landing a job as a mechanical engineer in the tech industry), feels that mini-Musk Marko Elez calling for true-blooded Americans to “Normalize Indian Hate!” makes him a “bad dude” or just another TechBoy prankster?
+ Christopher Harrison: “Thank goodness he didn’t post anything sympathetic to poor people or about getting everyone quality health care. Then JD would be calling for him to be cast out of the country for being a Marxist, if not sent to the wall.”
+ DOGE’s other “kid” hacker, the 19-year-old Edward Coristine, who once called himself Big Balls, was fired at his previous job with a cybersecurity firm for leaking company secrets and not in an Edward Snowden kind of way. Now, the teen has access to the secret data of the US government and many of its employees, citizens, and businesses.
In the 1940s a generation of Americans defeated fascist powers. This week a simple majority of American voters submitted to a fascist leader who has expressed admiration for Hitler’s generals and aspires to destroy representative government. Rejecting the very reason for the Revolutionary War, his supporters traded a president for a ruler. Some of them didn’t believe the warnings. Others—those whose souls are stained with bigotry, greed, and fear—relished the chance to kneel before a cruel and immoral despot.
Donald Trump, too, is submissive. He is the blushing coward whose unrequited adoration for Vladimir Putin was apparent in Helsinki, the dupe who “fell in love” with Kim Jong Un, and the hype man for Viktor Orbán. He may well, in his weakness, cede influence over the budget to Elon Musk, a government contractor who is a conflict of interest incarnate. Trump’s own conflicts of interest are worse than last time, and his appointees won’t worry about ethics rules being enforced against them.
His supporters will suffer from his incompetence with the rest of us. His management skills haven’t improved since he bungled the pandemic response with deadly results. His plot to round up millions of immigrants will certainly also be deadly, like his smaller prior effort. If Trump musters the nerve to wage his promised trade wars, consumer costs will soar and exports will lag. Anyone who thinks the mix of autocracy, corruption, ineptitude, and chaos will be good for the economy is in for a surprise—anyone who isn’t a billionaire, that is.
Trump’s scheme to politicize the federal workforce, meanwhile, is a potent formula for institutionalizing corruption and incompetence. The justice system will become a weapon of political oppression. Thanks to the fringe-right Supreme Court justices who recently invented presidential immunity, no one knows how many crimes he will commit. Trump’s signature innovation may be unleashing the military on civilians inside our borders.
For all that, now is a time for courage, not submission. The great civil rights leaders had little reason to believe they could change this country, but for several decades their struggle gave hope that all might taste democracy. We must be like them.
"His ideas were pretty extreme: that institutions at the heart of
American intellectual life, like the mainstream media and academia, have
been overrun by progressive groupthink and need to be dissolved. He
believes that government bureaucracy should be radically gutted, and
perhaps most provocative, he argues that American democracy should be
replaced by what he calls a “monarchy” run by what he has called a
“C.E.O.” — basically his friendlier term for a dictator. To support his
arguments, Yarvin relies on what those sympathetic to his views might
see as a helpful serving of historical references — and what others see
as a highly distorting mix of gross oversimplification, cherry-picking
and personal interpretation presented as fact.
Until recently, those ideas felt fringe. But given that they are now
finding an audience with some of the most powerful people in the
country, Yarvin can’t be so easily dismissed anymore."
read the interview by DAVID MARCHESE
Curtis Yarvin Says Democracy Is Done. Powerful Conservatives Are Listening. – DNyuz
JAMIL CHADE
Projetos e pesquisas realizados no Brasil e financiadas por recursos americanos começam a ser alvo do governo Trump. O UOL recebeu documentos que revelam como termos como "direitos humanos", "promoção de justiça social", "gênero", "crise ecológica" e tantos outros passaram a ser barrados de projetos que busquem o financiamento oficial da entidade Fulbright, uma instituição que por décadas vem distribuindo recursos para pesquisadores no Brasil e em todo o mundo.
Procurado, o escritório da Fulbright no Brasil não explicou sua postura e pediu que as perguntas fossem direcionadas para a embaixada dos EUA em Brasília. Na embaixada, porém, nenhuma resposta foi dada e a reportagem foi orientada a procurar o Departamento de Estado norte-americano. Já o Departamento não respondeu às perguntas do UOL sobre a censura.
A censura é parte de uma varredura nas universidades e agências de fomento à pesquisa nos EUA. Para que os projetos possam continuar a existir, os planos de pesquisa e assuntos avaliados precisam passar por uma revisão de palavras e a supressão de conceitos.
O acadêmico Marco Antônio Sousa Alves, da Universidade Federal de Minas Gerais, é um dos que teve seu projeto censurado. Em entrevista ao UOL, ele contou que havia obtido uma bolsa para trazer um professor americano para sua instituição. Uma data estava sendo definida, em 2025, para que a visita ocorresse.
Mas, nas últimas semanas, a situação mudou radicalmente. Num telefonema, os financiadores explicaram que teriam de fazer "ajustes" em seu projeto.
Mas, quando o novo documento foi enviado na última sexta-feira, ele se deu conta que se tratava de censura. No texto, estavam cortados termos como "direitos humanos e civis", "opressão de gênero e raça" e a constatação do "fortalecimento da extrema direita e a crise de princípios democráticos".
Ficaram ainda barrados conceitos como "o crescimento da população encarcerada e suas implicações racistas", "crescimento das desigualdades", e "crescimento das práticas de vigilância e segurança que violam os direitos civis e políticos fundamentais".
Sousa Alves, segundo-vice-presidente do Sindicato dos Professores da UFMG, indicou que o tema da censura deve entrar na pauta da entidade nos próximos dias para avaliar como será a reação.
Os termos vetados são os mesmos que foram designados na Fundação Nacional de Ciência dos EUA como áreas que devem ser evitadas para que os fundos continuem a ser desembolsados.
Na ofensiva cultural e de valores do governo de Donald Trump, decretos foram assinados ordenando o fim de políticas de diversidade, o estabelecimento do sexo biológico como a única referência oficial e a abolição de projetos de combate ao racismo ou sobre saúde sexual e reprodutiva.
A situação já resultou no banimento de livros nos EUA em instituições de ensino e uma revisão de bibliotecas pelo país.
Desde 1957, mais de 5,2 mil pesquisadores brasileiros foram beneficiados por bolsas de estudo, pagos pela Fulbright. Ao longo dos anos, nomes como o de Joenia Wapichana, atual presidente da Funai, estiveram entre as bolsistas do programa, além de Ellen Gracie, ex-ministra do STF, e Joaquim Barbosa, ex-ministro do STF.
Pelo mundo, as bolsas foram concedidas a 60 vencedores de prêmio Nobel e 39 chefes de estado.
UOL
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER