Populating the MUD with News

The process is as follows:
  1. identify your 'portion' of the news, according to this table:

    NameEraMY-NEWS-OBJECT name

  2. @create $g.gen_news_object named MY-NEWS-OBJECT

  3. Find your section of history in http://lions.cs.ndsu.nodak.edu/~blackwood/history/history.htm

  4. For each news story in your section of history, add a new list to the list-of-lists in the .stories property of your news object as follows:

    Each row in the .stories table of the news objects will have the following fields:

    primary secondary tertiary people locations

    Which means your 'news object' will have a .stories property that looks like this:

    {{year, month, day, headline, story, primary, secondary, tertiary, people, locations}, {.....}, {.....}, ...}

    Example:

    {{1882, 4, 3, "Outlaw Jesse James killed", "Outlaw Jesse James was shot in the back and killed in St. Joseph, Mo., by Robert Ford, a member of his own gang for a $5,000 reward. Jesse and Frank James, the bank robbing James brothers, were born as Woodson and Alexander.", "Law", "Crime", "Outlaw", "Jesse James", "Missouri"}, {.....}, {.....}, ...}

    The schema is defined in http://cs.ndsu.edu/~slator/html/blackwood/blackwood-news-ontology-1.html

    Every news story must have keywords from this schema, PLUS keywords that are specific to the news story.


    modified: 2011-01-15; 23Feb14; contact: slator@cs.ndsu.edu