SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
55 stars 16 forks source link

change wording: replace abm migration by mobility and epi by mio #842

Closed xsaschako closed 3 months ago

xsaschako commented 11 months ago

Provide a description of requested documentation changes.

Change all occurrences from migration to movement.

xsaschako commented 10 months ago

I'll probably also rename epi to mio while i'm at it

xsaschako commented 10 months ago

There are several phrases to change and we need to decide if we want to rename it into mobility or movement, e.g.:

xsaschako commented 10 months ago

We decided on:

DavidKerkmann commented 4 months ago

We decided on:

  • mobility if not a verb
  • go (to) as a verb (comment functions with “mobility” keyword)

For now, I renamed everything to "movement" or "move_to". Didn't read this comment before doing so. I can redo it and call it mobility. Perhaps we decide on this quickly.

DavidKerkmann commented 4 months ago

Since there were still some unclear points and no perfect naming, we discussed in a group an propose:

@mknaranja Do you agree with this?

DavidKerkmann commented 3 months ago

Instead of "commuted", we use "mobile_population".

DavidKerkmann commented 3 months ago

There are many appearances of "moved" or "move" that were previously "migrated" or "migrate" which relate to a verb, in particular in memilio/cpp/memilio/mobility/metapopulation_mobility_instant.h. We need to have a verb for these, if we use "mobile_population" as a noun.

jubicker commented 3 months ago

We only need verbs for the documentation right? Because the parameters "migrated", "return_migrated" etc. will be renamed to "mobile_population", "return_mobile_population". For the documentation verbs could be "change location" in the ABM and "change node" in the Graph model.