def calculate_phases_score(aneurysm_size, age, hypertension, smoking): score = 0 # Calcola il punteggio in base alla dimensione dell'aneurisma if aneurysm_size <= 7: score += 1 elif aneurysm_size <= 15: score += 2 else: score += 3 # Calcola il punteggio in base all'età if age <= 60: score += 1 else: score += 2 # Calcola il punteggio in base all'ipertensione if hypertension: score += 2 # Calcola il punteggio in base al fumo if smoking: score += 3 return score # Esempio di utilizzo phases_score = calculate_phases_score(10, 65, True, True) print("Il phases score è:", phases_score) academic impact – Lab Neurovascolare

Academic impact and rankings of neuroendovascular fellowship programs across the United States.

Sonig A1,2, Shallwani H1,2, Levy BR2, Shakir HJ1,2, Siddiqui AH1,3,4,2,5. Pubmed OBJECTIVE Publication has become a major criterion of success in the competitive academic environment of neurosurgery. This is the first study that has used departmental h index-and e index-based matrices to assess the academic output of neuroendovascular, neurointerventional, and interventional radiology fellowship programs across Read more about Academic impact and rankings of neuroendovascular fellowship programs across the United States.[…]