Seodi White

Seodi Venekai-Rudo White is a social development lawyer and women's rights activist.[1][2] She is the Chairperson of the Network's Permanent Committee on Gender-Related Law.[3] She was responsible for the enactment of the Malawi domestic violence legislation in 2006.[3] In June 2006 she also headed a delegation that presented a report about Malawi's civil society to the United Nations CEDAM.[4] She is currently the National Coordinator of Women and the Law in Southern Africa Research and Education Trust (WLSA Malawi).[5]

Publications

  • Sexual violence and women's vulnerability to HIV transmission in Malawi (2005)
  • Beyond inequalities: Women in Malawi (2005)
  • Contributing towards the realization of women's human rights and gender justice: Recommendations for a more equitable Constitution (2006)
  • Engendering parliament in Malawi: A handbook for parliamentarians (2005)
  • Gender and citizenship as a critical lens for analysis in development (2005)
  • Law and policy review: How far has SADC engendered law and policy? (2005)
  • Can the law reduce HIV transmission among women? (2005)
  • The prevention of domestic violence bill in Malawi: Multisectoral perspectives (2003)
  • Dispossessing the widow:Gender-based violence in Malawi (2002)

Books

  • Dispossessing the Widow by Seodi Venekai White (2005)
  • In search of justice: Women and the administration of justice (2000)

Accolades

  • Malawi Human Rights Commission Award - 2004[5]
  • Visiting scholar at the International Women's Human Rights Project at the University of Toronto[6]
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.
gollark: And osmarks internet radio™ HAS that album, yaæææææææææææy!

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.