Git Product home page Git Product logo

Comments (4)

mjskay avatar mjskay commented on September 14, 2024

The splitting M form MHCID problem seems symptomatic of the fact that "title" and "expected degree" (or something like that) are only approximately the same thing for PhD students (where for Master's students you have, what, MHCID, MDes, MSIM, MS, etc ... ?). If we're getting anal the title corresponding to "Master's student" for "PhD student" might actually be "Doctoral student". Or making it consistent the other way around, every "Master's student" becomes "[MDes|etc] student".

But that seems messy and complicated where "Master's student" and "PhD student" (or "Doctoral student") is simple and people know what they mean, which is probably enough?

As another complicating thought you probably don't want, on the PhD side you might also distinguish between "students" and "candidates".

from web-dub.

amyjko avatar amyjko commented on September 14, 2024

The simpler the better. We don't want the data model impeding our limited time to manage and update this content.

  • Can students really have more than one unit? Faculty certainly can.
  • title seems sufficient, or even a more general role, which could be the enumerated type { faculty, doctoral, masters, undergrad }, with the possible addition of staff.

from web-dub.

jayfo avatar jayfo commented on September 14, 2024
  1. We have a role by nature of our grouping into { faculty, doctoral, masters, undergrad }. That provides for our highest-level grouping. I had that as a tags field, but I agree it should be a role.

  2. Where faculty have one or more title and unit, perhaps a student only has one or more unit.

    2a. For faculty:

    role:
    - faculty
    position:
    - title: Assistant Professor
      unit: Information School
    

    2b. For a doctoral student that is the name of their department:

    role:
    - doctoral-student
    position:
    - unit: Information School
    

    2c. For a master's student that is the name of their program:

    role:
    - masters-student
    position:
    - unit: Master of Science in Information Management
    
    role:
    - masters-student
    position:
    - unit: Master of Human-Computer Interaction + Design
    
    role:
    - masters-student
    position:
    - unit: Master of Science in Human Centered Design & Engineering
    

    2d. We can leave undergraduate undefined for now, but it is probably the name of their major.

  3. Do we agree it should be "Doctoral Students" instead of "PhD Students"?

I am ok with this. What do people think?

from web-dub.

depstein avatar depstein commented on September 14, 2024

Yup.

from web-dub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.