Skip to content

Commit d71799c

Browse files
rootroot
authored andcommitted
trying to fix an error
1 parent 38bf7cf commit d71799c

File tree

401 files changed

+69464
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+69464
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_site/2018/10/27/rutgers-mamls.html

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
6+
<!-- Begin Jekyll SEO tag v2.7.1 -->
7+
<title>NYlogic | CUNY Logic Seminars</title>
8+
<meta name="generator" content="Jekyll v3.9.1" />
9+
<meta property="og:title" content="NYlogic" />
10+
<meta property="og:locale" content="en_US" />
11+
<meta name="description" content="October 27 Rutgers MAMLS 2018 The annual Rutgers MAMLS meeting in set theory will take place October 27-28 at Rutgers University. Consult the website for more details." />
12+
<meta property="og:description" content="October 27 Rutgers MAMLS 2018 The annual Rutgers MAMLS meeting in set theory will take place October 27-28 at Rutgers University. Consult the website for more details." />
13+
<link rel="canonical" href="http://localhost:4000/2018/10/27/rutgers-mamls.html" />
14+
<meta property="og:url" content="http://localhost:4000/2018/10/27/rutgers-mamls.html" />
15+
<meta property="og:site_name" content="NYlogic" />
16+
<meta property="og:type" content="article" />
17+
<meta property="article:published_time" content="2018-10-27T00:00:00-04:00" />
18+
<meta name="twitter:card" content="summary" />
19+
<meta property="twitter:title" content="NYlogic" />
20+
<script type="application/ld+json">
21+
{"@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/2018/10/27/rutgers-mamls.html"},"datePublished":"2018-10-27T00:00:00-04:00","url":"http://localhost:4000/2018/10/27/rutgers-mamls.html","description":"October 27 Rutgers MAMLS 2018 The annual Rutgers MAMLS meeting in set theory will take place October 27-28 at Rutgers University. Consult the website for more details.","headline":"NYlogic","dateModified":"2018-10-27T00:00:00-04:00","@context":"https://schema.org"}</script>
22+
<!-- End Jekyll SEO tag -->
23+
24+
<meta name="viewport" content="width=device-width, initial-scale=1">
25+
<meta name="theme-color" content="#157878">
26+
<link rel="stylesheet" href="/assets/css/style.css?v=">
27+
<script type="text/x-mathjax-config">
28+
MathJax.Hub.Config({
29+
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
30+
});
31+
</script>
32+
<script type="text/javascript" async
33+
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML">
34+
</script>
35+
<script type="text/javascript">
36+
function toggle(id)
37+
{
38+
div=document.getElementById(id);
39+
style=div.style.display;
40+
if(style=="block")
41+
{
42+
if(div.style.setProperty)
43+
{
44+
div.style.setProperty('display','none','');
45+
}
46+
else
47+
{
48+
div.style.setAttribute('display','none');
49+
}
50+
}
51+
else
52+
{
53+
if(div.style.setProperty)
54+
{
55+
div.style.setProperty('display','block','');
56+
}
57+
else
58+
{
59+
div.style.setAttribute('display','block');
60+
}
61+
}
62+
}
63+
</script>
64+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
65+
<script>
66+
$(document).ready(function(){
67+
$('p[date]').each(function(){
68+
// create a postDate in a date object
69+
var d = $(this).attr('date');
70+
d=d.slice(0,10);
71+
d=d.replace(/-/g, "/");
72+
var postDate = new Date(d);
73+
74+
// create an object with the date of one week ago
75+
var oneWeekAgo = new Date();
76+
oneWeekAgo.setDate(oneWeekAgo.getDate()-1);
77+
// compare dates and hide old posts
78+
if(postDate.getTime()<oneWeekAgo.getTime()) $(this).remove();
79+
});
80+
81+
});
82+
</script>
83+
84+
</head>
85+
<body>
86+
87+
<section class="page-header2">
88+
89+
<h1 class="project-name"></h1>
90+
<a href="/" class="nav">NYLogic</a> &nbsp;&nbsp;<a href="/set-theory-seminar.html" class="nav">Set Theory Seminar</a> &nbsp;&nbsp; <a href="/model-theory-seminar.html" class="nav">Model Theory Seminar</a> &nbsp;&nbsp; <a href="/logic-workshop.html" class="nav">Logic Workshop</a>
91+
&nbsp;&nbsp; <a href="/MOPA.html" class="nav">MOPA</a>&nbsp;&nbsp; <a href="/MAMLS.html" class="nav">MAMLS</a>
92+
93+
</section>
94+
95+
<section class="main-content">
96+
<p>
97+
<strong>October 27</strong><br>
98+
<strong>Rutgers MAMLS 2018</strong> <br>
99+
The annual Rutgers MAMLS meeting in set theory will take place October 27-28 at Rutgers University. Consult the <a href='http://www.grigorsargis.net/RutgersMamls2018.html'>website</a> for more details.
100+
</p>
101+
102+
<footer class="site-footer">
103+
104+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.<br>
105+
Webmaster: <a href="http://victoriagitman.github.io">Victoria Gitman</a>
106+
107+
</span>
108+
</footer>
109+
</section>
110+
111+
112+
</body>
113+
</html>
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
6+
<!-- Begin Jekyll SEO tag v2.7.1 -->
7+
<title>NYlogic | CUNY Logic Seminars</title>
8+
<meta name="generator" content="Jekyll v3.9.1" />
9+
<meta property="og:title" content="NYlogic" />
10+
<meta property="og:locale" content="en_US" />
11+
<meta name="description" content="November 1 Elementary Theory of Groups Conference Fairfield University and CUNY are going to be hosting a conference on November 1-2 titled The Elementary Theory of Groups and Group Rings and Related Topics. Many of the speakers are group theorists, but there will be several talks with a logical bent. You can see more information on their website." />
12+
<meta property="og:description" content="November 1 Elementary Theory of Groups Conference Fairfield University and CUNY are going to be hosting a conference on November 1-2 titled The Elementary Theory of Groups and Group Rings and Related Topics. Many of the speakers are group theorists, but there will be several talks with a logical bent. You can see more information on their website." />
13+
<link rel="canonical" href="http://localhost:4000/2018/11/01/elementary-theory-of-groups-conference.html" />
14+
<meta property="og:url" content="http://localhost:4000/2018/11/01/elementary-theory-of-groups-conference.html" />
15+
<meta property="og:site_name" content="NYlogic" />
16+
<meta property="og:type" content="article" />
17+
<meta property="article:published_time" content="2018-11-01T00:00:00-04:00" />
18+
<meta name="twitter:card" content="summary" />
19+
<meta property="twitter:title" content="NYlogic" />
20+
<script type="application/ld+json">
21+
{"@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/2018/11/01/elementary-theory-of-groups-conference.html"},"datePublished":"2018-11-01T00:00:00-04:00","url":"http://localhost:4000/2018/11/01/elementary-theory-of-groups-conference.html","description":"November 1 Elementary Theory of Groups Conference Fairfield University and CUNY are going to be hosting a conference on November 1-2 titled The Elementary Theory of Groups and Group Rings and Related Topics. Many of the speakers are group theorists, but there will be several talks with a logical bent. You can see more information on their website.","headline":"NYlogic","dateModified":"2018-11-01T00:00:00-04:00","@context":"https://schema.org"}</script>
22+
<!-- End Jekyll SEO tag -->
23+
24+
<meta name="viewport" content="width=device-width, initial-scale=1">
25+
<meta name="theme-color" content="#157878">
26+
<link rel="stylesheet" href="/assets/css/style.css?v=">
27+
<script type="text/x-mathjax-config">
28+
MathJax.Hub.Config({
29+
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
30+
});
31+
</script>
32+
<script type="text/javascript" async
33+
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML">
34+
</script>
35+
<script type="text/javascript">
36+
function toggle(id)
37+
{
38+
div=document.getElementById(id);
39+
style=div.style.display;
40+
if(style=="block")
41+
{
42+
if(div.style.setProperty)
43+
{
44+
div.style.setProperty('display','none','');
45+
}
46+
else
47+
{
48+
div.style.setAttribute('display','none');
49+
}
50+
}
51+
else
52+
{
53+
if(div.style.setProperty)
54+
{
55+
div.style.setProperty('display','block','');
56+
}
57+
else
58+
{
59+
div.style.setAttribute('display','block');
60+
}
61+
}
62+
}
63+
</script>
64+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
65+
<script>
66+
$(document).ready(function(){
67+
$('p[date]').each(function(){
68+
// create a postDate in a date object
69+
var d = $(this).attr('date');
70+
d=d.slice(0,10);
71+
d=d.replace(/-/g, "/");
72+
var postDate = new Date(d);
73+
74+
// create an object with the date of one week ago
75+
var oneWeekAgo = new Date();
76+
oneWeekAgo.setDate(oneWeekAgo.getDate()-1);
77+
// compare dates and hide old posts
78+
if(postDate.getTime()<oneWeekAgo.getTime()) $(this).remove();
79+
});
80+
81+
});
82+
</script>
83+
84+
</head>
85+
<body>
86+
87+
<section class="page-header2">
88+
89+
<h1 class="project-name"></h1>
90+
<a href="/" class="nav">NYLogic</a> &nbsp;&nbsp;<a href="/set-theory-seminar.html" class="nav">Set Theory Seminar</a> &nbsp;&nbsp; <a href="/model-theory-seminar.html" class="nav">Model Theory Seminar</a> &nbsp;&nbsp; <a href="/logic-workshop.html" class="nav">Logic Workshop</a>
91+
&nbsp;&nbsp; <a href="/MOPA.html" class="nav">MOPA</a>&nbsp;&nbsp; <a href="/MAMLS.html" class="nav">MAMLS</a>
92+
93+
</section>
94+
95+
<section class="main-content">
96+
<p>
97+
<strong>November 1</strong><br>
98+
<strong>Elementary Theory of Groups Conference</strong> <br>
99+
Fairfield University and CUNY are going to be hosting a conference on November 1-2 titled The Elementary Theory of Groups and Group Rings and Related Topics. Many of the speakers are group theorists, but there will be several talks with a logical bent. You can see more information on their <a href='http://faculty.fairfield.edu/pbaginski/ElementaryTheoryConference2018.html'>website</a>.
100+
</p>
101+
102+
<footer class="site-footer">
103+
104+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.<br>
105+
Webmaster: <a href="http://victoriagitman.github.io">Victoria Gitman</a>
106+
107+
</span>
108+
</footer>
109+
</section>
110+
111+
112+
</body>
113+
</html>

