flowchart TD
/start
publish
az_link
of_link
aj_link
final
subgraph co
co_confirm
end
subgraph co
co_theme
end
subgraph co
co_index
end
subgraph co
co_journal
end
subgraph co
co_time
end
subgraph co
co_reason
end
subgraph co
co_occupation
end
subgraph co
co_howufindus
end
subgraph co
co_contact
end
subgraph co
co_submit[📩 co_submit]
end
subgraph az
az_confirm
end
subgraph az
az_theme
end
subgraph az
az_title
end
subgraph az
az_index
end
subgraph az
az_journal
end
subgraph az
az_type
end
subgraph az
az_link
end
subgraph az
az_howufindus
end
subgraph az
az_contact
end
subgraph az
az_submit[📩 az_submit]
end
subgraph of
of_confirm
end
subgraph of
of_index
end
subgraph of
of_journal
end
subgraph of
of_link
end
subgraph of
of_howufindus
end
subgraph of
of_contact
end
subgraph of
of_submit[📩 of_submit]
end
subgraph aj
aj_confirm
end
subgraph aj
aj_index
end
subgraph aj
aj_journal
end
subgraph aj
aj_link
end
subgraph aj
aj_howufindus
end
subgraph aj
aj_contact
end
subgraph aj
aj_submit[📩 aj_submit]
end
co_theme --> co_index
co_index --> co_journal
co_journal --> co_time
co_time --> co_reason
co_reason --> co_occupation
co_occupation --> co_howufindus
co_howufindus --> co_contact
co_contact --> co_submit
co_submit --> final
az_confirm --> az_theme
az_theme --> az_title
az_title --> az_journal
az_index --> az_type
az_journal --> az_index
az_type --> az_link
az_link --> az_howufindus
az_howufindus --> az_contact
az_contact --> az_submit
az_submit --> final
of_confirm --> of_journal
of_index --> of_link
of_journal --> of_index
of_link --> of_howufindus
of_howufindus --> of_contact
of_contact --> of_submit
of_submit --> final
aj_confirm --> aj_journal
aj_index --> aj_link
aj_journal --> aj_index
aj_link --> aj_howufindus
aj_howufindus --> aj_contact
aj_contact --> aj_submit
aj_submit --> final
co_index .-> co_theme
co_journal .-> co_index
co_time .-> co_journal
co_reason .-> co_time
co_occupation .-> co_reason
co_howufindus .-> co_occupation
co_contact .-> co_howufindus
co_submit .-> co_contact
az_theme .-> az_confirm
az_title .-> az_theme
az_index .-> az_journal
az_journal .-> az_title
az_type .-> az_index
az_link .-> az_type
az_howufindus .-> az_link
az_contact .-> az_howufindus
az_submit .-> az_contact
of_index .-> of_journal
of_journal .-> of_confirm
of_link .-> of_index
of_howufindus .-> of_link
of_contact .-> of_howufindus
of_submit .-> of_contact
aj_index .-> aj_journal
aj_journal .-> aj_confirm
aj_link .-> aj_index
aj_howufindus .-> aj_link
aj_contact .-> aj_howufindus
aj_submit .-> aj_contact
final .-> /start
/start ==Подать заявку на «Соавторство»==> co_theme
publish ==Пакет услуг «От А до Я»==> az_confirm
publish ==Пакет услуг «Оформление + Анализ»==> of_confirm
publish ==Пакет услуг «Анализ + Журнал»==> aj_confirm
publish ==Вернуться в начало==> /start
co_confirm ==Вернуться в начало==> /start
az_confirm ==Вернуться к выбору пакета==> publish
of_confirm ==Вернуться к выбору пакета==> publish
aj_confirm ==Вернуться к выбору пакета==> publish