Mladen Vranković

Mladen Vranković is a former Croatian football player and manager.

Mladen Vranković
Personal information
Full name Mladen Vranković
Date of birth 1937
Place of birth Rtina, Zadar, Croatia
Playing position(s) Defender
Senior career*
Years Team Apps (Gls)
1960–1968 HNK Rijeka 350 (5)
1968–1971 Kansas City Spurs 56 (1)
Teams managed
1987–1989 HNK Rijeka
1989–1990 HNK Šibenik
1991 HNK Rijeka
1991 Sydney Croatia
1991–1992 NK Orijent
1995 HNK Rijeka
2000 NK Zadar
* Senior club appearances and goals counted for the domestic league only

Born in [Rtina, Razanac, Zadar, Croatia], he played for his hometown club, HNK Rijeka, for eight seasons, collecting 350 caps. He also spent three years in the North American Soccer League playing for Kansas City Spurs.[1] Following the end of his career he became a manager. He was Rijeka's manager between 1987 and 1989, leading the club to the 1986-87 Yugoslav Cup final against Hajduk Split.[2] He briefly coached Australian club Sydney Croatia in the now defunct Australian National Soccer League during the 1991/92 season.[3]

Statistics

Managerial statistics

Club From To Competition Record
PWDLWin %
NK Rijeka 22 February, 1987 16 December, 1990 First League 85 30 26 29 035.29
Yugoslav Cup 5 1 2 2 020.00
NK Rijeka 16 February, 1992 16 February, 1992 First League 1 0 1 0 000.00
HNK Rijeka 2 April, 1995 9 April, 1995 Prva HNL 2 1 1 0 050.00
Totals |93 32 30 31 034.41

[4]

*Dates of first and last games under Vranković; not dates of official appointments

Honours

Kansas City Spurs
gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.

References

  1. .
  2. Lazzarich, Marinko (2008) (in Croatian). Kantrida bijelih snova. Rijeka: Adamić. ISBN 978-953-219-393-0, pp. 378–9.
  3. http://www.steambath.com.au/steambath-articles/1991/10/6/sydney-croatia-in-disarray-as-mistakes-bring-hattrick-horror/
  4. "Vladimir Lukarić statistics". hrnogomet.com. Retrieved 27 December 2018.


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