Ajay Skaria
Ajay Skaria is a scholar of South Asian Politics and History and is associated with Postcolonial and Subaltern Studies.[1] He is currently teaching at University of Minnesota in the Department of History.[2]
Selected publications
- Hybrid Histories: Forests, Frontiers and Wildness in Western India, Oxford University Press, 1999, ISBN 0-19-564310-0
- "Women, Witchcraft and Gratuitous Violence in Colonial Western India" in Past & Present no. 155, Oxford University Press, 1997
- "Writing, Orality and Power: The Dangs, 1800s-1920s" in Subaltern Studies Volume 9, 1997
- "Some Aporias of History. Time, Truth and Play in Dangs, Gujarat" in Economic and Political Weekly, Vol 34, no.15, April 10–16, 1999
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
gollark: ???
External links
References
- Chaturvedi, V. Mapping Subaltern Studies and the Postcolonial (New York: Verso, 2000), p. XV, ISBN 1-85984-214-3
- Faculty Profile | Department of History, University of Minnesota
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.