Ferenc Berényi

Ferenc Berényi (Dévaványa, November 9, 1927 – Budapest, August 2, 2004) was a Hungarian painter.[1]

He studied at the Hungarian Academy of Fine Arts between 1949 and 1953 where his prominent teachers were Jenő Barcsay and Endre Domanovszky.[1] From 1954 he was a regular participant of many exhibitions in Hungary and many other cities, like Moscow, Prague, Warsaw, Sofia, Košice, Kuwait, Bombay, Lausanne, Teheran, Paris, Basel, Washington and Helsinki. In 1961 he was one of the founding members of the Studio of Young Artists. In the same year he got a three-year Derkovits Scholarship and moved to Szolnok where he lived and continued his art until 2004. He was a two-time board member of the painter class of direction of the Hungarian Fine and Applied Arts. From 1975 to 1982 he taught at the University of Art and Design.[1]

Awards

  1. 1961-1964: Derkovits Scholarship
  2. 1966: Artists Union Country Council Art Award
  3. 1968: Munkácsy Award
  4. 1975: Szolnok Painter Triennial, 1st Prize,
  5. 1978: Szolnok County Council Art Award

Exhibitions

  1. 1964 • Szolnok, Szigligeti Theater
  2. 1966 • Hungarian National Gallery, Budapest[1]
  3. 1967 • Ernst Museum, Budapest
  4. 1967 • Szolnok, János Damjanich Museum
  5. 1968 • Hódmezővásárhely, János Tornyai Museum
  6. 1979 • Horticultural Institute
  7. 1981 • Sofia
  8. 1983 • Szolnok, Collective Studio
  9. 1984 • Szolnok, Cultural Center
  10. 2003 • Szolnok, János Damjanich Museum
  11. 2007. November 9. - 2008. February Szolnok Gallery, In memoriam Berényi Ferenc

Works in public ownership

  1. Budapest, Hungarian National Gallery
  2. Szolnok, János Damjanich Museum
  3. Hódmezővásárhely, János Tornyai Museum,
  4. Sárospatak, Art Gallery
  5. Miskolc, Art Gallery
  6. Helsinki, Hungarian Embassy
  7. Washington, D.C., Hungarian Embassy
  8. Athens, Hungarian Embassy
gollark: But which runs much faster.
gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_to_synonyms = {} synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in data], word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)print(words_to_synonyms["Exception"])```New version which tends to reduce weirder output.
gollark: https://github.com/joelgrus/fizz-buzz-tensorflow/blob/master/Fizz%20Buzz%20in%20Tensorflow.ipynb
gollark: ?remind 5d Misuse ?remind even more. Suggestions: nested reminds (is that possible)?
gollark: Wow, 5 days ago? Cool!

References

  1. "BERÉNYI Ferenc". Kempelen Farkas Student Information and Resource Centre, Ministry of Education, Hungary. Archived from the original on 2007-08-24. Retrieved 2007-07-10.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.