Search Tips

Judge Mattson holds first post-emergency jury trial Monday, July 6, 2020

On July 1-2, North Central Judicial District Judge Douglas Mattson held the first jury in the state since the declaration of an emergency in response to the COVID-19 pandemic.

An attorney involved in the trial told the Minot Daily News that the trial process went “surprisingly smoothly.”

Carolyn Probst, the Trial Court Administrator for the North Central Judicial District noted the response by prospective jurors to their jury summons was very positive and the jury selection process went very well. A 28-person panel was called in for jury selection and their spacing in the courtroom was pre-planned to allow for social distancing.

The Minot Daily News reported that the jurors were spaced at least six feet apart and some were seated outside the jury box during the trial. Screens were put in place on the witness stand and by the judge to protect against potential spread of the virus. Masks were also made available.

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>