Nsukka group

The Nsukka group is the name given to a group of Nigerian artists associated with the University of Nigeria, Nsukka.

Description

The Nsukka group was known for working to revive the practice of uli and incorporate its designs into contemporary art using media such as acrylic paint, tempera, gouache, pen and ink, pastel, oil paint, and watercolor. Although traditionally uli artists were female, many of the artists of the group were male. Some were poets and writers in addition to being artists.[1]

The Nsukka group evolved as a trend that can be sensed in the works of some African artists. It usually reveals itself an original mix of cubism and primitive arts.[1]

In October 1997, the National Museum of African Art of the Smithsonian Institution launched the exhibition The Poetics of the Line: Seven Artists of the Nsukka Group, which also was the inaugural exhibition of the Sylvia H. Williams Gallery.[2]

Members

gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
gollark: The boundary conditions could be wrong on this query.
gollark: Hmm. I think I might know what this is maybe?
gollark: I think that might just have been a bug I introduced by accident.

References

  1. Stephanie Chang (16 December 2016). "Resurrecting Tradition: Three Artists Of Nigeria's Nsukka Group". Theculturetrip.org. Retrieved 5 January 2019.
  2. Chika Okeke (1998). "The Sensitive Line: seven artists of the nsukka group". Jhu.edu. Retrieved 5 January 2019.

Bibliography

  • Simon Ottenberg (1997). New traditions from Nigeria : seven artists of the Nsukka group. Smithsonian Institution Press. ISBN 9781560988007.


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