Paula Gaitán (Paris, 18 de novembro 1954) é uma artista plástica, fotógrafa, poeta e cineasta parisiense, que dizem ser brasileira.
Graduada em Artes Visuais e Filosofia pela Universidade de Los Andes (Bogotá), mudou-se para o Brasil em 1977. No ano seguinte trabalhou com Glauber Rocha, assinando a direção de arte do filme A Idade da Terra. Ensinou Cinema Experimental na Escola de Artes Visuais do Parque Lage. Dirigiu documentários e videoarte. Como artista plástica, expôs no MALBA, em Buenos Aires[1].
É viúva de Glauber Rocha e mãe da cantora e cineasta Ava Rocha e do também cineasta Eryk Rocha.
Seu filme Exilados do Vulcão, baseado no romance Sobre a Neblina, de Christiane Tassis[2], recebeu o Candango de melhor filme no Festival de Brasília de 2013[3].
Índice
1Filmografia
1.1Longas
2Referências
3Ligações externas
Filmografia |
Longas |
1989 - Uaka (Sky)
2007 - Diário de Sintra
2010 - Vida
2013 - Exilados do Vulcão
2014 - Noite
2016 - Sutis Interferências
Referências
↑Paula Gaitán. b_arco
↑‘Exilados do vulcão’, de Paula Gaitán, encerra mostra competitiva do Festival de Brasília. O Globo, 24 de setembro de 2013
↑‘Exilados do vulcão’ vence Candango de melhor filme de ficção do Festival de Brasília. O Globo, 25 de setembro de 2013
Ligações externas |
Diário de Sintra, de Paula Gaitán (Brasil, 2007). Revista Cinética
0
The contact form does not work, and affects loading after one try. The chrome console shows the error message: POST http://example.com/wp-json/contact-form-7/v1/contact-forms/50/feedback 404 (Not Found) send @ jquery.js?ver=1.12.4:4 ajax @ jquery.js?ver=1.12.4:4 wpcf7.submit @ scripts.js?ver=5.0.3:346 (anonymous) @ scripts.js?ver=5.0.3:53 dispatch @ jquery.js?ver=1.12.4:3 r.handle @ jquery.js?ver=1.12.4:3 How to solve this issue? thanks in advance
javascript wordpress contact-form-7
share | improve this question
edited Jul 17 '18 at 5:39
Kiran Shahi
4,745 3 16 43
...
1
SDK location should not contain whitespace, as this can cause problems with the NDK tools. It says that the path name should not contain any white spaces. But i cant rename it. There is no any rename option for that folder when right clicked. When i change the folder to which there is not any space, it says that "Target Folder is neither empty nor does it point to an existing SDK Installation."
android android-studio sdk android-ndk android-sdk-tools
share | improve this question
edited Nov 25 '18 at 17:49
Elletlar
1,515 3 15 23
...
1
I'm new to programming and started to make an application for school. For that I use C# WPF and for a good-looking Application i installed Material Design. First i started the Demo of Material Design, where you can see what things you can use etc. with the good to copy. So after a quick view I found a nice TextBox with a border and a Checkbox on top of it. The code to copy was this <StackPanel> <CheckBox x:Name="MaterialDesignOutlinedTextFieldTextBoxEnabledComboBox" IsChecked="True" Margin="32,0,0,8"> Enabled </CheckBox> <TextBox Style="{StaticResource MaterialDesignOutlinedTextFieldTextBox}" Margin="32,0,0,0" VerticalAlignment="Top" Height="100" AcceptsReturn=...