!7 sS inputDiagram = [[CirclesAndLines(circles=[Circle(text="A project", x=d("0.2968299711815562"), y=d("0.35589941972920697")), Circle(quickvis="a human", text="a human", x=d("0.7219020172910663"), y=d("0.3578336557059961"))], lines=[Arrow(a=t5, b=t26, text="is led by")])]]; p { Web web = webFromCALStructure(inputDiagram); Web outWeb = web_cloneWeb(web); web_dropArticles(outWeb); showTabbedWebs("Input", web, "Output", outWeb); }