_site/2018/11/04/nerds.html

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
6+
<!-- Begin Jekyll SEO tag v2.7.1 -->
7+
<title>NYlogic | CUNY Logic Seminars</title>
8+
<meta name="generator" content="Jekyll v3.9.1" />
9+
<meta property="og:title" content="NYlogic" />
10+
<meta property="og:locale" content="en_US" />
11+
<meta name="description" content="November 4 NERDS Meeting The New England Recursion and Definability Seminar, fondly known as NERDS, will meet on Sunday, November 4, 2018 at Springfield College, in Springfield, MA. Full details will be available soon at nerds.math.uconn.edu. Some funding is available for graduate students traveling to NERDS; anyone interested should contact Russell Miller (see qcpages.qc.cuny.edu/~rmiller)." />
12+
<meta property="og:description" content="November 4 NERDS Meeting The New England Recursion and Definability Seminar, fondly known as NERDS, will meet on Sunday, November 4, 2018 at Springfield College, in Springfield, MA. Full details will be available soon at nerds.math.uconn.edu. Some funding is available for graduate students traveling to NERDS; anyone interested should contact Russell Miller (see qcpages.qc.cuny.edu/~rmiller)." />
13+
<link rel="canonical" href="http://localhost:4000/2018/11/04/nerds.html" />
14+
<meta property="og:url" content="http://localhost:4000/2018/11/04/nerds.html" />
15+
<meta property="og:site_name" content="NYlogic" />
16+
<meta property="og:type" content="article" />
17+
<meta property="article:published_time" content="2018-11-04T00:00:00-04:00" />
18+
<meta name="twitter:card" content="summary" />
19+
<meta property="twitter:title" content="NYlogic" />
20+
<script type="application/ld+json">
21+
{"@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/2018/11/04/nerds.html"},"datePublished":"2018-11-04T00:00:00-04:00","url":"http://localhost:4000/2018/11/04/nerds.html","description":"November 4 NERDS Meeting The New England Recursion and Definability Seminar, fondly known as NERDS, will meet on Sunday, November 4, 2018 at Springfield College, in Springfield, MA. Full details will be available soon at nerds.math.uconn.edu. Some funding is available for graduate students traveling to NERDS; anyone interested should contact Russell Miller (see qcpages.qc.cuny.edu/~rmiller).","headline":"NYlogic","dateModified":"2018-11-04T00:00:00-04:00","@context":"https://schema.org"}</script>
22+
<!-- End Jekyll SEO tag -->
23+
24+
<meta name="viewport" content="width=device-width, initial-scale=1">
25+
<meta name="theme-color" content="#157878">
26+
<link rel="stylesheet" href="/assets/css/style.css?v=">
27+
<script type="text/x-mathjax-config">
28+
MathJax.Hub.Config({
29+
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
30+
});
31+
</script>
32+
<script type="text/javascript" async
33+
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML">
34+
</script>
35+
<script type="text/javascript">
36+
function toggle(id)
37+
{
38+
div=document.getElementById(id);
39+
style=div.style.display;
40+
if(style=="block")
41+
{
42+
if(div.style.setProperty)
43+
{
44+
div.style.setProperty('display','none','');
45+
}
46+
else
47+
{
48+
div.style.setAttribute('display','none');
49+
}
50+
}
51+
else
52+
{
53+
if(div.style.setProperty)
54+
{
55+
div.style.setProperty('display','block','');
56+
}
57+
else
58+
{
59+
div.style.setAttribute('display','block');
60+
}
61+
}
62+
}
63+
</script>
64+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
65+
<script>
66+
$(document).ready(function(){
67+
$('p[date]').each(function(){
68+
// create a postDate in a date object
69+
var d = $(this).attr('date');
70+
d=d.slice(0,10);
71+
d=d.replace(/-/g, "/");
72+
var postDate = new Date(d);
73+
74+
// create an object with the date of one week ago
75+
var oneWeekAgo = new Date();
76+
oneWeekAgo.setDate(oneWeekAgo.getDate()-1);
77+
// compare dates and hide old posts
78+
if(postDate.getTime()<oneWeekAgo.getTime()) $(this).remove();
79+
});
80+
81+
});
82+
</script>
83+
84+
</head>
85+
<body>
86+
87+
<section class="page-header2">
88+
89+
<h1 class="project-name"></h1>
90+
<a href="/" class="nav">NYLogic</a> &nbsp;&nbsp;<a href="/set-theory-seminar.html" class="nav">Set Theory Seminar</a> &nbsp;&nbsp; <a href="/model-theory-seminar.html" class="nav">Model Theory Seminar</a> &nbsp;&nbsp; <a href="/logic-workshop.html" class="nav">Logic Workshop</a>
91+
&nbsp;&nbsp; <a href="/MOPA.html" class="nav">MOPA</a>&nbsp;&nbsp; <a href="/MAMLS.html" class="nav">MAMLS</a>
92+
93+
</section>
94+
95+
<section class="main-content">
96+
<p>
97+
<strong>November 4</strong><br>
98+
<strong>NERDS Meeting</strong> <br>
99+
The New England Recursion and Definability Seminar, fondly known as NERDS, will meet on Sunday, November 4, 2018 at Springfield College, in Springfield, MA. Full details will be available soon at <a href='https://nerds.math.uconn.edu'>nerds.math.uconn.edu</a>. Some funding is available for graduate students traveling to NERDS; anyone interested should contact Russell Miller (see <a href='https://qcpages.qc.cuny.edu/~rmiller/'>qcpages.qc.cuny.edu/~rmiller</a>).
100+
</p>
101+
102+
<footer class="site-footer">
103+
104+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.<br>
105+
Webmaster: <a href="http://victoriagitman.github.io">Victoria Gitman</a>
106+
107+
</span>
108+
</footer>
109+
</section>
110+
111+
112+
</body>
113+
</html>

0 commit comments

Comments
 (0)